Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want the info in a graph to change depending on what is
typed in the "Action Cell" (this being the control cell to get data that I want). I have a chart that looks as followed: DATE MIX# PSI 5/09/04 RM4000 3000 5/10/04 PC3000 2000 5/11/04 RM4000 1500 I want to have a cell I type in a Mix# and then the graph only has data on that MIX#. So if I type RM4000 in Action block the graph will use 1st row and 3rd. If i type PC3000 the graph will only use 2cnd row. Can I do this and if so please help. Thanks Adam |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
use defined names as the source of the data for you chart. Then use
formulas that define your ranges based on the value in the action cell. Indirect or offset would probably be key elements of these dynamic formulas. -- Regards, Tom Ogilvy "Adam Hicks" wrote in message ... I want the info in a graph to change depending on what is typed in the "Action Cell" (this being the control cell to get data that I want). I have a chart that looks as followed: DATE MIX# PSI 5/09/04 RM4000 3000 5/10/04 PC3000 2000 5/11/04 RM4000 1500 I want to have a cell I type in a Mix# and then the graph only has data on that MIX#. So if I type RM4000 in Action block the graph will use 1st row and 3rd. If i type PC3000 the graph will only use 2cnd row. Can I do this and if so please help. Thanks Adam |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No idea how to do what you just told me too. My lack of
knowledge is hurting here. Please me alittle more specific. Thanks Adam -----Original Message----- use defined names as the source of the data for you chart. Then use formulas that define your ranges based on the value in the action cell. Indirect or offset would probably be key elements of these dynamic formulas. -- Regards, Tom Ogilvy "Adam Hicks" wrote in message ... I want the info in a graph to change depending on what is typed in the "Action Cell" (this being the control cell to get data that I want). I have a chart that looks as followed: DATE MIX# PSI 5/09/04 RM4000 3000 5/10/04 PC3000 2000 5/11/04 RM4000 1500 I want to have a cell I type in a Mix# and then the graph only has data on that MIX#. So if I type RM4000 in Action block the graph will use 1st row and 3rd. If i type PC3000 the graph will only use 2cnd row. Can I do this and if so please help. Thanks Adam . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Adam,
Try this sites for information on the techniques Tom is describing. http://www.tushar-mehta.com/excel/so...art/index.html http://peltiertech.com/Excel/Charts/Dynamics.html http://www.tushar-mehta.com/excel/ne...rts/index.html Cheers Andy -- Adam Hicks wrote: No idea how to do what you just told me too. My lack of knowledge is hurting here. Please me alittle more specific. Thanks Adam -----Original Message----- use defined names as the source of the data for you chart. Then use formulas that define your ranges based on the value in the action cell. Indirect or offset would probably be key elements of these dynamic formulas. -- Regards, Tom Ogilvy "Adam Hicks" wrote in message ... I want the info in a graph to change depending on what is typed in the "Action Cell" (this being the control cell to get data that I want). I have a chart that looks as followed: DATE MIX# PSI 5/09/04 RM4000 3000 5/10/04 PC3000 2000 5/11/04 RM4000 1500 I want to have a cell I type in a Mix# and then the graph only has data on that MIX#. So if I type RM4000 in Action block the graph will use 1st row and 3rd. If i type PC3000 the graph will only use 2cnd row. Can I do this and if so please help. Thanks Adam . -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Make table query will work in datasheet view but will not make tab | Excel Discussion (Misc queries) | |||
Can I make a graph to be a specific size? (actual graph) | Excel Discussion (Misc queries) | |||
How do I make a Bar Graph? | Charts and Charting in Excel | |||
How do I make a graph? | New Users to Excel | |||
Spin button in a work sheet - how do I make it work? | Excel Worksheet Functions |