Thread
:
Lookup/match value in a different worksheet, and just return a yes
View Single Post
#
5
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
Lookup/match value in a different worksheet, and just return a yes
=IF(ISNA(MATCH(F11,Sheet2!D:D,0)),"","x")
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Chatnoir11" wrote in message
...
I have two worksheets with lists of customers. I'd like to lookup each
company on worksheet A and see if it is also on Worksheet B. If it is,
then I
just want an "X" or a 1 or a simple response like that. I couldn't seem to
make a VLOOKUP work or MATCH. Should I create a column with "X" in it on
Worksheet B and have that column returned as the value on Worksheet A?
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett