+ Reply to Thread
Results 1 to 4 of 4

Convert 5 mins data to 30 mins data

  1. #1
    Registered User
    Join Date
    08-17-2015
    Location
    Colchester
    MS-Off Ver
    2013
    Posts
    2

    Convert 5 mins data to 30 mins data

    Hi, could someone please help me with the next issue: I need to convert 5 min data into 30 min data. Thank you in advance. Alina
    Attached Files Attached Files

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

    Re: Convert 5 mins data to 30 mins data

    Your data is actually in 15-minute increments - do you want to combine two rows into one?

    Pete

  3. #3
    Registered User
    Join Date
    08-17-2015
    Location
    Colchester
    MS-Off Ver
    2013
    Posts
    2

    Re: Convert 5 mins data to 30 mins data

    Hi Pete,
    Yes, mainly that's 'what I would want to do: have the average of 2 rows. Thank you

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

    Re: Convert 5 mins data to 30 mins data

    Hi there. to return the row headings, use this and copy down as far as needed:

    =OFFSET($A$2,(ROWS($1:1)-1)*2,,,)

    To return the averages, use this, copy across and down as far as needed:
    =AVERAGE(OFFSET(B$2:B$3,(ROWS($1:1)-1)*2,))
    Attached Files Attached Files
    Last edited by Glenn Kennedy; 08-17-2015 at 10:36 AM.
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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. [SOLVED] Need Help to convert a string containing Day, Hour, Mins, Seconds to Minutes
    By aSquared in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-02-2014, 06:43 AM
  2. Compare Mins and Maxes of sets of Data
    By lwflip in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-20-2012, 12:19 AM
  3. Replies: 3
    Last Post: 05-22-2012, 03:26 PM
  4. Time Converter : Mins/Secs to Hours/Mins
    By jamesgsi1983 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-23-2009, 09:02 AM
  5. Replies: 8
    Last Post: 01-07-2006, 03:35 PM
  6. How do I convert hours and mins into just minutes in excel?
    By Jsmith5663 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-17-2005, 01:00 PM
  7. Convert mins:secs to seconds only
    By ronedwards in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-03-2005, 07:10 PM
  8. How to convert numeric value to mins and addimg mins to Hrs.
    By ramana in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-28-2005, 06:05 AM

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