if statement with #N/A

M

mini

Hi,
I need help to write a formula in excel. I want to use vookup to look up a
value in another worksheet, if vlookup does not find anything, I want to
write "false", otherwise is "false"
thanks a lot,
Minh
 
C

CLR

Maybe something along these lines....

=IF(ISNA(YourLookupFormula),"False",YourLookupFormula)

Vaya con Dios,
Chuck, CABGx3
 
Top