This is a weird problem I'm seeing in Excel
- Say I have a named range MY_RANGE which points to cell $A$1 (or A1)
- If I then enter =MY_RANGE into cell A2 all looks good
- If I then try to edit cell A2 I see =$A$1 rather than =MY_RANGE
- If I enter =MY_RANGE on a seperate sheet in the same workbook everything works as expected.
I'm guessing there may be some property on the sheet that controls this behaviour but I can't find it. The problem I'm having is that when I copy & paste the cell it copies the resolved reference rather than the named range