Hi,
I have the sheet "daily Stats" which has dates in cell E1. E2, E3....etc. Each column has data of delivery times.
On another sheet called "monthly averages", i have a table with months in column A3:A13. B1 and B2 has a time range ie 00:00 and 00:59.
My current formula is in cell B3
The formula is looking at ALL column data. However, I only want to count those within January, February etc?
Any ideas how to amend this formula please?
I have the sheet "daily Stats" which has dates in cell E1. E2, E3....etc. Each column has data of delivery times.
On another sheet called "monthly averages", i have a table with months in column A3:A13. B1 and B2 has a time range ie 00:00 and 00:59.
My current formula is in cell B3
Excel Formula:
COUNTIFS('Daily Stats'!$D:$XFD, ">="&B1, 'Daily Stats'!$D:$XFD, "<="&B2)
The formula is looking at ALL column data. However, I only want to count those within January, February etc?
Any ideas how to amend this formula please?