Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am attempting to create a separate chart for each row of my worksheet
(about 300 rows = 300 separate charts). Is there an easy way to do this? The actual data range will change month-to-month, so I would not want to have to recreate 300 new charts each month individually. |
#2
![]() |
|||
|
|||
![]()
While I have never created (or tried to create) 300 charts in a single
workbook, it is easy to believe that performance and stability of Excel might become a question. Do you have to have 300 charts? Or will one chart (or a few) that can be easily changed to reflect new data suffice? If so, adapt the ideas behind Dynamic Charts http://www.tushar-mehta.com/excel/ne...rts/index.html specifically, the examples in 4 through 6. -- Regards, Tushar Mehta www.tushar-mehta.com Multi-disciplinary business expertise + Technology skills = Optimal solution to your business problem Recipient Microsoft MVP award 2000-2005 In article , "=?Utf- 8?B?UGV0ZXIgTmFneQ==?=" <Peter says... I am attempting to create a separate chart for each row of my worksheet (about 300 rows = 300 separate charts). Is there an easy way to do this? The actual data range will change month-to-month, so I would not want to have to recreate 300 new charts each month individually. |
#3
![]() |
|||
|
|||
![]()
We are using one data source to create individual performance charts for each
of our customers. So yes, we need individual charts. The data is updated (shifted) each month, so going through 300 rows to create a new chart is not practical. While this may seem unnecessary, it is actually part of a very valuable business strategy, graphically representing cumulative activity in such a chart. The way we have been doing this previously is to show about 20 customers (grouped according to a close range of values) per chart. That becomes difficult to read (defeating the purpose of the chart). Also, we can't send that out to each customer. "Tushar Mehta" wrote: While I have never created (or tried to create) 300 charts in a single workbook, it is easy to believe that performance and stability of Excel might become a question. Do you have to have 300 charts? Or will one chart (or a few) that can be easily changed to reflect new data suffice? If so, adapt the ideas behind Dynamic Charts http://www.tushar-mehta.com/excel/ne...rts/index.html specifically, the examples in 4 through 6. -- Regards, Tushar Mehta www.tushar-mehta.com Multi-disciplinary business expertise + Technology skills = Optimal solution to your business problem Recipient Microsoft MVP award 2000-2005 In article , "=?Utf- 8?B?UGV0ZXIgTmFneQ==?=" <Peter says... I am attempting to create a separate chart for each row of my worksheet (about 300 rows = 300 separate charts). Is there an easy way to do this? The actual data range will change month-to-month, so I would not want to have to recreate 300 new charts each month individually. |
#4
![]() |
|||
|
|||
![]()
Tushar: addendum to my first reply:
It would be acceptable to maintain each chart as a separate workbook with some kind of hyperlink back to the original data source table. -Peter "Tushar Mehta" wrote: While I have never created (or tried to create) 300 charts in a single workbook, it is easy to believe that performance and stability of Excel might become a question. Do you have to have 300 charts? Or will one chart (or a few) that can be easily changed to reflect new data suffice? If so, adapt the ideas behind Dynamic Charts http://www.tushar-mehta.com/excel/ne...rts/index.html specifically, the examples in 4 through 6. -- Regards, Tushar Mehta www.tushar-mehta.com Multi-disciplinary business expertise + Technology skills = Optimal solution to your business problem Recipient Microsoft MVP award 2000-2005 In article , "=?Utf- 8?B?UGV0ZXIgTmFneQ==?=" <Peter says... I am attempting to create a separate chart for each row of my worksheet (about 300 rows = 300 separate charts). Is there an easy way to do this? The actual data range will change month-to-month, so I would not want to have to recreate 300 new charts each month individually. |
#5
![]() |
|||
|
|||
![]()
Hi Peter,
You need a macro. Loop through each row. Build Chart. Save Chart. I have prepared a worksheet that does this and saved it in my charting page at http://edferrero.m6.net/charting.aspx look for 'Multiple Chart Builder' (hint: its down the bottom). The workbook saves each chart as a .gif file in a folder of your choice. Ed Ferrero http://edferrero.m6.net/ I am attempting to create a separate chart for each row of my worksheet (about 300 rows = 300 separate charts). Is there an easy way to do this? The actual data range will change month-to-month, so I would not want to have to recreate 300 new charts each month individually. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to create a line chart with two X-axes in Excel | Excel Discussion (Misc queries) | |||
Excel 2002 chart does not update when worksheet data changes | Charts and Charting in Excel | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
Create a custom chart, two stacked bars/month w/ two axes? | Charts and Charting in Excel | |||
Is there a way to create a standard OHLC bar chart in Excel? | Charts and Charting in Excel |