- 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
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