+ Reply to Thread
Results 1 to 2 of 2

CHange 15 minute data to hourly data or skip 3 cells in Excel

  1. #1
    Registered User
    Join Date
    09-24-2010
    Location
    Auburn, US
    MS-Off Ver
    Excel 2007
    Posts
    23

    CHange 15 minute data to hourly data or skip 3 cells in Excel

    Hello All,

    I have a data that is in 15 minute format. I want to change it to hourly format.

    Suppose the data looks like this :
    4/1/10 0:00 1217.89
    4/1/10 0:15 1217.89
    4/1/10 0:30 1217.89
    4/1/10 0:45 1217.89
    4/1/10 1:00 1217.89
    4/1/10 1:15 1217.89
    4/1/10 1:30 1217.89
    4/1/10 1:45 1217.89
    4/1/10 2:00 1217.89
    4/1/10 2:15 1217.89
    4/1/10 2:30 1217.89
    4/1/10 2:45 1217.89
    4/1/10 3:00 1217.89
    4/1/10 3:15 1217.89
    4/1/10 3:30 1217.89
    4/1/10 3:45 1217.89
    4/1/10 4:00 1217.89
    4/1/10 4:15 1217.89
    4/1/10 4:30 1217.89

    I want to transform this data into hourly format. I just want the data for 0:00, 1:00, 2:00, 3:00 and so on.

    What is the easiest method to do this ? I have very large amount of Data. WOuld you please help me solve this problem?

    Thanks

    jdbaba

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: CHange 15 minute data to hourly data or skip 3 cells in Excel

    Make sure there is a header row, with Hour in D1, then add this formula into column D

    =MOD(B1*24,1)=0

    and copy down.

    In some cells, say M1:M2 as Hour, TRUE and then use Advanced Filter with Criteria Range of M1:M2 and Unique Records.

+ 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