#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 349
Default Group Time

Hi all, i have an issue with large amount of data...all data contain a time
cell and i want to group the times in intervalls of 24 Hrs devided by 4. As
an example

group 1 = 00:00 - 06:00
group 2 = 06:00 - 12:00
group 3 = 12:00 - 18:00
group 4 = 18:00 - 24:00

the data is something like this:

00:18
01:29
18:55

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Group Time

Peter,

You can create the group by using a formula based on the time: for time in cell A2, use

=INT(A2*4)+1

and then copy down. This will put 06:00 into group 2, not into both.

HTH,
Bernie
MS Excel MVP


"Peter" wrote in message
...
Hi all, i have an issue with large amount of data...all data contain a time
cell and i want to group the times in intervalls of 24 Hrs devided by 4. As
an example

group 1 = 00:00 - 06:00
group 2 = 06:00 - 12:00
group 3 = 12:00 - 18:00
group 4 = 18:00 - 24:00

the data is something like this:

00:18
01:29
18:55

Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 349
Default Group Time

Thanks a lot Bernie, this helps a lot!

"Bernie Deitrick" wrote:

Peter,

You can create the group by using a formula based on the time: for time in cell A2, use

=INT(A2*4)+1

and then copy down. This will put 06:00 into group 2, not into both.

HTH,
Bernie
MS Excel MVP


"Peter" wrote in message
...
Hi all, i have an issue with large amount of data...all data contain a time
cell and i want to group the times in intervalls of 24 Hrs devided by 4. As
an example

group 1 = 00:00 - 06:00
group 2 = 06:00 - 12:00
group 3 = 12:00 - 18:00
group 4 = 18:00 - 24:00

the data is something like this:

00:18
01:29
18:55

Thanks!




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,180
Default Group Time

Excel 2007 Pivot Table
Good for odd/unequal time/sequence intervals.
Automatic interval headers and grouping.
http://www.mediafire.com/file/jmtleqdwgzz/06_09_09.xlsx
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I calculate the average time from a group of TIMES in excel CRMRAA Excel Discussion (Misc queries) 2 December 16th 08 07:13 PM
Group a set of 'time' lelynx Excel Worksheet Functions 3 August 29th 08 10:45 AM
Group Time Sunnyskies Excel Discussion (Misc queries) 4 March 8th 07 09:13 AM
TWO FILES OPEN AT SAME TIME XLS:1 AND XLS:2 GROUP??? Jimbomini Excel Discussion (Misc queries) 4 August 23rd 06 08:20 PM
How do I group worksheets (Lotus 123 function is "Sheet>Group Shee jaking Excel Worksheet Functions 2 August 30th 05 02:09 PM


All times are GMT +1. The time now is 08:17 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"