Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
lschuh
 
Posts: n/a
Default setting x-axis labels

I have been trying to select the x-axis data labels. It works ok up to a
point then clears out all previous selections. Some of the charts will allow
me to select all the data ranges I want but others don't. Why is this
happening? I have a worksheet with 35 charts on it. Is there some kind of
limit?
  #2   Report Post  
Jon Peltier
 
Posts: n/a
Default setting x-axis labels

Are you holding the CTRL key and selecting one cell at a time? Excel is building the
series formula one cell at a time, with a prefix of the sheet name for each cell
address. Instead of your series formula being nice and compact like this:

=SERIES("H",Sheet1!$A$2:$A$10,Sheet1!$H$2:$H$10,2)

it looks like this:

=SERIES(Sheet1!$H$1,(Sheet1!$A$2,Sheet1!$A$3,Sheet 1!$A$4,Sheet1!$A$5,Sheet1!$A$6,Sheet1!$A$7,Sheet1! $A$8,Sheet1!$A$9,Sheet1!$A$10),(Sheet1!$H$2,Sheet1 !$H$3,Sheet1!$H$4,Sheet1!$H$5,Sheet1!$H$6,Sheet1!$ H$7,Sheet1!$H$8,Sheet1!$H$9,Sheet1!$H$10),1)

A series formula has a maximum allowed length of around 1024 characters, but more
limiting is the maximum length of the X values and Y values part of the formula,
which is a shade under 256.

Try to get all your data into a contiguous range so you can reference your ranges
with a single cell reference.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

lschuh wrote:

I have been trying to select the x-axis data labels. It works ok up to a
point then clears out all previous selections. Some of the charts will allow
me to select all the data ranges I want but others don't. Why is this
happening? I have a worksheet with 35 charts on it. Is there some kind of
limit?


  #3   Report Post  
lschuh
 
Posts: n/a
Default setting x-axis labels

Thank you. I was doing the control thing. When you go to the help it
appears that you can have practically an unlimited amount of data points with
no mention of max. char limits. I should have done what you suggested but
brought the data in from access and did not want to reformat everything.

"Jon Peltier" wrote:

Are you holding the CTRL key and selecting one cell at a time? Excel is building the
series formula one cell at a time, with a prefix of the sheet name for each cell
address. Instead of your series formula being nice and compact like this:

=SERIES("H",Sheet1!$A$2:$A$10,Sheet1!$H$2:$H$10,2)

it looks like this:

=SERIES(Sheet1!$H$1,(Sheet1!$A$2,Sheet1!$A$3,Sheet 1!$A$4,Sheet1!$A$5,Sheet1!$A$6,Sheet1!$A$7,Sheet1! $A$8,Sheet1!$A$9,Sheet1!$A$10),(Sheet1!$H$2,Sheet1 !$H$3,Sheet1!$H$4,Sheet1!$H$5,Sheet1!$H$6,Sheet1!$ H$7,Sheet1!$H$8,Sheet1!$H$9,Sheet1!$H$10),1)

A series formula has a maximum allowed length of around 1024 characters, but more
limiting is the maximum length of the X values and Y values part of the formula,
which is a shade under 256.

Try to get all your data into a contiguous range so you can reference your ranges
with a single cell reference.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

lschuh wrote:

I have been trying to select the x-axis data labels. It works ok up to a
point then clears out all previous selections. Some of the charts will allow
me to select all the data ranges I want but others don't. Why is this
happening? I have a worksheet with 35 charts on it. Is there some kind of
limit?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can tick mark labels be flipped about axis? [email protected] Charts and Charting in Excel 1 July 20th 05 05:03 PM
how to put x axis values in the chart instead of x axis labels Sinclair Charts and Charting in Excel 1 June 21st 05 11:04 AM
Align Clustered Column Chart Category Axis Labels Stephanie Charts and Charting in Excel 1 April 7th 05 03:21 PM
Labels on Chart with Negative Value Axis David F. Schrader Charts and Charting in Excel 6 December 17th 04 06:25 PM
Linking Axis Labels Neil Charts and Charting in Excel 2 December 5th 04 09:04 PM


All times are GMT +1. The time now is 04:47 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"