Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Cell D23's value is "$C$2", I want to use Function "Cell" to get the content
of cell C2. =Cell("centents", D23) but the result is "$C$2" instead of its content. Is there any way that can help me convert string $C$2 to reference C2? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Nov 27, 3:44 pm, ViestaWu wrote:
Cell D23's value is "$C$2", I want to use Function "Cell" to get the content of cell C2. =Cell("centents", D23) but the result is "$C$2" instead of its content. Is there any way that can help me convert string $C$2 to reference C2? try =indirect(D23) hth Carlo |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I convert text string into a cell reference | Excel Discussion (Misc queries) | |||
Convert a number to a name string | Excel Worksheet Functions | |||
convert string to date | Excel Worksheet Functions | |||
Can I show a reference value with a string? | Excel Discussion (Misc queries) | |||
Function to convert Time String to Time | Excel Worksheet Functions |