Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 334
Default Can a chart series (row-based) occupy more than one row

I have a chart containing several data series held in rows in a worksheet.
Before long the data will exceed the the full width of the worksheet.
Transposing the worksheet to be column based and, more particularly,
modifying the routines to import external data will be difficult. Is it
possible to put new data into another set of equivalent rows below the first
set in the worksheet and then to define each matching pair of rows as a
single continuous series in the worksheet?
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Can a chart series (row-based) occupy more than one row

Hi,

Yes you can use non contiguous range references.

This will plot the 6 points spread over rows 3 and 4. With category
labels in rows 1 and 2.

=SERIES(Sheet1!$A$3,(Sheet1!$B$1:$D$1,Sheet1!$B$2: $D$2),(Sheet1!$B$3:$D$3,Sheet1!$B$4:$D$4),1)

You will need to use the Source Data dialog, Series tab in order to
select and set the ranges.

Cheers
Andy


Rick wrote:
I have a chart containing several data series held in rows in a worksheet.
Before long the data will exceed the the full width of the worksheet.
Transposing the worksheet to be column based and, more particularly,
modifying the routines to import external data will be difficult. Is it
possible to put new data into another set of equivalent rows below the first
set in the worksheet and then to define each matching pair of rows as a
single continuous series in the worksheet?


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 334
Default Can a chart series (row-based) occupy more than one row

That was quick.

I will try your suggestion but I wonder if updating the series definitions
for fifteen series every time I add a new set of data may prove a bit
laborious (I am assuming that the series definitions will then be too
complicated to allow a simple change of the overall data range for the
chart). I suspect that the one-off effort of converting the workbook & the
imports may be more appealing. But you have given me an alternative and the
choice is now mine. Many thanks & regards.

"Andy Pope" wrote:

Hi,

Yes you can use non contiguous range references.

This will plot the 6 points spread over rows 3 and 4. With category
labels in rows 1 and 2.

=SERIES(Sheet1!$A$3,(Sheet1!$B$1:$D$1,Sheet1!$B$2: $D$2),(Sheet1!$B$3:$D$3,Sheet1!$B$4:$D$4),1)

You will need to use the Source Data dialog, Series tab in order to
select and set the ranges.

Cheers
Andy


Rick wrote:
I have a chart containing several data series held in rows in a worksheet.
Before long the data will exceed the the full width of the worksheet.
Transposing the worksheet to be column based and, more particularly,
modifying the routines to import external data will be difficult. Is it
possible to put new data into another set of equivalent rows below the first
set in the worksheet and then to define each matching pair of rows as a
single continuous series in the worksheet?


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info

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 to create 3 axes chart based on three series of data Shaharuddin, Malaysia Charts and Charting in Excel 0 August 21st 09 04:16 AM
Selecting series in a chart based on a range and manual inputs Tigerxxx Excel Discussion (Misc queries) 0 July 19th 09 12:36 AM
macro for fixed color lines in line chart based on series name sm Charts and Charting in Excel 1 November 13th 06 09:31 AM
Chart series (based on datarange content) alecswan Charts and Charting in Excel 2 July 22nd 06 07:28 PM
Chart series (based on datarange content) alecswan Excel Discussion (Misc queries) 0 July 19th 06 09:50 PM


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