psgoldberg
New Member
- Joined
- Jul 11, 2013
- Messages
- 38
- Office Version
- 365
- Platform
- Windows
Situation:
At this point, the formula with structured references has been converted to cell references (no names) - =sum(Sheet1!$B$3:$B$5).
Question: How do I get the names back - i.e., change the cell references to names.
Obvious solution that doesn't seem to be available: Use the Define names| Apply Names action. However, Table names are not available.
Can this be done without writing a macro? Or using Indirect to build the formula (which of course does work).
PSG
- Excel data converted to Table (Insert Table); table renamed to MyTable
- Formulas created to access table data using structured table references e.g., =sum(MyTable[[#data],[Col1]])
- For specific reasons, the Table needs to be converted back to a range and then, after certain actions, converted back to a Table. Table renamed back to MyTable
At this point, the formula with structured references has been converted to cell references (no names) - =sum(Sheet1!$B$3:$B$5).
Question: How do I get the names back - i.e., change the cell references to names.
Obvious solution that doesn't seem to be available: Use the Define names| Apply Names action. However, Table names are not available.
Can this be done without writing a macro? Or using Indirect to build the formula (which of course does work).
PSG