how do I create a line graph from a common origin?

R

Ray

How do I have create a line graph with 3 lines having a common point of
reference or origin? I see financial charts showing investments, for
example, having $10,000 as a point of origin in order to show change in
investment value over time. I want to do something like that with other type
of data.
 
J

Jon Peltier

Normalize your data so all three series pass through the first point. If
series A starts at 9000, for example, and you want it to pass through 10000,
multiply each Y value by 10000/9000.

- 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