Excel Formula: Count Holidays Between Two Dates
To count the number of holidays between two dates, the SUMPRODUCT function in Excel can help you.
If you want to follow along with this tutorial, please download the example spreadsheet.
Generic formula:
SUMPRODUCT((holidays>=start_date)*(holidays<=end_date)) |
Syntaxt and Arguments
Start_date, end_date:the two dates that you want to count holidays between. |
Holidays:the dates of holidays. |
Return Value
The formula returns a numeric value.
How this formula works
The holidays are list in the range D3:D10, and the start date and end date locate in cell B3 and B5, now to count the holidays in the given date range, please use below formula:
=SUMPRODUCT((D3:D10>=B3)*(D3:D10<=B5)) |
Press Enter key to get the counting result.
Explanation
SUMPRODUCT function: multiples two or more columns or arrays together, and then get the sum of products
Relative Formulas
- Count Weekdays only Between Two Dates
This tutorial provides formulas to count the days excluding weekends and holidays between two dates - Count Specific Weekday Between Two Dates
This tutorial provides the formula to count a specific weekday between two given dates in Excel. - Count Days From Today
This tutorial provides the best formula to calculate the difference between a date and today in Excel. - Convert Weekday in A Date Range
If there is a list of dates, how can you count a certain day of week in such a list of dates?
Relative Functions
- Excel WEEKNUM Function
Returns the week number of the given date in a year - Excel WORKDAY Function
Adds workdays to the given start date and returns a workday - Excel MONTH Function
The MONTH is used to get the month as integer number (1 to 12) from date - Excel DAY Function
DAY function gets the day as a number (1 to 31) from a date - Excel NOW Function
Get the current time and date
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
