Help with a match function

Mariner741

New Member
Joined
Sep 29, 2006
Messages
4
Hey, I was hoping someone could help me figure out how to do this relatively simple function.

I have a column of names in A, a column of names in D and values associated with the D-Names in E. The names in A and D are not necessarily the same.

What I am looking to do is match the data in E with the names in A. For example:

Cell A1 is Joe, A2 is Jim, A3 is John... D1 is Jack, D2 is Joe, and D3 is Jim... E1 is 100, E2 is 400, E3 is 500

Since D and E are associated with one another, Jack is 100, Joe is 400, and Jim is 500. I am trying to get those values to match the corresponding names in column A. Does anyone know how I can go about this?

What I have tried, and maybe it makes it easier to understand, is I ran a match function from names in A to column D. So in B I have a # after each guy for their place in column D. Is there a formula I can put where I can get it to take a value from a set column and a row depending on the # in the =match box?

Something along the lines of '=column(E), row (B1)'

I hope this question makes some sense to you and I appreciate any assistance.
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,214,415
Messages
6,119,382
Members
448,889
Latest member
TS_711

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