P
(PeteCresswell)
Sample Code:
------------------------------------------
=IF(SEARCH("Taxable",RC[3])=1, TRUE,FALSE)
------------------------------------------
If "Taxable" is found, no prob: result= "True".
OTOH, if "Taxable" not found, SEARCH (just like
the documentation says....) returns #VALUE.
Question: How do I trap for #VALUE in the IF() statement
and convert it to "FALSE"
------------------------------------------
=IF(SEARCH("Taxable",RC[3])=1, TRUE,FALSE)
------------------------------------------
If "Taxable" is found, no prob: result= "True".
OTOH, if "Taxable" not found, SEARCH (just like
the documentation says....) returns #VALUE.
Question: How do I trap for #VALUE in the IF() statement
and convert it to "FALSE"