num!

P

pierre

hi
i have :

A
1 10
2 #num!
3 #num!

how to compose the formula in cell B1 :
if A1 is NOT an error give me its value 10 ...and if false... 20
 
T

Tim879

=IF(ISERROR(A1),20,A1)

use this formula and put it in another cell in the workbook.

if you want "20" to appear in cell a1, then you need to replace the
"a1" in the formula above with the formula that is generating the
error (i.e. =IF(ISERROR(A1/B1),20,A1/B1)
 

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

Top