+ Reply to Thread
Results 1 to 6 of 6

Average not summing up to 100%

  1. #1
    Registered User
    Join Date
    01-25-2020
    Location
    Rota
    MS-Off Ver
    Need to be activated
    Posts
    1

    Average not summing up to 100%

    Hello All,

    New to the forum and wondering if someone can explain a problem for me please.

    I have 13 cells that i need to average. When i took on the worksheet, it had a formula using SUM to get the AVERAGE. I changed it to show the proper formula AVERAGE but it came out with a different result.

    =SUM($E8,$G8,$I8,$K8,$M8,$O8,$Q8,$S8,$U8,$W8,$Y8,$AA8,$AC8)/13 - (result = 60.7%)

    =AVERAGE($E8,$G8,$I8,$K8,$M8,$O8,$Q8,$S8,$U8,$W8,$Y8,$AA8,$AC8) - (result = 65.8%)

    Am i using AVERAGE wrong? Do they function differently? Please explain the difference.

    Thank you!
    Last edited by WanderingSquid; 01-25-2020 at 03:54 PM.

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Average not summing up to 100%

    Hi and welcome.

    You're using AVERAGE correctly. Not sure why you're getting differing results. Could you post a sample workbook so we can investigate further?

    BSB

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Average not summing up to 100%

    AVERAGE ignores text and blanks, so your divisor is wrong in the first case if those cells include any.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Average not summing up to 100%

    Following through on shg's comment, change 13 in the SUM formula to

    =COUNT($E8,$G8,$I8,$K8,$M8,$O8,$Q8,$S8,$U8,$W8,$Y8,$AA8,$AC8)

    Then again, why are you double-checking the AVERAGE result that way?

    Is there an underlying question that is really the problem that you want help with?

    Wild guess.... Perhaps it is a surprise that some of your "numbers" are not included in the AVERAGE. If so, the likely reason is that they are considered text, not numeric, for any of several reasons. The format of the cell does not matter. And visual inspection can be misleading. Use formulas of the form =ISTEXT(E8) to determine the type (not format) of a cell value.
    Last edited by joeu2004; 01-25-2020 at 07:35 PM.

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Average not summing up to 100%

    If you restore Excel's default horizontal alignment (which is General), numbers align right and text aligns left.

    It's a mystery to me why people change it.

  6. #6
    Registered User
    Join Date
    10-22-2019
    Location
    Qatar
    MS-Off Ver
    2013
    Posts
    58

    Re: Average not summing up to 100%

    Hi,
    Check the Digits of those numbers.
    It may be effect on average.

    Try to Round those numbers as per your requirement (2 or 3 digits) then check your formulas.

    Round formula =ROUND(A1,3)

+ 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] Taking the average of multiple groups of cells with ability to extend range of average
    By 2597Gar in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-29-2019, 11:07 AM
  2. [SOLVED] Summing 3 Rows, then finding the Highest average
    By DHHM in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 09-10-2018, 01:08 AM
  3. Replies: 2
    Last Post: 06-03-2015, 12:53 PM
  4. [SOLVED] Summing Sumproducts then dividing for average really messy formula that needs help
    By jrpspayne in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-24-2014, 11:50 PM
  5. [SOLVED] Summing Tiles and Summing Tile Decors
    By makinmomb in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-09-2014, 12:15 AM
  6. [SOLVED] Help with Summing Duplicates, deleting rows after summing and filling col. for unsummed
    By solidrock1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-04-2014, 09:11 AM
  7. Summing Columns-revolves around summing particular items
    By savv32 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-06-2005, 09:05 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