G
GaryU
Hi Guys, hope you can help me here, it's doing my head in!
I have row with time values in it. I would like to count how many
values occur every 30 minutes. For example,
Here's some of the data:
08:45
08:46
08:46
08:47
08:47
08:50
08:51
08:52
08:54
08:54
08:55
08:56
08:57
08:58
08:58
08:58
08:58
08:59
09:01
09:05
09:05
09:06
09:08
I am trying to find out how many times values >=08:31 to <=09:00,
08:31 - 09:00 = 18
09:01 - 09:30 = 5
I have been using =sumproduct and that works with normal numbers, but I
cannot get it to work with these time values, perhaps it's the ":" but
I just don't know anymore.
Help appreciated.
Thanks,
Gary
I have row with time values in it. I would like to count how many
values occur every 30 minutes. For example,
Here's some of the data:
08:45
08:46
08:46
08:47
08:47
08:50
08:51
08:52
08:54
08:54
08:55
08:56
08:57
08:58
08:58
08:58
08:58
08:59
09:01
09:05
09:05
09:06
09:08
I am trying to find out how many times values >=08:31 to <=09:00,
=09:01 to <=09:30 and so on. So, according to the values above the result would be:
08:31 - 09:00 = 18
09:01 - 09:30 = 5
I have been using =sumproduct and that works with normal numbers, but I
cannot get it to work with these time values, perhaps it's the ":" but
I just don't know anymore.
Help appreciated.
Thanks,
Gary