Hi Stephen,
=IF(ISNA(YourFormula),"",YourFormula)

Signature
Kind regards,
Niek Otten
Microsoft MVP - Excel
| Is there a way I can wrap a vlookup in an IF statement to suppress #N/A
| errors? Something like...
|
| =IF(VLOOKUP(X32,weights.xls!Soil1,3,FALSE)LIKE"#N/A,"",VLOOKUP_(X32,weights.xls!Soil1,3,FALSE))
Stephen - 23 Nov 2007 19:01 GMT
good show!
thanks!
> Hi Stephen,
>
[quoted text clipped - 4 lines]
> |
> | =IF(VLOOKUP(X32,weights.xls!Soil1,3,FALSE)LIKE"#N/A,"",VLOOKUP_(X32,weights.xls!Soil1,3,FALSE))