+ Reply to Thread
Results 1 to 3 of 3

Finding AVERAGE based on DAY from TIMESTAMP

  1. #1
    Registered User
    Join Date
    04-13-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    11

    Finding AVERAGE based on DAY from TIMESTAMP

    Hi Everyone,

    I'm trying to get the daily average rainfall based on the actual day within the timestamp. I thought I could use the AVERAGEIF function, but am unable to apply it here. Could you help, please?

    Thank you very much.

    -S
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Finding AVERAGE based on DAY from TIMESTAMP

    Maybe with a pivot table.

    The attachment became 4 MB.

    The link you find beneath, from a free dutch site.

    http://www.mijnbestand.nl/Bestand-8JMS6Z3RZPWV.xls
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Finding AVERAGE based on DAY from TIMESTAMP

    If you want the average rainfall per 5 minute period within each day then list dates in E3 down and put this formula in F3

    =IFERROR(AVERAGE(IF(INT(A$3:A$20000)=E3,B$3:B$20000)),"No rain")

    confirm with CTRL+SHIFT+ENTER and copy down

    If you don't mind using a helper column to extract the date into another cell then you can use AVERAGEIF which might be simpler, e.g. in C3 use this formula copied down

    =INT(A3)

    then you can use this formula for the average without needing "array entry"

    =IFERROR(AVERAGEIF(C$3:C$20000,E3,B$3:B$20000),"No rain")
    Audere est facere

+ 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