Count how many Mondays (or any single weekday) fall between two dates.
Copy this formula
=NETWORKDAYS.INTL(A2, B2, "0111111")NETWORKDAYS.INTL takes a 7-character weekend string (Mon–Sun) where 1 = non-working. Setting every day to 1 except the one you want counts just that weekday across the range.
=NETWORKDAYS.INTL(A2, B2, "1011111")→4Counts Tuesdays in the range.
The string runs Monday→Sunday. Put 0 at the weekday you want to count and 1 everywhere else.
Need a formula for your own data?
Describe what you want in plain language and let ExcelGPT write, explain, and verify the formula — free to start, no plugin.