Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I have a series of formulas that generate pie charts for all my employees. To
manually generate a chart, I have to input the salary and name of each employee. Is there a way to automate this process as only two values are changing for each generated chart? I'm using Excel 2003 for this task. |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Can you put name and salary into two columns, and use a value in a cell to
indicate which employee in the list to display? Say the data is in A1:B100, and the indicator cell is C1. In D1 enter this formula =index(A1:A100,$C1) and copy this cell onto E1. You can change what's in D1:E1 by changing cell C1. Write a macro to change C1 from 1 to N, each time the formulas update, then the chart updates, so the macro can spit out each chart (print or copy picture - paste). - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions http://PeltierTech.com _______ "Ian Murphy" wrote in message ... I have a series of formulas that generate pie charts for all my employees. To manually generate a chart, I have to input the salary and name of each employee. Is there a way to automate this process as only two values are changing for each generated chart? I'm using Excel 2003 for this task. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I link a print header to variable data in multiple workshee | Excel Worksheet Functions | |||
Manual control of link updating for downloaded quotes? | Excel Discussion (Misc queries) | |||
Aling multiple sets of data by header column | Excel Discussion (Misc queries) | |||
Adding "fixed" data to variable length data | Excel Worksheet Functions | |||
Can't create dynamic charts | Charts and Charting in Excel |