Help Please

Gusher

Board Regular
Joined
Aug 21, 2011
Messages
199
Hi Everybody,

In row 1 I have dates
In row 2 I have names

In cell c5 I have a name that appears in row 2
In cell c6 I need a function that will return the date for that name in cell C5. So for example if cell cell bb2 = Red and cell bb1 = 23/1/2010 then when Red is entered into cell c5 then cell c6 returns 23/1/2010. I should add that the names in row 2 are all unique but the dates in row 1 are not.

Many thanks for any help, Mark
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hi, sounds like a simple INDEX(MATCH()) for example:

=INDEX(1:1,MATCH(C5,2:2,0))
 
Upvote 0

Forum statistics

Threads
1,215,326
Messages
6,124,258
Members
449,149
Latest member
mwdbActuary

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