+ Reply to Thread
Results 1 to 2 of 2

Formula for average & ignore zero

  1. #1
    Registered User
    Join Date
    08-16-2012
    Location
    Cleveland, TN
    MS-Off Ver
    Excel 2007
    Posts
    53

    Formula for average & ignore zero

    Hello,

    I am using this formula: =IF(ISERROR(AVERAGE(AK8:AK14)),"",AVERAGE(AK8:AK14))

    I need it to ignore any 0 values in the average.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Formula for average & ignore zero

    Try

    =IF(ISERROR(AVERAGEIF(AK8:AK14,"<>0")),"",AVERAGEIF(AK8:AK14,"<>0"))

+ 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] Making Average() formula ignore months with too much blanks
    By Mantask in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-20-2013, 05:07 PM
  2. Replies: 14
    Last Post: 06-14-2013, 09:00 PM
  3. [SOLVED] AVERAGE formula & ignore errors
    By SChapman in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-29-2013, 02:26 PM
  4. Average but ignore if value = 0
    By Tom_J_W in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-17-2013, 11:35 PM
  5. Ignore values over an average.
    By samuelhorton in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-22-2008, 02:59 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