+ Reply to Thread
Results 1 to 7 of 7

Google Sheets: formula that averages out total sums divided by input days.

  1. #1
    Registered User
    Join Date
    07-27-2021
    Location
    vancouver
    MS-Off Ver
    google docs
    Posts
    2

    Google Sheets: formula that averages out total sums divided by input days.

    Hey guys. Any help would be super appreciated. I'm kind of new to excel.

    How could I do a formula that averages out total sums divided by input days.

    Ex.
    Monday: 100
    Tuesday: 200
    Wednesday: 300
    Thursday
    Friday
    Saturday
    Sunday

    Daily Avg: 100 based on 3 input days

    Ex.
    Monday: 100
    Tuesday : 200
    Wednesday : 300
    Thursday: 400
    Friday: 500
    Saturday
    Sunday

    Daily Avg: 100 based on 5 input days and so on.
    Last edited by FDibbins; 07-29-2021 at 02:01 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    04-01-2015
    Location
    The Netherlands
    MS-Off Ver
    2003/2007/2010/2016/office 365
    Posts
    880

    Re: Easy Noob Question

    What do you want to calculate now? The average of 100+200+300 is 200 (600/3)
    Messages have been translated from Dutch to English by means of google translate.

  3. #3
    Registered User
    Join Date
    07-27-2021
    Location
    vancouver
    MS-Off Ver
    google docs
    Posts
    2

    Re: Easy Noob Question

    100 / 1 = 100. 200 / 2 = 100. 300 / 3 = 100

    so if by the end of the week it's 700 / 7 = 100.

    But I need it to update every day. does that make more sense? every input is a running total.

  4. #4
    Valued Forum Contributor
    Join Date
    04-01-2015
    Location
    The Netherlands
    MS-Off Ver
    2003/2007/2010/2016/office 365
    Posts
    880

    Re: Easy Noob Question

    =max(range)/count(range)

  5. #5
    Valued Forum Contributor
    Join Date
    09-09-2009
    Location
    Liverpool, England
    MS-Off Ver
    W: 2021 H: 365
    Posts
    940

    Re: Easy Noob Question

    Assuming your values are in the range B1 to B7, try this in cell C1 and copy it down.

    =MAX(B$1:B1)/COUNTA(B$1:B1)

  6. #6
    Valued Forum Contributor
    Join Date
    04-01-2015
    Location
    The Netherlands
    MS-Off Ver
    2003/2007/2010/2016/office 365
    Posts
    880

    Re: Easy Noob Question

    Still in #4. CountA() is different from Count()

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: formula that averages out total sums divided by input days.

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however the thread title does not really convey what your request is about. Tell us what you are trying to do, not how you think it should be done.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (I have changed it for you - this time )
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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] Google Sheets Days Function with Pre-1900 years
    By profess in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 10
    Last Post: 01-15-2020, 07:13 PM
  2. Google Sheets Days Function with Pre-1900 years
    By profess in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-10-2020, 07:36 PM
  3. [SOLVED] COUNTA (total) divided by another cell (google sheets)
    By rayted in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 1
    Last Post: 09-27-2018, 08:03 AM
  4. Averages for "x" days/weeks (user input)
    By mjmartin in forum Excel General
    Replies: 4
    Last Post: 03-06-2017, 04:48 PM
  5. Replies: 4
    Last Post: 03-13-2015, 05:34 AM
  6. [SOLVED] Copying a formula of weekly sums/averages.
    By Brad Penn in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-10-2014, 06:46 PM

Tags for this Thread

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