Dynamic Charts - Do I still need to "Format Axis"

kmacd6951

Board Regular
Joined
Mar 3, 2004
Messages
58
I have set up a Dynamic Chart.
Created my Defined Names
Updated the Series data to contain the Names rather than specific cell reference.
I still had to right click on the XAxis - Select Format Axis, Go to the Scale Tab and increase my date range. It was at 3/1/2004. I added data to my data source that went beyond 3/1, but my chart didn't expand the X axis out that far...

More specific details if you need:
__________________________
WeekOF = OFFSET('Weekly Sppt Metrics'!$P$2,0,0,1,COUNTA('Weekly Sppt Metrics'!$2:$2))
To get my X Axis titles which are in Row 2, starting at Column P.

WeeklyAPP = OFFSET('Weekly Sppt Metrics'!$P$22,0,0,1,COUNTA('Weekly Sppt Metrics'!$22:$22))

This is to get me everything in row 22, starting at column P, for as far out as my data goes


On the Graph:
=SERIES('Weekly Sppt Metrics'!$A$22,'Weekly Support Metrics ao 03-01-2004 TMP.xls'!WeekOF,'Weekly Support Metrics ao 03-01-2004 TMP.xls'!WeeklyAPP,1)
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Re: Dynamic Charts - Do I still need to "Format Axis&qu

Figured it out...

Needed to check the box next to MAX Date on the "Scale" tab of the Format Axis box.
Now it auto expands for me.
 
Upvote 0

Forum statistics

Threads
1,214,782
Messages
6,121,532
Members
449,037
Latest member
tmmotairi

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