0
For example I have a list of dates in A2 through A31 (1st April to 30th April) and want to count the number of weekdays.
In B2 to B31 I could use =WEEKDAY(A2,2)<6
to give true or false. Then separately count the trues.
Is there anyway to do it all in 1 cell with something similar to =COUNTIF(A2:A31,WEEKDAY(A2,2)<6)
?
and another: https://superuser.com/questions/866590/excel-how-to-count-cells-whose-date-values-represent-a-day-between-monday-and
– Scott Craner – 2018-04-10T15:37:00.697