Using Defined Names in a Chart

  • Thread starter Thread starter bobburg
  • Start date Start date
B

bobburg

I am using Office 2002.
I am trying to create a chart that has only one Series called Data. The
values for DATA is a name called SCROLL_DATA. The name has been defined
using the Insert-Name-Define action. The workbook is called Quality
Escapes.xls I have entered the following in the values box as I have
seen many instruction as follows

=Quality Escapes.xls!SCROLL_DATA

What am I doing wrong.
 
Hi

Instead of workbook name, use sheet name, which contains your data - excel
replaces it with workbook name automatically. I.e. you enter the reference
as
=SheetName!RangeName


Arvi Laanemets
 
I am using Office 2002.
I am trying to create a chart that has only one Series called Data. The
values for DATA is a name called SCROLL_DATA. The name has been defined
using the Insert-Name-Define action. The workbook is called Quality
Escapes.xls I have entered the following in the values box as I have
seen many instruction as follows

=Quality Escapes.xls!SCROLL_DATA

What am I doing wrong.

='Quality Escapes.xls'!SCROLL_DATA

Note the presence of the single quotes.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top