How do I "index" data in a line graph?

S

ShirleyJL

I have 3 points of data for 10 separate firms. I currently have data plotted
as a line graph, but want to index the graph the following way:

- Firm with lowest data point is index "1"
- All other lines for other firms are a factor of that line "1"
 
B

Barb Reinhardt

You could sort the data you want to index in the order you want it displayed
on the graph.
 
J

Jon Peltier

Shirley -

You probably need to set up another worksheet range, to hold the manipulated data
needed in the chart. I am guessing from the description that if you divide all other
values by the low company's values, you will get your normalized values. Plot this
normalized range.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
 

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

Top