creating a dynamic graph

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a list of data and i will like to create graphs for a particular
person when needed.here is the format of my raw data.

Dept Country Name Jan Feb Mar
1 sg john 50 25 55
alex 40 15 20
1 hk alex 15 20 30

as one person might appear in different country or dept,what can i do to
create graph of a particular person so that all data concern with that person
no matter which dept or country will be use for the graph to reflect the
various figure in various country or dept. i cant use specific cell reference
as the data is generated dynamically everyday or anytime when needed so the
data will alway be changing.
 
Make one graph of all data.

Use a Data =>filter => Autofilter to hide the rows you don't want


with the chart selected, go to tools=>Options=>Chart tab and make sure plot
visible cells is checkmarked

Another approach would be to create a pivot Table (you will need ot fill in
the blank cells) and then create a pivot chart as well.

Then selections can be made from the pivot Table/Pivot Chart.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top