Match or Lookup

mtapp2207

New Member
Joined
May 14, 2014
Messages
19
Office Version
  1. 2016
Platform
  1. Windows
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
Find this number on sheet 2Return corresponding number from sheet2 column b column b
100
75
25
50
Sheet 2
Find in this columnReturn this
25a
50b
100c
75d
would like to see in sheet 1
Find this number on sheet 2Return corresponding number from sheet2 column b column b
100c
75d
25a
50b
 
Edited: added Joe's VLOOKUP.
Book1
ABCDEF
1Sheet1Sheet2
2Find this number on sheet 2INDEX/MATCHVLOOKUPFind in this columnReturn this
3100cc25a
475db50b
525aa100c
650bb75d
Sheet12
Cell Formulas
RangeFormula
B3:B6B3=INDEX($F$3:$F$6,MATCH(A3,$E$3:$E$6,0))
C3:C6C3=VLOOKUP(A3,$E$3:$F$6,2)
 
Upvote 0

Forum statistics

Threads
1,226,849
Messages
6,193,330
Members
453,790
Latest member
yassinosnoo1

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top