Find The Number Of Monday's Between Two Dates

User inputs a Start Date and an End Date.
e.g. Start Date= 2/3/2018 End Date= 2/13/2018

I need to then be able to output in a text element the number of Monday’s, Tuesday’s, Wednesday’s, etc. between those two inputted dates.
e.g. 2 (Monday), 2 (Tuesday), 1 (Wednesday)

Thank you very much for your help!

What if the start date or end date is a monday? Does that count as ‘between’?

Yes, that counts

This topic was automatically closed after 70 days. New replies are no longer allowed.