Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
hmm hmm is offline
external usenet poster
 
Posts: 175
Default Named data series won't dispay in Excel 2007

A file created with Excel 2000 contains a chart with a dynamic, named data
series. I emailed the workbook file to a colleague who uses Excel 2007.
When he opens the file, the data series simply doesn't display. When I
examine (in E-2007) the chart's source data, Excel tells me there is an error
in a formula. The three formulas are the names Header, xData, and yData
(preceded, of course, by the filename and "!"). When I enter one of these
names in the name box, it is recognized, as indicated by selection of its
cells. I was only able to get the chart to display the series by replacing
the x- and y-data names (xData and yData) with literal range references
(e.g., A1:A2000 and B1:B2000. Interestingly, the name "Header", referring to
a cell containing the chart series name, is resolved and displayed by the
chart.)

Can anyone tell me why named ranges for x- and y-data in charts are not
transferring from Excel 2000 to 2007, and how I can fix it? Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,344
Default Named data series won't dispay in Excel 2007

Hi,

I have created a 2000 Excel chart using dynamic range names and then opened
it in 2007 - there were no obvious problems. The dynamic ranges continue to
work.

One thing to keep in mind names some names which would have worked in 2000
will not work correctly in 2007 because they may be cell address or other
conflict.

--
Cheers,
Shane Devenshire


"hmm" wrote:

A file created with Excel 2000 contains a chart with a dynamic, named data
series. I emailed the workbook file to a colleague who uses Excel 2007.
When he opens the file, the data series simply doesn't display. When I
examine (in E-2007) the chart's source data, Excel tells me there is an error
in a formula. The three formulas are the names Header, xData, and yData
(preceded, of course, by the filename and "!"). When I enter one of these
names in the name box, it is recognized, as indicated by selection of its
cells. I was only able to get the chart to display the series by replacing
the x- and y-data names (xData and yData) with literal range references
(e.g., A1:A2000 and B1:B2000. Interestingly, the name "Header", referring to
a cell containing the chart series name, is resolved and displayed by the
chart.)

Can anyone tell me why named ranges for x- and y-data in charts are not
transferring from Excel 2000 to 2007, and how I can fix it? Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.charting
hmm hmm is offline
external usenet poster
 
Posts: 175
Default Named data series won't dispay in Excel 2007

Thanks Shane.

I checked the name syntax rules for Excel 2007, at:
http://office.microsoft.com/en-us/ex...%20for%20names

They appear to be the same as for E-2000. Are there any undocumented rules
you know of?



"ShaneDevenshire" wrote:

Hi,

I have created a 2000 Excel chart using dynamic range names and then opened
it in 2007 - there were no obvious problems. The dynamic ranges continue to
work.

One thing to keep in mind names some names which would have worked in 2000
will not work correctly in 2007 because they may be cell address or other
conflict.

--
Cheers,
Shane Devenshire


"hmm" wrote:

A file created with Excel 2000 contains a chart with a dynamic, named data
series. I emailed the workbook file to a colleague who uses Excel 2007.
When he opens the file, the data series simply doesn't display. When I
examine (in E-2007) the chart's source data, Excel tells me there is an error
in a formula. The three formulas are the names Header, xData, and yData
(preceded, of course, by the filename and "!"). When I enter one of these
names in the name box, it is recognized, as indicated by selection of its
cells. I was only able to get the chart to display the series by replacing
the x- and y-data names (xData and yData) with literal range references
(e.g., A1:A2000 and B1:B2000. Interestingly, the name "Header", referring to
a cell containing the chart series name, is resolved and displayed by the
chart.)

Can anyone tell me why named ranges for x- and y-data in charts are not
transferring from Excel 2000 to 2007, and how I can fix it? Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,344
Default Named data series won't dispay in Excel 2007

I don't know if there is documentation in Help but try this in 2007


Define the name ABC1

That would work in 2000 but not in 2007 because that is now a cell address.

Same for A100000.

--
Cheers,
Shane Devenshire


"hmm" wrote:

Thanks Shane.

I checked the name syntax rules for Excel 2007, at:
http://office.microsoft.com/en-us/ex...%20for%20names

They appear to be the same as for E-2000. Are there any undocumented rules
you know of?



"ShaneDevenshire" wrote:

Hi,

I have created a 2000 Excel chart using dynamic range names and then opened
it in 2007 - there were no obvious problems. The dynamic ranges continue to
work.

One thing to keep in mind names some names which would have worked in 2000
will not work correctly in 2007 because they may be cell address or other
conflict.

--
Cheers,
Shane Devenshire


"hmm" wrote:

A file created with Excel 2000 contains a chart with a dynamic, named data
series. I emailed the workbook file to a colleague who uses Excel 2007.
When he opens the file, the data series simply doesn't display. When I
examine (in E-2007) the chart's source data, Excel tells me there is an error
in a formula. The three formulas are the names Header, xData, and yData
(preceded, of course, by the filename and "!"). When I enter one of these
names in the name box, it is recognized, as indicated by selection of its
cells. I was only able to get the chart to display the series by replacing
the x- and y-data names (xData and yData) with literal range references
(e.g., A1:A2000 and B1:B2000. Interestingly, the name "Header", referring to
a cell containing the chart series name, is resolved and displayed by the
chart.)

Can anyone tell me why named ranges for x- and y-data in charts are not
transferring from Excel 2000 to 2007, and how I can fix it? Thanks.

  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Named data series won't dispay in Excel 2007

What do the series formulas look like in XL2000 and XL2007? There is a
problem with XL2007 in that sometimes the names in a series formula are
converted from Book1.xls!MyName to [0]!MyName. This is fixed in SP1.

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


"hmm" wrote in message
...
A file created with Excel 2000 contains a chart with a dynamic, named data
series. I emailed the workbook file to a colleague who uses Excel 2007.
When he opens the file, the data series simply doesn't display. When I
examine (in E-2007) the chart's source data, Excel tells me there is an
error
in a formula. The three formulas are the names Header, xData, and yData
(preceded, of course, by the filename and "!"). When I enter one of these
names in the name box, it is recognized, as indicated by selection of its
cells. I was only able to get the chart to display the series by
replacing
the x- and y-data names (xData and yData) with literal range references
(e.g., A1:A2000 and B1:B2000. Interestingly, the name "Header", referring
to
a cell containing the chart series name, is resolved and displayed by the
chart.)

Can anyone tell me why named ranges for x- and y-data in charts are not
transferring from Excel 2000 to 2007, and how I can fix it? Thanks.



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
How do I change the cell dispay in Excel 2007 from C1:R2 to A2 Mike Nevin Excel Discussion (Misc queries) 1 January 9th 08 11:53 AM
Named ranges in Excel 2007 [email protected] Excel Discussion (Misc queries) 2 September 10th 07 08:22 PM
Change chart type in single data series, Excel 2007 momof3 Charts and Charting in Excel 3 June 30th 07 02:45 PM
What happened to the stripe fills for data series in Excel 2007? kittytrax Charts and Charting in Excel 1 April 18th 07 11:52 AM
Add a data series dynamically to a named range? Popeye Charts and Charting in Excel 3 March 10th 06 08:59 PM


All times are GMT +1. The time now is 01:01 PM.

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"