+ Reply to Thread
Results 1 to 6 of 6

Half hourly data for three years - break down by time period

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    05-24-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Half hourly data for three years - break down by time period

    Hi Tim,

    There are two ways it

    First -

    Sort by Column A this will sort your data as per time then you can shift it to further column like D,E,F & G

    Second -

    Insert 4 column after column A, then copy & paste column A to column B, then Select Column B go to Data Tab - Text to column function -select delimited - click on space - finish

    this will separate date & time then your data will be in column E hence put below formulas in receptive columns

    In column G - Cell G17

    =IF(C17>=TIME(0,0,0),IF(C17<=TIME(6,0,0),E17,""))

    In column H - Cell H 17

    =IF(C17>=TIME(6,0,1),IF(C17<=TIME(12,0,0),E17,""))

    In column I - Cell I 17

    =IF(C17>=TIME(12,0,1),IF(C17<=TIME(20,0,0),E17,""))

    In column J - Cell J17

    =IF(C17>=TIME(20,0,1),IF(C17<=TIME(23,59,59),E17,""))


    then Paste same formula to all rows , & do paste special to values

    then delete column B, C, D your data will be ready


    That's the only solution i have found , hope this will work for you

    Thanks,
    A
    Last edited by amy_d2; 07-07-2013 at 03:09 PM. Reason: As per Forum Rule #12, please don't quote whole post unless necessary -- it's just clutter.

+ 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