Help in Vlookup and IF Function

Joined
Feb 20, 2013
Messages
2
Reaction score
0
Hi All
I am trying to use vlookup and IF function to get a formula that will make the following argument possible:

If the value in Sheet 1 Column G is present in "Sheet 2 column 1", the value should be 'COV" otherwise "Uncov".

i used the following formula but its not 100% working:

=IF(ISNA(VLOOKUP(A10,Sheet2!$1:$1048576,1,FALSE)),"Uncov",)

HELP PLEASE. I attached the file
 

Attachments

  • Car-Iza.zip
    165.2 KB · Views: 908
Joined
Jan 16, 2013
Messages
4
Reaction score
0
=IF(ISNA(VLOOKUP(G1,Sheet2!A:A,1,FALSE)),"Uncov","Cov")

Should do it.

(Edit: Didn't notice you said column 1, sheet two, sorry!)
 
Last edited:

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