Hi,
I have created a dynamic calculation that creates named ranges, the names will change each time the calculation is run so I was unable to hardcode the named range. Therefore, the solution I have used is INDIRECT, however, I need to pass this spreadsheet onto someone who will need to view the formula is plain English. I know you can used form FORMULATEXT to display the formula but this doesn't show exactly what INDIRECT is doing. Is anyone able to give any advice? Example below.
Cell C2 (FronEndCalc) is creating the named range of JanToMar_LS using formula INDIRECT(B2&"_LS"), the named range of JanToMar_LS is in cell B1 on BackEndCalc), ideally I want the text of JanToMar_LS (the result of cell C2). Some of the calculation are very long but this example is a simple one.
Is this possible?
I have attached an example.
FYI - the named ranges get updated each time the calculation is re-run using VBA.
Bookmarks