Lookup to retrieve Cell address

cidfidou

Board Regular
Joined
Jan 19, 2009
Messages
163
Hi Excel Gurus,

Is there a way to retrieve the cell address using a lookup function? ie instead of retrieving the cell value I would like to retrieve the address of the cell..

Thanks in advance
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Hey Guys,

I have a way to do what I wanted by using
INDIRECT("'" &$AG$1& "'!"&ADDRESS(MATCH($AK$9,$U$2:$U$3241,0),4,4,1))
thanks
 
Upvote 0
Hey Aladin,
not sure to undersatnd your question.. I was trying to find a formula that will convert my lookup into an address cell but I have found the above way around
 
Upvote 0
Hey Aladin,

I was trying to get the address of the cell and not the content of the cell using =LOOKUP(AK9,$U$2:$U$10,$B$2:$B$10)
 
Upvote 0
Hey Aladin,

I was trying to get the address of the cell and not the content of the cell using =LOOKUP(AK9,$U$2:$U$10,$B$2:$B$10)

Thanks for providing the formula I asked for. I suppose $U$2:$U$10 is sorted in ascending order. That said, try:

=CELL("address",INDEX($B$2:$B$10,MATCH(AK9,$U$2:$U$10,1)))
 
Upvote 0
Thanks Aladin... As usual, i am really pleased to receive great help from really smart people on Mr excel...
 
Upvote 0

Forum statistics

Threads
1,215,377
Messages
6,124,598
Members
449,174
Latest member
chandan4057

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