Skip to main content

Excel Formula: Count Holidays Between Two Dates

doc convert date to julia 1

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.
doc convert date to julia 1

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.
doc convert date to julia 1

Explanation

SUMPRODUCT function: multiples two or more columns or arrays together, and then get the sum of products


Relative Formulas

Relative Functions


The Best Office Productivity Tools


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.
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations