I have a spreadsheet with two sheets. The first on has a list of numbers. The second sheet also has a list of numbers but an additional column with letters. I want to look at all the numbers on sheet 1, find them on sheet two and return the letter associated with the matching number. Thank you
Sheet 1
Sheet 2
would like to see in sheet 1
Sheet 1
Find this number on sheet 2 | Return corresponding number from sheet2 column b column b |
100 | |
75 | |
25 | |
50 |
Find in this column | Return this |
25 | a |
50 | b |
100 | c |
75 | d |
Find this number on sheet 2 | Return corresponding number from sheet2 column b column b |
100 | c |
75 | d |
25 | a |
50 | b |