
Originally Posted by
Andy Pope
That approachs would work well if all the chartable data was in the same location on multiple sheets.
One thing to be aware of. The CELL function is not stable when a reference is not used as the second argument.
=MID(CELL("filename"),FIND("]",CELL("filename"))+1,255)
This means all the charts on each sheet will be based on the same data set.
Try this, create a New Window and arrange Horizontally.
Show both Sheet1 and Sheet2 and then press F9. Then switch to the other view and press F9 again. You should see that both charts are running of the same data.
Bookmarks