if statement with #N/A

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Maybe something along these lines....

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

Vaya con Dios,
Chuck, CABGx3
 

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

Back
Top