D
Domenic
To count the number of Saturdays and Sundays...
=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A2&":"&B2)),2)>5))
....where A2 contains the start date, and B2 contains the end date.
Hope this helps!
koob <[email protected]> wrote:
=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A2&":"&B2)),2)>5))
....where A2 contains the start date, and B2 contains the end date.
Hope this helps!
koob <[email protected]> wrote: