I am trying to match multiple columns. I have data in columns c&h, there are 23000 rows and I want to find an exact match in columns s&v and there are 1200 rows in these columns.
example
column a column c column h column n column s column v
agent number last name last 4 of social ? last name last 4 of social
if the columns find an exact match, I want to return the value in column A in column n which is an agent number to go with columns s&v.
Just got stuck and can't fine a solution.
Thanks for any help.
Scott
example
column a column c column h column n column s column v
agent number last name last 4 of social ? last name last 4 of social
if the columns find an exact match, I want to return the value in column A in column n which is an agent number to go with columns s&v.
Just got stuck and can't fine a solution.
Thanks for any help.
Scott