D
Dave
Scanned through a bunch of past vlookup questions but did
not find something similar:
On Sheet "Quotes" I enter a customer name and phone
number amongst other stuff.
On Sheet "Leads", the same type of info is entered.
When a user enters new data on "Quotes" I currently have
a cell that does a vlookup to check for matching phone
numbers in the "Leads" sheet. AND a separate cell that
does a vlookup to see if the name matches.
Column A: =VLOOKUP(C2,name,2,FALSE)
Column B: =VLOOKUP(C2,phone,2,FALSE)
It just returns a "Match" if there is a match.
I would like to only have one cell that does both. An IF
VLOOKUP I guess. If it finds a matching name, then
return "Name Match" if it finds a matching PH# then
return "Phone Match" Else " ".
(Thousands of entries in each sheet and I do not want to
have the "Leads" sheet sorted.)
Any help is appreciated
Dave
not find something similar:
On Sheet "Quotes" I enter a customer name and phone
number amongst other stuff.
On Sheet "Leads", the same type of info is entered.
When a user enters new data on "Quotes" I currently have
a cell that does a vlookup to check for matching phone
numbers in the "Leads" sheet. AND a separate cell that
does a vlookup to see if the name matches.
Column A: =VLOOKUP(C2,name,2,FALSE)
Column B: =VLOOKUP(C2,phone,2,FALSE)
It just returns a "Match" if there is a match.
I would like to only have one cell that does both. An IF
VLOOKUP I guess. If it finds a matching name, then
return "Name Match" if it finds a matching PH# then
return "Phone Match" Else " ".
(Thousands of entries in each sheet and I do not want to
have the "Leads" sheet sorted.)
Any help is appreciated
Dave