NA Error

T

Terri

If the referenced cell is empty, I'l get a dread NA Error. Is there a way to get rid of this error message

=IF(Q23<VLOOKUP(A23,$S$10:$T$12,2,FALSE),FALSE,TRUE

Any assistance will be highly appreciated

Thanks,....
 
A

Andy B

Hi

Try this:
=IF(ISNA(VLOOKUP(A23,$S$10:$T$12,2,FALSE)),"",IF(Q23<VLOOKUP(A23,$S$10:$T$12
,2,FALSE),FALSE,TRUE))


--
Andy.


Terri said:
If the referenced cell is empty, I'l get a dread NA Error. Is there a way
to get rid of this error message?
 

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