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

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
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,216,073
Messages
6,128,641
Members
449,461
Latest member
kokoanutt

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