Comparing two sheets values and return the header

AniSaikia

New Member
Joined
Nov 28, 2017
Messages
6
Hi All,
Good Afternoon,

I need to compare Sheet 1
SLA
111
221
333
with Sheet 2 below table
GoldSilverBronze
311211111
312212112
313213113
321221121

<colgroup><col><col><col></colgroup><tbody>
</tbody>

<colgroup><col></colgroup><tbody>
</tbody>
And return value like GOLD, Silver or Bronze

Suppose Sheet 1 111 = Sheet 2 111 , then result should be Bronze

Thanks in advance :)
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
I m trying this kind of formula but not working

=INDEX(SetUp!$L$1:$N$1,MATCH(Master!AU2,SetUp!$L$2:$N$10,0))
 
Upvote 0
Please suggest

Hi, you should be waiting a lot longer than 15 minutes before bumping your threads - you risk putting people of replying if you are too eager, especially as many people use the "posts with zero replies" option when looking for questions to help with.

That said, here is one option you can try:


Excel 2013/2016
AB
1SLAResult
2111Bronze
3221Silver
4333#NUM!
5312Gold
Sheet1
Cell Formulas
RangeFormula
B2=INDEX(Sheet2!$A$1:$C$1,AGGREGATE(14,6,COLUMN(Sheet2!$A$1:$C$1)/(Sheet2!$A$2:$C$5=A2),1))




Excel 2013/2016
ABC
1GoldSilverBronze
2311211111
3312212112
4313213113
5321221121
Sheet2
 
Upvote 0

Forum statistics

Threads
1,214,942
Messages
6,122,367
Members
449,080
Latest member
Armadillos

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