Count days between two dates excluding weekends
On Feb 18, 3:44*pm, JGGL wrote:
What formula should I use to count the # of days between 2 dates
excluding weekends?
One way among many
=SUMPRODUCT((TEXT(G1:G10,"ddd")<"Sat")*(TEXT(G1:G 10,"ddd")<"Sun"))
|