I am trying to chart the occurrence of events, as a function of their time of day and their location. I'd like to be able to group all the times into 24 discreet hourly segments, so that an event at 01:14 is grouped with an event at 01:54 but not with 00:54, etc. The events occur in locations with identifiers such as 2M and 4C, etc.
Thus a table:
Time Location
7:55 2M
8:30 2M
10:26 4C
11:12 4C
11:40 4C
11:53 4C
12:12 4C
For each location (2M, 4C, etc.) I would like a COUNT of all the events that occurred in each hour range of the day.
Question: can I do this with one formula alone, or must begin by groupin the times, then separating (possible pivot table?) the locations, etc.?
Thus a table:
Time Location
7:55 2M
8:30 2M
10:26 4C
11:12 4C
11:40 4C
11:53 4C
12:12 4C
For each location (2M, 4C, etc.) I would like a COUNT of all the events that occurred in each hour range of the day.
Question: can I do this with one formula alone, or must begin by groupin the times, then separating (possible pivot table?) the locations, etc.?