Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=SUMPRODUCT((A2:A7<=D2)*(B2:B7>=C2))Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
For each range's start date, count how many other ranges are active on that date. The MAX of those counts is the peak concurrency. Build a helper column with SUMPRODUCT((A$2:A$7<=A2)*(B$2:B$7>=A2)) for each row.
Yes — as long as dates are stored as real date values (not text), the <= and >= comparisons work correctly regardless of how far apart the dates are.
Count the number of Mondays, Fridays, or any specific weekday occurring within a given month using SUMPRODUCT and WEEKDAY.
How-toBuild a frequency distribution in Excel or Google Sheets using FREQUENCY — count how many values fall in each bin with one array formula, no COUNTIF loop required.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: