+ Reply to Thread
Results 1 to 3 of 3

Hourly data

  1. #1
    Registered User
    Join Date
    10-27-2010
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    11

    Hourly data

    Hi All

    Would appreciate if i could get help on this subject. In the file below i have data every 5 mins. However, I wish to separate the data such that i have hourly data, i.e. take out every row whose time ends with a 00, like 7:00 and 8:00 etc. As it is in the format of time, i can't retain just the last 2 digits and separate from there...could anyone help please?
    Attached Files Attached Files
    Last edited by liawsiqin@gmail; 12-22-2010 at 03:33 PM.

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,798

    Re: Hourly data

    The solution depends on how you will use the data after you get it to look the way you want, and if this is a one-time process or if you will do this over and over.

    Attached is a very quick solution which adds an extra column that extracts the minutes portion from the time. Then you can filter for all rows having minutes of 0.

    If you actually need to remove those, you can do the opposite filter, then delete everything showing.

    If you need a more flexible and automated solution, such as if you have to do this over and over again for more sets of data, then a different approach might work better.
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    10-27-2010
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Hourly data

    this would work well....thankss!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1