Weekday counter
Count how many Mon/Tue/… fall in a date range.
The weekday counter tallies how many selected weekdays — Monday through Sunday, in any combination — fall inside an inclusive date range. Use it when a contract says four Mondays per month, when a teacher counts instructional Fridays, or when analytics needs weekday mix without treating every day as equal.
Counting weekdays versus business days
Business days usually mean Monday through Friday minus optional federal holidays. Weekday counter includes every matching weekday regardless of holidays unless you shorten the range yourself. For holiday-aware workday math, open business days calculator.
Selecting only Saturday and Sunday counts weekend days — helpful for retail staffing or delivery volume models that spike on weekends even though offices are closed.
How to use this calculator
Enter start and end dates, check the weekdays to include, and calculate. The range is inclusive: both endpoints count if they match selected weekdays. Swap reversed dates mentally — the tool uses the earlier date as the start.
Pair totals with days between dates for raw calendar-day spans when stakeholders ask for both numbers in the same report.
Inclusive boundaries matter
A Monday-to-Monday range one week apart typically includes two Mondays when both endpoints count. Legal documents sometimes exclude the start or end — this page counts inclusively. Confirm contract language before citing the result in filings.
Partial weeks at range edges still count matching weekdays that touch the boundary. There is no requirement that weeks be whole Sunday-through-Saturday blocks unless your policy says so.
Typical use cases
Facilities teams estimate how many Tuesday trash pickups occur in a quarter. HR counts how many Fridays fall in a pay period for uniform policies. Marketing counts Saturdays in a campaign window for weekend ad spend caps.
Researchers stratify study visits by weekday distribution to avoid accidental bias toward midweek appointments. The counter gives reproducible totals shareable in methods sections.
Worked examples
A school district schedules assemblies on every Wednesday from September through December 2026. They count Wednesdays in that span and divide material kits evenly before ordering.
A lease allows four parking passes for Mondays in a month. The manager counts Mondays between the first and last day, comparing against first day of month boundaries, and adjusts when a fifth Monday appears.
Relation to nth weekday tools
Nth weekday of month finds one specific occurrence like the third Thursday. Weekday counter sums every matching weekday across a range that may cross months. Use nth for anchors; use counter for totals.
Next weekday and previous weekday find single boundary dates — poor substitutes for counting many occurrences inside a long span.
Spreadsheet and SQL pitfalls
Spreadsheet NETWORKDAYS counts business days with a holiday list — not the same as counting all Tuesdays unless you pass an empty holiday range and restrict weekday flags manually. SQL databases lack a universal weekday-count function; export ranges to this page for auditability or replicate inclusive logic in application code with tests.
Dashboards that show weekday mix as percentages should divide each weekday count by total calendar days in the range, not by business days, unless the metric definition says otherwise.
Seasonal and retail planning
Retailers comparing Saturday counts across holiday seasons spot years with an extra weekend day in November without guessing. Event venues pricing per Friday night in a rental block multiply nightly fees by the Friday count from this tool rather than assuming four Fridays every month.
Transit agencies scheduling weekday-only service reductions count weekdays separately from weekend service days when publishing rider notices for track work windows.
Cross-checking with calendars
Mark the range on the 2026 yearly calendar and spot-check one weekday column against the calculator output. Discrepancies usually mean an off-by-one boundary interpretation, not a leap-year bug.
Federal holiday closures affect operations but not weekday totals here — subtract holiday dates manually when your policy treats holidays as non-count days inside an otherwise weekday-only metric.
Reporting standards
Publish the inclusive date range, selected weekdays, and raw total in footnotes so auditors reproduce the figure. Rounding to nearest week loses information when contracts care about individual Monday counts.
When comparing weekday counts year over year, align date ranges by calendar period (same month boundaries) rather than fiscal offsets unless your analysis explicitly uses fiscal months from the fiscal year calculator.
Construction and inspection windows
Building inspectors scheduling weekly site walks count Tuesdays in the permit window to distribute workload across crews. Under-counting Tuesdays near month boundaries delays certificate of occupancy when the final inspection slot was assumed but never existed.
Agricultural extension agents counting Friday market days during harvest season use weekday totals to plan cold-storage capacity — different from counting calendar days in the same span.
Quality control sampling
Manufacturing teams that sample every Nth Monday across a quarter should first count Mondays here, then divide by N to size the sample — assuming four Mondays every month biases sampling toward longer months.
Publish the inclusive range and weekday mask in SOP appendices so ISO auditors reproduce counts during facility reviews.
Litigation and scheduling orders
Court orders granting four status conferences on Mondays in a ninety-day window need reproducible Monday counts — attach calculator inputs as exhibit when opposing counsel disputes compliance.
Arbitration timelines citing every Friday for submissions should exclude federal holidays only if the order says business days — weekday counter includes all Fridays unless you trim the range manually.
Worship and community schedules
Faith communities counting service days in a liturgical season use weekday counter when services occur every Sunday plus selected weekdays — count Sundays and Wednesdays separately with two runs if tallies must not merge.
Volunteer coordinators staffing Saturday food banks count Saturdays in the fiscal quarter for supply orders tied to expected foot traffic.
Related tools
Explore date tools, week dates, and recurring dates for related scheduling math.
Frequently asked questions
What does weekday counter do?
Weekday counter tallies how many selected weekdays — Monday through Sunday in any combination — fall inside an inclusive start-to-end date range. Both endpoints count when they match checked weekdays, giving reproducible totals for contracts, staffing models, and analytics dashboards.
Is this the same as business days?
No. Business days usually mean Monday through Friday minus optional federal holidays. Weekday counter includes every matching weekday in the span unless you shorten the range yourself. Open business days calculator when holidays must be excluded from workday totals. Always confirm edge cases against primary sources when results affect legal, medical, or financial decisions.
Are range endpoints included?
Yes. When start or end date falls on a selected weekday, that day counts toward the total. Some legal text excludes the start or end — confirm contract language before citing results in filings, arbitration exhibits, or compliance binders attached to audit samples.
Can I count only weekends?
Yes. Select Saturday and Sunday only to total weekend days in the range. Retail staffing, delivery volume models, and venue pricing sometimes spike on weekends even when corporate offices are closed Monday through Friday. Always confirm edge cases against primary sources when results affect legal, medical, or financial decisions.
How is this different from nth weekday?
Nth weekday of month finds one anchor like third Thursday in a single month. Weekday counter sums every matching weekday across a range that may cross months and years. Use nth for single anchors; counter for totals inside long spans.
How do I verify a spreadsheet count?
Enter identical start date, end date, and weekday mask here. Mismatch usually means different inclusivity rules, a holiday-aware function disguised as weekday count, or date parsing time zone errors — not a leap-year bug in the counter itself. Always confirm edge cases against primary sources when results affect legal, medical, or financial decisions.