Recognize #div/0!

  • Thread starter Thread starter JOn Kunces via OfficeKB.com
  • Start date Start date
J

JOn Kunces via OfficeKB.com

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
 
=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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Don't want #value in cell 4
Complicated Formula 1
Counting, 2 criteria 7
copy down 9
Calculate Average Accross Multiple Worksheets 1
searching in more than one table 3
IF VLOOKUP & CONCATENATE 7
Excel Formula 7

Back
Top