+ Reply to Thread
Results 1 to 9 of 9

Can I create 15 minute data from an hourly dataset?

  1. #1
    Registered User
    Join Date
    03-20-2015
    Location
    UK
    MS-Off Ver
    MS Office 2010
    Posts
    4

    Can I create 15 minute data from an hourly dataset?

    Hi. This is my first post, and I’m a long-term excel user, but only for basic tasks – I’m still a novice!
    My problem is this:

    I have a sheet with 2 columns: date/hour and water level. I need to insert these columns into a programme which will help me calculate streamflow. Unfortunately, it needs the data in 15 minute intervals.

    I am happy to use the hourly data to ‘fill’ the 15 minute gaps, but this doesn’t seem to be intuitive!

    I have created a new column with day date in 15 minute intervals, & the first 2 hours data and hoped to be able to drag down the column to create my new 15 minute dataset. Unfortunately, as people on this forum probably realised at the start, excel doesn’t work this way!

    Is there any way of doing this? Feel free to ask for clarification if I haven’t explained very well!

    Cheers,

    Jon

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,411

    Re: Can I create 15 minute data from an hourly dataset?

    If you attach a sample workbook you can expect to get an answer sooner and customised to your data layout. The FAQ describes how to.

    Pete

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Can I create 15 minute data from an hourly dataset?

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Registered User
    Join Date
    03-20-2015
    Location
    UK
    MS-Off Ver
    MS Office 2010
    Posts
    4

    Re: Can I create 15 minute data from an hourly dataset?

    Thanks for the quick responses. Here's a sample sheet (attached).

    Cheers,

    Jon
    Attached Files Attached Files

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Can I create 15 minute data from an hourly dataset?

    Hi there. try this out.
    Attached Files Attached Files

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,411

    Re: Can I create 15 minute data from an hourly dataset?

    Put this formula in D4, format as a date/time (as in A), then copy down:

    =INDEX(A$4:A$23,INT((ROWS($1:1)-1)/4)+1)+MOD(ROWS($1:1)-1,4)/4/24

    Then put this formula in E4:

    =VLOOKUP(D4,$A$4:$B$23,2)

    and copy that down.

    Hope this helps.

    Pete

  7. #7
    Registered User
    Join Date
    03-20-2015
    Location
    UK
    MS-Off Ver
    MS Office 2010
    Posts
    4

    Re: Can I create 15 minute data from an hourly dataset?

    Glenn,

    Many thanks! - I thought there must be a way. I'll look over your formula to try to learn something new today!

    Cheers again,

    Jon

  8. #8
    Registered User
    Join Date
    03-20-2015
    Location
    UK
    MS-Off Ver
    MS Office 2010
    Posts
    4

    Re: Can I create 15 minute data from an hourly dataset?

    Pete,

    You too! Looks like there's more than one way to skin a cat - as ever.

    Cheers,

    Jon

  9. #9
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Can I create 15 minute data from an hourly dataset?

    Glad to have helped! If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. It'd also be appreciated if you were to click the add Reputation button at the foot of any of the posts of those who helped you reach a solution.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Change Hourly Weather Data to Simulate 15 minute increments
    By Dana_Watershed in forum Excel General
    Replies: 5
    Last Post: 02-11-2016, 02:21 PM
  2. Help required with per minute data into half hourly data?
    By technico in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-20-2013, 07:32 PM
  3. Calculating hourly averages from 15 minute time-series data
    By randinator in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-10-2012, 12:18 PM
  4. hourly summary from 5-minute data
    By Friggens in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-06-2011, 04:35 AM
  5. Replies: 1
    Last Post: 11-08-2010, 02:15 PM

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