+ Reply to Thread
Results 1 to 2 of 2

Average formula which omits 0 in calc

  1. #1
    Registered User
    Join Date
    12-19-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    14

    Average formula which omits 0 in calc

    Hi all,
    I have a fixed range to an average formula (=IFERROR(AVERAGE(J12:BB12),"<LOD")).

    The cells included in the range (J12:BB12) all contain lookup formulas which lookup data from another sheet. The lookup formula returns numbers greater than 0.0001 where data is present. Where there is no data/value to be returned '0' is shown. I need my average calculation to work out the average of the lookup values but not including the '0' where no data has been looked-up. All the extra zeros are bringing my averages down significantly.

    Thanks

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Average formula which omits 0 in calc

    Try

    =IFERROR(AVERAGEIF(J12:BB12,"<>0"),"<LOD")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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. calc the average difference between columns
    By Zeke43 in forum Excel General
    Replies: 9
    Last Post: 05-05-2009, 05:35 PM
  2. [SOLVED] Need to average a range AND calc a formula at once...
    By S Davis in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-23-2006, 06:16 PM
  3. Pivot table calc using average in summed field
    By cereldine in forum Excel General
    Replies: 0
    Last Post: 06-13-2006, 06:55 AM
  4. Looking-up Columns w/calc'd Values ONLY to Calculate Average
    By sony654 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-21-2006, 01:25 AM
  5. How to calc the average of 3 cells on all rows
    By bitmaster in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-02-2005, 06:00 AM

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