Dynamic Chart Failure

Puuuuma

New Member
Joined
Feb 19, 2008
Messages
39
1. I'm using Excel 2007
2. I'm trying to create a dynamic chart - following instructions from the numerous other threads on the topic
3. When I try to use a dynamic named range in the "Select Data Source" box, it creates a fatal error and the program shuts down. Any suggestions?

I like making things dynamic - please help!
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
DLbspHr =OFFSET(ByTime!$E$5,0,0,COUNTA(ByTime!$B:$B)-3,1)
ChartDate =OFFSET(ByTime!DLbspHr,0,-4)

The "SERIES" formula is not available in 2007, as far as I can tell, so in the SeriesYValues box in the Select Data Option I put DLbspHr and then when I try to save and close, excel closes. And ChartDate is used for the X axis
 
Last edited:
Upvote 0
The Date is in column A, Weight Processed by the Day shift in column E, by night shift in column J. It all starts in row 5 and goes down (there are titles and running averages above that.
 
Last edited:
Upvote 0
this is how I'd set it up:


Ex_Axis = offset(ByTime!$a$5,0,0,COUNTA(ByTime!$B:$B)-3,1)


Values = offset(ex_axis,0,5,counta(ex_axis),1)
 
Upvote 0

Forum statistics

Threads
1,215,425
Messages
6,124,822
Members
449,190
Latest member
rscraig11

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