T
Todd
Hi, I am trying to search a two columns in two worksheets
and if I get a match have a return from a corresponding
cell in the same row.
Of a 8-14 digit number only the last four will match. So,
how do I search two columns in seperate workbooks and
return a value in the same row as one of the matches
(sheet 1) on the other sheet (sheet 2)?
What I have I can't get to work, Can someone help? Am I
even on the right track?
Todd
=IF(MATCH(RIGHT(F5:F50,2),RIGHT(sheet2!G5:G50,2),1),Sheet2!
J5:50,"No Match") ????
Sheet 1 sheet 1 Sheet 2 Sheet 2
22222 (if a match =15) 22222 15
4444 (if a match =14) 4444 14
5555 (if a match =13) 5555 13
6666 (if a match =12) 6666 12
and if I get a match have a return from a corresponding
cell in the same row.
Of a 8-14 digit number only the last four will match. So,
how do I search two columns in seperate workbooks and
return a value in the same row as one of the matches
(sheet 1) on the other sheet (sheet 2)?
What I have I can't get to work, Can someone help? Am I
even on the right track?
Todd
=IF(MATCH(RIGHT(F5:F50,2),RIGHT(sheet2!G5:G50,2),1),Sheet2!
J5:50,"No Match") ????
Sheet 1 sheet 1 Sheet 2 Sheet 2
22222 (if a match =15) 22222 15
4444 (if a match =14) 4444 14
5555 (if a match =13) 5555 13
6666 (if a match =12) 6666 12