+ Reply to Thread
Results 1 to 3 of 3

Using Average IF formula for eliminating the #DIV/O error.

  1. #1
    Registered User
    Join Date
    12-31-2015
    Location
    Washington State, USA
    MS-Off Ver
    2013
    Posts
    3

    Using Average IF formula for eliminating the #DIV/O error.

    Issue: I have five columns , cell: C2, D2, E2, F2, G2, with percentages. Average (C2:G2) to get that % average, but if all cells are blank , Excel returns #DIV/0 error. I would like Excel to return 0% , if all cells are blank.
    What is this formula?

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Using Average IF formula for eliminating the #DIV/O error.

    Try

    =IFERROR(AVERAGE(C2:G2),0)

  3. #3
    Registered User
    Join Date
    12-31-2015
    Location
    Washington State, USA
    MS-Off Ver
    2013
    Posts
    3

    Re: Using Average IF formula for eliminating the #DIV/O error.

    that works! Thanks :-)

+ 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. Average formula DIV/0 error HELP!
    By rmlane123ca in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-13-2015, 06:36 PM
  2. [SOLVED] Eliminating #N/A Error Message in a VLOOKUP Function
    By EverClever in forum Excel General
    Replies: 3
    Last Post: 01-26-2015, 03:10 PM
  3. Eliminating error from list and replacing it with above and below average
    By hyattj in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-19-2013, 09:58 PM
  4. Replies: 3
    Last Post: 07-19-2013, 05:08 PM
  5. [SOLVED] eliminating error message and search procedure
    By jamesjessie117 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2012, 07:28 PM
  6. Replies: 15
    Last Post: 03-16-2012, 07:45 PM
  7. Average formula - #DIV/0! error
    By scribble00 in forum Excel General
    Replies: 2
    Last Post: 06-09-2009, 09:04 PM

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