Hi & Good Morning,
I have a column (H) containing Date & Time as per the following: -
14/08/2013 06:51
14/08/2013 07:08
14/08/2013 07:11
14/08/2013 07:24
14/08/2013 08:32
15/08/2013 07:51
15/08/2013 08:51
15/08/2013 09:30
I've already got a Formula as follows to Count between Hours: -
=COUNTIFS(H:H,">="&TIME(6,0,0),H:H,"<="&TIME(7,0,0))
=COUNTIFS(H:H,">="&TIME(7,0,0),H:H,"<="&TIME(8,0,0))
My question is how can I adjust the Formula so I take into account the Date?
So I could end up with some thing similar to: -
Time Period | 14th Aug | 15th Aug
06:00 - 07:00 | 1 | 0
07:00 - 08:00 | 3 | 1
Also if the Date could display the Day of Week would be a nice touch.
Many Thanks & Regards
I have a column (H) containing Date & Time as per the following: -
14/08/2013 06:51
14/08/2013 07:08
14/08/2013 07:11
14/08/2013 07:24
14/08/2013 08:32
15/08/2013 07:51
15/08/2013 08:51
15/08/2013 09:30
I've already got a Formula as follows to Count between Hours: -
=COUNTIFS(H:H,">="&TIME(6,0,0),H:H,"<="&TIME(7,0,0))
=COUNTIFS(H:H,">="&TIME(7,0,0),H:H,"<="&TIME(8,0,0))
My question is how can I adjust the Formula so I take into account the Date?
So I could end up with some thing similar to: -
Time Period | 14th Aug | 15th Aug
06:00 - 07:00 | 1 | 0
07:00 - 08:00 | 3 | 1
Also if the Date could display the Day of Week would be a nice touch.
Many Thanks & Regards