Help with analysing a large series of time data

Mchgh9

New Member
Joined
Feb 2, 2012
Messages
39
Hi,

I have a series of time in the following format.

Column U

Works Recorded Time
07:26
08:12
08:21
08:28
08:29
08:31
08:40
08:42
08:43
08:44
08:46
08:47
08:48
08:49
08:50
08:51
08:52
08:53
08:54
08:55
08:56
08:57
08:58
08:59
09:00
09:01
09:02
09:03
09:04
09:05
09:06
09:07
09:08
09:09
09:10
09:11
09:12
09:13
09:14
09:15
09:16
09:17
09:18
09:19
09:20
09:21
09:22

<COLGROUP><COL style="WIDTH: 113pt; mso-width-source: userset; mso-width-alt: 5485" width=150><TBODY>
</TBODY>

When I am creating pivot tables and use this data it makes it incredibly hard to anaylse the data as there as so many values (There are around 10,000 entries between office hours) I'm looking to group the data into sets e.g. 09:00-09:29, 09:30-09:59, 10:00-10:29, 10:30-10:59 etc etc

Can anyone help with suggestions on how to do this please?

Thanks

Dave
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
There are several formulas you could add to round these times down to the half hour
=FLOOR(A2,30/1440)

Converts: 7:26 AM to 7:00 AM.
 
Upvote 0

Forum statistics

Threads
1,214,593
Messages
6,120,435
Members
448,962
Latest member
Fenes

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top