How do I use Index match to Return values from One Column based on Comparison between 2 Columns when there are dupes

excel25newuser

New Member
Joined
Jun 27, 2018
Messages
3
HI All,

I have the following scenario



I am using the following formula

=INDEX($A$1:$B$12,MATCH(C1,$B$1:$B$12,0),1)

to perform something like
Name 5 in Column C, should print oimnlu in Column D, based on Name 5 value in Column B.

This works fine as long as there are no dupes in Column B and Column C

When we have dupes, for example Column B and C has Name8 as dupe
In this case I would like qqweq and jkhjkh to be printed in Column D for each Name8 in column C, but currently it prints qqweq for both the name8.

How do I achieve what I am after please?

Many thanks
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.

Forum statistics

Threads
1,214,973
Messages
6,122,534
Members
449,088
Latest member
RandomExceller01

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