Home » PostsCount holidays between two datesTo count holidays that occur between two dates, you can use the SUMPRODUCT function. In the example shown, the formula in F8 is: =SUMPRODUCT((B4:B12>=F5)*(B4:B12April 14, 2025 · 1 min · 14 words · Jason EstradaTable of ContentsExplanationExplanation#This formula uses two expressions in a single array inside the SUMPRODUCT function.