a lookup question please

Pauls123

Board Regular
Joined
Mar 22, 2011
Messages
180
Hi, I am trying to work out a formula wherein I am running a lookup on a certain worksheet (excel 2010), say in column O I have a heaps of names.

I now want to match the names but to a set of figures and names I have on a different worksheet, lets say the worksheet is called ABC, and they fill up columns A and columns B on that other worksheet. With Column A having the names in it, and column B having figures in it.

Is there a formula for this please,

Regards, Paul
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Care to clarify a bit more what is matched against what, and what result must be produced?

Example:

MATCH(X2,F2:F100,0)

This matches X2 against F2:F100. X2 is called a look up value and F2:F100 a match range.
The 0 stands for the type of match, which is here an exact match.
 
Upvote 0

Forum statistics

Threads
1,224,603
Messages
6,179,855
Members
452,948
Latest member
UsmanAli786

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