+ Reply to Thread
Results 1 to 2 of 2

Recognize #div/0!

  1. #1
    JOn Kunces via OfficeKB.com
    Guest

    Recognize #div/0!

    i have a formula tha is =IF(AND(-0.04<P3,0.04>P3,Q3=""),13,Q3). I want it to
    be able to see if in cell p3 is the error (#Div/0) that it will also insert
    the 13 if it follows the criteria set forth able. Thanks


    --
    Message posted via http://www.officekb.com

  2. #2
    Bob Phillips
    Guest

    Re: Recognize #div/0!

    =IF(OR(ISERROR(P3),AND(-0.04<P3,0.04>P3,Q3="")),13,Q3)

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "JOn Kunces via OfficeKB.com" <[email protected]> wrote in message
    news:[email protected]...
    > i have a formula tha is =IF(AND(-0.04<P3,0.04>P3,Q3=""),13,Q3). I want it

    to
    > be able to see if in cell p3 is the error (#Div/0) that it will also

    insert
    > the 13 if it follows the criteria set forth able. Thanks
    >
    >
    > --
    > Message posted via http://www.officekb.com




+ 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