Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 201
Default Dynamic Series Range

I am currently producing a dynamic chart that is populated by a potentially
different sized amount of data.

I have been using Peltier's technicque to create dynamic ranges for the X
values and Y values, and this works fine to a certain extent. However, I want
the X values to incorporate two columns and not the one. For example:

Col M Col N Col O
X Values X Values#2 Y Values
Gender Male 1
Female 2
D-O-B January 1
March 2
April 3
September 4

....etc etc

The named range for the X Values is identified by the following calculation:

=OFFSET('Workbook'!$N$108,0,0,COUNTA('Workbook'!$N $108:$N$200))

Is there a way of slightly amending this so as Column M is also included as
part of the X Range?

Many Thanks
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Dynamic Series Range

Hi,

Change the start offset to -1
Increase the number of columns to 2. Currently it is not specified and is
therefore defaulted to 1.

=OFFSET('Workbook'!$N$108,0,-1,COUNTA('Workbook'!$N$108:$N$200),2)

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Phil" wrote in message
...
I am currently producing a dynamic chart that is populated by a potentially
different sized amount of data.

I have been using Peltier's technicque to create dynamic ranges for the X
values and Y values, and this works fine to a certain extent. However, I
want
the X values to incorporate two columns and not the one. For example:

Col M Col N Col O
X Values X Values#2 Y Values
Gender Male 1
Female 2
D-O-B January 1
March 2
April 3
September 4

...etc etc

The named range for the X Values is identified by the following
calculation:

=OFFSET('Workbook'!$N$108,0,0,COUNTA('Workbook'!$N $108:$N$200))

Is there a way of slightly amending this so as Column M is also included
as
part of the X Range?

Many Thanks


  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 201
Default Dynamic Series Range

Thanks Andy, that works a treat.

Phil

"Andy Pope" wrote:

Hi,

Change the start offset to -1
Increase the number of columns to 2. Currently it is not specified and is
therefore defaulted to 1.

=OFFSET('Workbook'!$N$108,0,-1,COUNTA('Workbook'!$N$108:$N$200),2)

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Phil" wrote in message
...
I am currently producing a dynamic chart that is populated by a potentially
different sized amount of data.

I have been using Peltier's technicque to create dynamic ranges for the X
values and Y values, and this works fine to a certain extent. However, I
want
the X values to incorporate two columns and not the one. For example:

Col M Col N Col O
X Values X Values#2 Y Values
Gender Male 1
Female 2
D-O-B January 1
March 2
April 3
September 4

...etc etc

The named range for the X Values is identified by the following
calculation:

=OFFSET('Workbook'!$N$108,0,0,COUNTA('Workbook'!$N $108:$N$200))

Is there a way of slightly amending this so as Column M is also included
as
part of the X Range?

Many 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
dynamic data range and series Cass Calculator Charts and Charting in Excel 4 February 26th 07 01:55 AM
dynamic range and series cass calculator Excel Worksheet Functions 1 February 23rd 07 11:46 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Dynamic series range from AutoFilter CLR Charts and Charting in Excel 7 April 15th 05 02:53 PM
need help updating chart (series in dynamic range) Jeff Charts and Charting in Excel 1 April 1st 05 02:35 AM


All times are GMT +1. The time now is 04:27 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"