Smokeyham
Board Regular
- Joined
- Feb 1, 2006
- Messages
- 120
- Office Version
- 365
- Platform
- Windows
I have a table with a large number of readings. Multiple readings are taken per day. I am trying to count the number of each week day on which we have taken readings, for instance "How many Saturdays have we been taking readings on."
I have the dates entered into Column A.
I tried the array formula =SUM(--(WEEKDAY(A1:A200)=7)) Where "7" represents Saturdays, but this gives me very high results. I suspect it is just counting all rows where the day is a Saturday.
Any suggestions?
Many thanks.
Gordon
I have the dates entered into Column A.
I tried the array formula =SUM(--(WEEKDAY(A1:A200)=7)) Where "7" represents Saturdays, but this gives me very high results. I suspect it is just counting all rows where the day is a Saturday.
Any suggestions?
Many thanks.
Gordon