+ Reply to Thread
Results 1 to 5 of 5

Excel 2007 : suppressing #DIV/0! WITHOUT USING THE IF FUNCTION

  1. #1
    Registered User
    Join Date
    09-21-2009
    Location
    Swindon England
    MS-Off Ver
    Excel 2007
    Posts
    14

    suppressing #DIV/0! WITHOUT USING THE IF FUNCTION

    Can anyone suggest how to suppress the #DIV/0! error WITHOUT USING THE IF FUNCTION Many thanks for helping.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: suppressing #DIV/0! WITHOUT USING THE IF FUNCTION

    Try using IFERROR, e.g.

    =IFERROR(your_formula,"")
    Audere est facere

  3. #3
    Registered User
    Join Date
    09-21-2009
    Location
    Swindon England
    MS-Off Ver
    Excel 2007
    Posts
    14

    Smile Re: suppressing #DIV/0! WITHOUT USING THE IF FUNCTION

    Quote Originally Posted by daddylonglegs View Post
    Try using IFERROR, e.g.

    =IFERROR(your_formula,"")
    Hi and thanks for your suggestion - I'm sorry but I didn't make myself as clear as I should have done - All conditional functions are out as the software in which the spreadsheet will be iused does not support conditional processing.

    Once again I'm sorry to have been vague - it's late

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: suppressing #DIV/0! WITHOUT USING THE IF FUNCTION

    OK, but you might have to give more details - which function or formula returns #DIV/0! and what sort of variables does it have?

  5. #5
    Registered User
    Join Date
    09-21-2009
    Location
    Swindon England
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: suppressing #DIV/0! WITHOUT USING THE IF FUNCTION

    Quote Originally Posted by daddylonglegs View Post
    OK, but you might have to give more details - which function or formula returns #DIV/0! and what sort of variables does it have?
    Contents of Cell A1 are 0
    Contents of Cell B1 are 100
    Contents of Cell C1 are =B1/A1
    This results in C1 displaying #DIV/0!
    I appreciate that for C1 one would normally use if(A1=0,0,B1/A1) but as I'm not allowed to use conditional processing of any kind it's a challenge.

+ 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