Count holidays between two dates
This formula uses two expressions in a single array inside the SUMPRODUCT function.
The first expression tests every holiday date to see if it's greater than or equal to the start date in F5:
(B4:B12>=F5)
This returns an array of...Read more