+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Calculating year to Date Average

  1. #1
    Registered User
    Join Date
    06-23-2011
    Location
    Hudson, Ohio
    MS-Off Ver
    Excel 2007
    Posts
    4

    Calculating year to Date Average

    I have a spreadsheet showing monthly figures for 2010 and 2011. I need to write a formula to calculate the year to date average for 2010 for the same current month in 2011. any Ideas??


    working example.xlsx

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Calculating year to Date Average

    Hi PSU1987, welcome to the forum.

    This might work for you for the 2010 YTD averages:

    =AVERAGE(OFFSET($D5,0,0,1,COUNT($D6:$O6)))

    The formula first counts the number of entries in the row below (2011), then uses that number as the width for the OFFSET function. The AVERAGE function then averages the cells from D5:?5.

  3. #3
    Registered User
    Join Date
    10-18-2014
    Location
    cincinnati, ohio
    MS-Off Ver
    2010
    Posts
    1

    Re: Excel 2007 : Calculating year to Date Average

    I am trying to calculate the YTD average of requests but i keep getting 0. So, I am not sure which number I should be using. For example, I am in the month of
    September and we have had 1359 requests filled from January to September. Is the correct formula =AVERAGE(O36/9)?

    I have attached an example of my spreadsheet here.

    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,621

    Re: Excel 2007 : Calculating year to Date Average

    tooyummy,
    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    Ben Van Johnson

+ 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