Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 386
Default Impossible - Dynamic Legend?

Hi,

I have a table of 23 rows (products) and 30 columns (date) which plots sales
of different items against the date against which they were sold. Not all
products are sold every month. Using macros I can create the table that will
summarise the sales per day in a particular month for any items that were
sold, deleting all empty days and product lines. So my table can be anywhere
from a 1x23 to a 23x30. I would like to create a dynamic chart that will
plot the date on x-axis against the sales per day on the y-axis WITH THE
LEGEND SHOWING WHICH PRODUCTS WERE MANUFACTURED. As the chart depends on the
table my graph can have 1 to 23 lines on it, with 1 to 23 items in the
legend. My table starts in cell AP5.

How can I create such a dynamic chart and legend?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 461
Default Impossible - Dynamic Legend?

Start with a fully populated table. Create a chart from this table.

Use your macros to hide rows or columns that you don't want to plot.
Excel charts by default do not plot hidden cells, so hiding what you
don't want to show should do the trick.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



LiAD wrote:
Hi,

I have a table of 23 rows (products) and 30 columns (date) which plots sales
of different items against the date against which they were sold. Not all
products are sold every month. Using macros I can create the table that will
summarise the sales per day in a particular month for any items that were
sold, deleting all empty days and product lines. So my table can be anywhere
from a 1x23 to a 23x30. I would like to create a dynamic chart that will
plot the date on x-axis against the sales per day on the y-axis WITH THE
LEGEND SHOWING WHICH PRODUCTS WERE MANUFACTURED. As the chart depends on the
table my graph can have 1 to 23 lines on it, with 1 to 23 items in the
legend. My table starts in cell AP5.

How can I create such a dynamic chart and legend?

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 386
Default Impossible - Dynamic Legend?

Nice trick!!!

Simple but effetive.

As a lead on from this - I have 12 tables all in a line and would like my
charts to be beside the table. If I hide full columns I'd need the charts to
be spread over a wide area to avoid hiding them so the user could never find
them.

Is there a way of hiding part columns? As in hide just A5-A13 etc?

Thanks a lot for your help

"Jon Peltier" wrote:

Start with a fully populated table. Create a chart from this table.

Use your macros to hide rows or columns that you don't want to plot.
Excel charts by default do not plot hidden cells, so hiding what you
don't want to show should do the trick.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



LiAD wrote:
Hi,

I have a table of 23 rows (products) and 30 columns (date) which plots sales
of different items against the date against which they were sold. Not all
products are sold every month. Using macros I can create the table that will
summarise the sales per day in a particular month for any items that were
sold, deleting all empty days and product lines. So my table can be anywhere
from a 1x23 to a 23x30. I would like to create a dynamic chart that will
plot the date on x-axis against the sales per day on the y-axis WITH THE
LEGEND SHOWING WHICH PRODUCTS WERE MANUFACTURED. As the chart depends on the
table my graph can have 1 to 23 lines on it, with 1 to 23 items in the
legend. My table starts in cell AP5.

How can I create such a dynamic chart and legend?

Thanks


  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 461
Default Impossible - Dynamic Legend?

You can't hide partial rows or columns. What you can do is prevent the
charts from changing shape.

Classic Excel:
Format Chart Area, Properties tab, Move but Don't Size With Cells

Excel 2007:
Chart Tools Format ribbon tab, click little thingie at the bottom
right of the Size group, Properties tab, Move but Don't Size With Cells

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



LiAD wrote:
Nice trick!!!

Simple but effective.

As a lead on from this - I have 12 tables all in a line and would like my
charts to be beside the table. If I hide full columns I'd need the charts to
be spread over a wide area to avoid hiding them so the user could never find
them.

Is there a way of hiding part columns? As in hide just A5-A13 etc?

Thanks a lot for your help

"Jon Peltier" wrote:

Start with a fully populated table. Create a chart from this table.

Use your macros to hide rows or columns that you don't want to plot.
Excel charts by default do not plot hidden cells, so hiding what you
don't want to show should do the trick.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



LiAD wrote:
Hi,

I have a table of 23 rows (products) and 30 columns (date) which plots sales
of different items against the date against which they were sold. Not all
products are sold every month. Using macros I can create the table that will
summarise the sales per day in a particular month for any items that were
sold, deleting all empty days and product lines. So my table can be anywhere
from a 1x23 to a 23x30. I would like to create a dynamic chart that will
plot the date on x-axis against the sales per day on the y-axis WITH THE
LEGEND SHOWING WHICH PRODUCTS WERE MANUFACTURED. As the chart depends on the
table my graph can have 1 to 23 lines on it, with 1 to 23 items in the
legend. My table starts in cell AP5.

How can I create such a dynamic chart and legend?

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 386
Default Impossible - Dynamic Legend?

Hi,

I will have one table for each month, each with 23 potential products which
I need to hide/show depending on whether they were sold that month. In total
that means for the tables and charts I need around 300 columns. In excel I
have 230 or whatever it is.

I need the chart for the month in question to update when new data arrives.
The previous and future months I dont need anything. Previous months I can
delete the data, BUT I NEED TO KEEP THE CHART. Future months I need nothing.
The reason I say to delete that data, is at least that would free the space
for generating the data for the month in progress.

Any idea how I can get this to work?

"Jon Peltier" wrote:

You can't hide partial rows or columns. What you can do is prevent the
charts from changing shape.

Classic Excel:
Format Chart Area, Properties tab, Move but Don't Size With Cells

Excel 2007:
Chart Tools Format ribbon tab, click little thingie at the bottom
right of the Size group, Properties tab, Move but Don't Size With Cells

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



LiAD wrote:
Nice trick!!!

Simple but effective.

As a lead on from this - I have 12 tables all in a line and would like my
charts to be beside the table. If I hide full columns I'd need the charts to
be spread over a wide area to avoid hiding them so the user could never find
them.

Is there a way of hiding part columns? As in hide just A5-A13 etc?

Thanks a lot for your help

"Jon Peltier" wrote:

Start with a fully populated table. Create a chart from this table.

Use your macros to hide rows or columns that you don't want to plot.
Excel charts by default do not plot hidden cells, so hiding what you
don't want to show should do the trick.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



LiAD wrote:
Hi,

I have a table of 23 rows (products) and 30 columns (date) which plots sales
of different items against the date against which they were sold. Not all
products are sold every month. Using macros I can create the table that will
summarise the sales per day in a particular month for any items that were
sold, deleting all empty days and product lines. So my table can be anywhere
from a 1x23 to a 23x30. I would like to create a dynamic chart that will
plot the date on x-axis against the sales per day on the y-axis WITH THE
LEGEND SHOWING WHICH PRODUCTS WERE MANUFACTURED. As the chart depends on the
table my graph can have 1 to 23 lines on it, with 1 to 23 items in the
legend. My table starts in cell AP5.

How can I create such a dynamic chart and legend?

Thanks




  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 461
Default Impossible - Dynamic Legend?

You could put each month's data onto its own sheet to make it fit.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



LiAD wrote:
Hi,

I will have one table for each month, each with 23 potential products which
I need to hide/show depending on whether they were sold that month. In total
that means for the tables and charts I need around 300 columns. In excel I
have 230 or whatever it is.

I need the chart for the month in question to update when new data arrives.
The previous and future months I dont need anything. Previous months I can
delete the data, BUT I NEED TO KEEP THE CHART. Future months I need nothing.
The reason I say to delete that data, is at least that would free the space
for generating the data for the month in progress.

Any idea how I can get this to work?

"Jon Peltier" wrote:

You can't hide partial rows or columns. What you can do is prevent the
charts from changing shape.

Classic Excel:
Format Chart Area, Properties tab, Move but Don't Size With Cells

Excel 2007:
Chart Tools Format ribbon tab, click little thingie at the bottom
right of the Size group, Properties tab, Move but Don't Size With Cells

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



LiAD wrote:
Nice trick!!!

Simple but effective.

As a lead on from this - I have 12 tables all in a line and would like my
charts to be beside the table. If I hide full columns I'd need the charts to
be spread over a wide area to avoid hiding them so the user could never find
them.

Is there a way of hiding part columns? As in hide just A5-A13 etc?

Thanks a lot for your help

"Jon Peltier" wrote:

Start with a fully populated table. Create a chart from this table.

Use your macros to hide rows or columns that you don't want to plot.
Excel charts by default do not plot hidden cells, so hiding what you
don't want to show should do the trick.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



LiAD wrote:
Hi,

I have a table of 23 rows (products) and 30 columns (date) which plots sales
of different items against the date against which they were sold. Not all
products are sold every month. Using macros I can create the table that will
summarise the sales per day in a particular month for any items that were
sold, deleting all empty days and product lines. So my table can be anywhere
from a 1x23 to a 23x30. I would like to create a dynamic chart that will
plot the date on x-axis against the sales per day on the y-axis WITH THE
LEGEND SHOWING WHICH PRODUCTS WERE MANUFACTURED. As the chart depends on the
table my graph can have 1 to 23 lines on it, with 1 to 23 items in the
legend. My table starts in cell AP5.

How can I create such a dynamic chart and legend?

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
How to place a legend inside a legend 2Quick Excel Discussion (Misc queries) 0 April 21st 09 07:41 PM
Zero values not legend, Value grater then zero show data and legend Pamela[_3_] Excel Discussion (Misc queries) 1 January 28th 09 10:20 AM
Dynamic legend labels Steve-in-austin Charts and Charting in Excel 2 March 5th 07 03:31 PM
Dynamic legend/series judith Charts and Charting in Excel 0 May 26th 06 08:44 AM
Automation of Dynamic Chart Title and legend changes Boon8888 Charts and Charting in Excel 1 February 3rd 06 11:00 PM


All times are GMT +1. The time now is 07:34 PM.

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

About Us

"It's about Microsoft Excel"