+ Reply to Thread
Results 1 to 4 of 4

math

  1. #1
    Bill
    Guest

    math

    How do I get the average of a group of years. Like 1999, 1998, 2000, etc.

  2. #2
    Chip Pearson
    Guest

    Re: math

    I think you need to provide much more detail to get a useful
    reply.


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com


    "Bill" <Bill@discussions.microsoft.com> wrote in message
    news:044868EC-8884-4E40-9F93-EE9C5EFABCFA@microsoft.com...
    > How do I get the average of a group of years. Like 1999, 1998,
    > 2000, etc.




  3. #3
    Bob Phillips
    Guest

    Re: math

    maybe something like

    =AVERAGE(ROW(INDIRECT("1998:2005")))

    as an array formula, so commit with Ctrl-Shift-Enter

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Bill" <Bill@discussions.microsoft.com> wrote in message
    news:044868EC-8884-4E40-9F93-EE9C5EFABCFA@microsoft.com...
    > How do I get the average of a group of years. Like 1999, 1998, 2000, etc.




  4. #4
    Henry
    Guest

    Re: math

    Bill,

    How do you want to treat fractions of a year?
    For instance, the average of 1999 & 2000 is 1999.5 (if you're just treating
    them as numbers)
    Do you want this to show as 1999.5 or 1 July 1999?

    Averaging dates is much easier as XL stores a date as a number.
    Format cells A1 to A5 as date.
    Format cells B1 to B5 as number (no decimal places)
    In A1 to A4 put 4 random dates
    In cell B1 put =A1
    Drag the formula down to B4
    In B5 put SUM(B1:B4)/4
    In A5 put =B5
    A5 will show the average date of the 4 you entered.

    Henry
    "Bill" <Bill@discussions.microsoft.com> wrote in message
    news:044868EC-8884-4E40-9F93-EE9C5EFABCFA@microsoft.com...
    > How do I get the average of a group of years. Like 1999, 1998, 2000, etc.




+ 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