+ Reply to Thread
Results 1 to 3 of 3

HIDING DIV/0!

  1. #1
    webster
    Guest

    HIDING DIV/0!

    How can I hide a DIV/1 error? The formula is
    =+IF(G37<=79%,"ORDER", "") but when nothing is entered into the columns i
    get the DIV/0! error.

    Any help would be appreciated

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    The error is returned becasue the value of g37 is div/0 so the logic does not evaluate and repeats the error

    =+IF(ISERROR(G37),"", IF(G37<=75%,"ORDER",""))

    Would work but a better option would be to tackle the error at source and remove the error from g37 using an if statement that if the denominator (the thing you are dividing by) is 0 to change to another value otherwise do the calculation

    Regards

    Dav

  3. #3
    webster
    Guest

    Re: HIDING DIV/0!

    thanks Dav, it worked a treat...

    Cheers

    Paul

    "Dav" wrote:

    >
    > The error is returned becasue the value of g37 is div/0 so the logic
    > does not evaluate and repeats the error
    >
    > =+IF(ISERROR(G37),"", IF(G37<=75%,"ORDER",""))
    >
    > Would work but a better option would be to tackle the error at source
    > and remove the error from g37 using an if statement that if the
    > denominator (the thing you are dividing by) is 0 to change to another
    > value otherwise do the calculation
    >
    > Regards
    >
    > Dav
    >
    >
    > --
    > Dav
    > ------------------------------------------------------------------------
    > Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
    > View this thread: http://www.excelforum.com/showthread...hreadid=520504
    >
    >


+ 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