I would like to create a chart that makes use of data on the current sheet, and then copy/paste the chart to another sheet, and have it link immediately to the new sheet instead of the sheet that the chart came from.
I found the LO (5.1.4.2) lets me remove the ‘$’ from the sheet-name for the series name, X-values and Y-values (enter chart->Format->Data Ranges), so I thought this was looking good.
But when I copy/paste the figure into a new sheet, the ‘$’ is back again, and the data ranges all point to the original data on the original sheet again.
This is bug, right? If I write a formula “=thissheet.$A$1” in thissheet and then copy/paste into thatsheet, then the formua in the pasted sheet becomes “=thatsheet.$A$1”. When I copy/paste a chart, the same should happen, right? It shouldn’t silently add dollar signs…?