Hello,
I want to display the name of an assigned range in a cell.
Example: Cell
to Pop[/code]) cell A1 would then change as well.
I've played with =INDIRECT()[/code] and =CELL()[/code] and =ADDRESS()[/code] and investigated other functions, but without success.
Is this possible without using VBA? Ideas? Thanks in advance.
I want to display the name of an assigned range in a cell.
Example: Cell
Code:
$B$5 is named [code]Population
Example: Range [code]$C$9:$E$20 is named [code]Stats
I want to display the assigned name within a cell (say A1), so that the cell output reads, e.g. [code]Population. If I were to change the name of the assigned range (e.g. from Population
I've played with =INDIRECT()[/code] and =CELL()[/code] and =ADDRESS()[/code] and investigated other functions, but without success.
Is this possible without using VBA? Ideas? Thanks in advance.