Trying to return Cell from Column that Matches Data Range

hammerhead13

Board Regular
Joined
Aug 4, 2008
Messages
86
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
  2. Mobile
I need a Formula that will find the Number in the Range D5:H8 and return a Name from Column C. For Example. If i Put "61" I want it to Return "Bill". Thanks in Advance.

CDEFGH
5Bob10254243
6Bill156164763
7Ted12390674323
8Fred2365225342
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
How about:

vDante Amor
CDEFGHIJK
4NumberName
5Bob1025424361Bill
6Bill156164763
7Ted12390674323
8Fred2365225342
Hoja3
Cell Formulas
RangeFormula
K5K5=INDEX($C$5:$C$8,SUMPRODUCT(LARGE(($D$5:$H$8=J5)*ROW($C$5:$C$8),1))-4)
 
Upvote 0
How about:

vDante Amor
CDEFGHIJK
4NumberName
5Bob1025424361Bill
6Bill156164763
7Ted12390674323
8Fred2365225342
Hoja3
Cell Formulas
RangeFormula
K5K5=INDEX($C$5:$C$8,SUMPRODUCT(LARGE(($D$5:$H$8=J5)*ROW($C$5:$C$8),1))-4)
Brilliant. Worked Perfectly! Thank you!
 
Upvote 0
I'm glad to help you. Thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,213,494
Messages
6,113,972
Members
448,537
Latest member
Et_Cetera

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