Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I retrieve the address of a cell in a A1 format?
Example: I have a cell that has something like 28.010D. How can I use a formulad to retrieve the reference of that cell in a worksheet, let's say the cell that contains the 28.010D is the D45. I want to apply a formula so that the result is D45. Thank you |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming the value you want to look up in column D is in cell A1, then put
this in B1 ="D"&MATCH(A1,D:D) Vaya con Dios, Chuck, CABGx3 "Zambrosio" wrote: How can I retrieve the address of a cell in a A1 format? Example: I have a cell that has something like 28.010D. How can I use a formulad to retrieve the reference of that cell in a worksheet, let's say the cell that contains the 28.010D is the D45. I want to apply a formula so that the result is D45. Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Go To an address specfied in a cell | Excel Discussion (Misc queries) | |||
HELP!!!! Cell Value in a Cell Address | Excel Worksheet Functions | |||
Replace a spreadsheets named cells/ranges with exact cell address. | Excel Discussion (Misc queries) | |||
ADDRESS function - dynamic input cell | Excel Discussion (Misc queries) | |||
How do I find the contents of a cell using the "ADDRESS" function. | Excel Worksheet Functions |