PC Review


Reply
Thread Tools Rate Thread

Column Chart Update automatically for all worksheets?

 
 
=?Utf-8?B?VEpBQw==?=
Guest
Posts: n/a
 
      4th May 2007
I have a workbook that contains 9 worksheets. The first worksheet contains
all of the sales data broken down by each of our warehouses. The other 8
worksheets shows a column chart for each of our 8 warehouses by month. When
I enter the next month sales information into worksheet 1, I have to go
through and update each worksheet following that one so it shows the next
month in the chart. I would like to be able to update the first worksheet
and all of the others follow automatically. Is this possible and do you have
any suggestions that would help make this more automatic rather than so
manual and time consuming?

As and example, this is somewhat what the first worksheet looks like:

2/5/2007 3/5/2007 4/2/2007 5/4/2007
Status RSC
9 1 $10 $10 $7 $2
8 1 $5 $9 $6 $2
8 1 $3 $8 $5 $3
7 1 $2 $7 $4 $3
6 1 $1 $6 $4 $2
$1 $1 $1 $1

There will be 8 different sections just like this repeating down the
spreadsheet and then the other tabs will be a column chart with each RSC on a
different worksheet.

Thanks!
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Sm9lbA==?=
Guest
Posts: n/a
 
      5th May 2007
Thsi isn't a chart problem, but a general excel function problem. You want
to always be able to get the last column of data. The best way of doing this
is with the Hlookup function. I would put the last date in cell A1 on the
first sheet.

then on sheet of the worksheet reference this date when looking up the data
on the first sheet. Example

on sheet 2
=hlookup('sheet1'!A1,A2:CZ20,5,False)

I made the range of the table very wide (to column CZ) so as you add more
dates you don't have to change the range. I also started the table in row 2
so you can put the Last date in cell A1. For each data entry into the chart
you will change the row from 5 to the proper row for the lookup.


"TJAC" wrote:

> I have a workbook that contains 9 worksheets. The first worksheet contains
> all of the sales data broken down by each of our warehouses. The other 8
> worksheets shows a column chart for each of our 8 warehouses by month. When
> I enter the next month sales information into worksheet 1, I have to go
> through and update each worksheet following that one so it shows the next
> month in the chart. I would like to be able to update the first worksheet
> and all of the others follow automatically. Is this possible and do you have
> any suggestions that would help make this more automatic rather than so
> manual and time consuming?
>
> As and example, this is somewhat what the first worksheet looks like:
>
> 2/5/2007 3/5/2007 4/2/2007 5/4/2007
> Status RSC
> 9 1 $10 $10 $7 $2
> 8 1 $5 $9 $6 $2
> 8 1 $3 $8 $5 $3
> 7 1 $2 $7 $4 $3
> 6 1 $1 $6 $4 $2
> $1 $1 $1 $1
>
> There will be 8 different sections just like this repeating down the
> spreadsheet and then the other tabs will be a column chart with each RSC on a
> different worksheet.
>
> Thanks!

 
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
Stacked Column Chart / Normal Column Chart =?Utf-8?B?Um93YW4gRHJ1bW1vbmQ=?= Microsoft Excel Charting 1 8th Aug 2006 04:56 AM
How can i have all alike product codes in column A be matched with like cities in column B and then add the totals that are in column C genesisoxygen@gmail.com Microsoft Excel Programming 4 2nd Aug 2006 01:10 AM
Microsoft Speech Recognition repeating error "all all all all all all...." kenrosen@gmail.com Windows XP General 1 17th Dec 2005 03:22 AM
Microsoft Speech Recognition repeating error "all all all all all all...." kenrosen@gmail.com Windows XP Help 0 16th Dec 2005 07:39 PM
Re: Combined columnar chart(3 - 5 columns) and stacked column (1 column, 2 series) as one chart Nicky Microsoft Excel Charting 1 8th Apr 2004 07:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:52 PM.