A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Can a chart series (row-based) occupy more than one row



 
 
Thread Tools Display Modes
  #1  
Old October 3rd, 2009, 02:51 PM posted to microsoft.public.excel.charting
Rick
external usenet poster
 
Posts: 727
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  
Old October 3rd, 2009, 03:19 PM posted to microsoft.public.excel.charting
Andy Pope
external usenet poster
 
Posts: 2,088
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  
Old October 3rd, 2009, 05:24 PM posted to microsoft.public.excel.charting
Rick
external usenet poster
 
Posts: 727
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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.