Dynamic chart not updating

MrPez

Board Regular
Joined
Jan 28, 2010
Messages
128
I have a load of charts on a master spreadsheet and they all use dynamic ranges to update as more data is collected.
The idea is for each unit tested, a new worksheet is created by copying the master (which is hidden). When the sheet is copied, all of the named ranges in the master automatically copy also and the charts on the new sheet refer to the correct named range in that sheet.
Problem is, one doesn't work! It is the x-coordinates and they still refer to the original range in the master spreadsheet. The y's work though.
the formula for the named range is:
=IF(ISERROR(OFFSET(Master!$F$19,0,0,1,COUNT(Master!$19:$19))),0,OFFSET(Master!$F$19,0,0,1,COUNT(Master!$19:$19)))

This named range is duplicated ok, but the chart doesn't for some reason.

Any ideas?
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.

Forum statistics

Threads
1,226,390
Messages
6,190,736
Members
453,616
Latest member
nathancook

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top