PC Review


Reply
Thread Tools Rate Thread

adding new x & y values to charts automatically

 
 
=?Utf-8?B?RGFuX0dyZWVu?=
Guest
Posts: n/a
 
      31st Aug 2005
Hi,

I have a number (approx. 30)of sales charts that each month need to change
the series for, so that the charts will include the new months sales.

Is there anyway other than to go into each individual graph, and change the
series - adding one addition column for the new month ... i.e from A1 to c1
for January to March to A1 to D1 for January to April.

If anyone can help - I'd really appreciate it, as this is just too time
consuming


Thanks

 
Reply With Quote
 
 
 
 
Alex Delamain
Guest
Posts: n/a
 
      31st Aug 2005

Take a look at Tushar Mehta's excellent site which has lots of info on
dynamic charts (among other things). His is based on the new data being
added to a new row but it shouldn't be too hard to change the offset()
terms to make it work for additional columns.

http://www.tushar-mehta.com/excel/ne...rts/index.html


--
Alex Delamain
------------------------------------------------------------------------
Alex Delamain's Profile: http://www.excelforum.com/member.php...o&userid=11273
View this thread: http://www.excelforum.com/showthread...hreadid=400718

 
Reply With Quote
 
=?Utf-8?B?RGFuX0dyZWVu?=
Guest
Posts: n/a
 
      31st Aug 2005
Thanks Alex,

The website seems really useful - I'm sure I'll be able to find the solution
to this problem there

Rgds
Daniel


"Alex Delamain" wrote:

>
> Take a look at Tushar Mehta's excellent site which has lots of info on
> dynamic charts (among other things). His is based on the new data being
> added to a new row but it shouldn't be too hard to change the offset()
> terms to make it work for additional columns.
>
> http://www.tushar-mehta.com/excel/ne...rts/index.html
>
>
> --
> Alex Delamain
> ------------------------------------------------------------------------
> Alex Delamain's Profile: http://www.excelforum.com/member.php...o&userid=11273
> View this thread: http://www.excelforum.com/showthread...hreadid=400718
>
>

 
Reply With Quote
 
Alex Delamain
Guest
Posts: n/a
 
      31st Aug 2005

This might help further:

Create a named range using Insert Name Define (e.g. call it "Numcols")

=Offset($a$1,0,0,1,counta($1:$1))

Then create a further range for each row of data

=offset(numcols,rownumber,0)

where row number is the number of rows below row 1 for the dat
concerned (ie if you want to plot row 2 then rownumber =1.)

Then plot your charts with the data series as worksheet1!yourdatanam
and x axis as worksheet1!numcols

Every time you add a new column to row 1 then all graphs will updat
and add that column

--
Alex Delamai
-----------------------------------------------------------------------
Alex Delamain's Profile: http://www.excelforum.com/member.php...fo&userid=1127
View this thread: http://www.excelforum.com/showthread.php?threadid=40071

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatically adding values to cells... Markv Microsoft Excel Misc 3 30th Jun 2008 03:09 PM
pie charts automatically exclude zero values Cris Microsoft Excel Charting 1 4th Mar 2008 02:43 AM
Automatically adding cells with values =?Utf-8?B?RVogTUlMTA==?= Microsoft Excel Misc 3 2nd Oct 2007 07:38 PM
Automatically Adding Data to Charts lhollen1 Microsoft Excel Charting 1 9th Jun 2005 05:43 PM
excel & charts (retrieving all chart-values automatically) Stefan Walther Microsoft Excel Programming 1 28th Sep 2003 12:34 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:06 AM.