Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
labview1958
 
Posts: n/a
Default using two graphs to draw a third.


I have two graphs in excel. One graph has the values (1,3), (3,5), (5,
9), (7, 13) etc. The second graph has the values (2,3), (4,7), (6, 11),
(8, 19) etc. I would like to draw a third graph using the two graphs
like (1, y1/y2), (2, y1/y2), (3, y1/y2), (4, y1/y2) etc. Here y1 is the
value from graph 1 and y2 the corresponding value from graph 2. Now, I
am doing using a long method. First find the equation for graph 1 and
then find the y values for x=1,2,3 etc. The technique is repeated for
graph 2. Then I divide the values and plot the graph. It is tedious.
Is there a faster way?


--
labview1958
------------------------------------------------------------------------
labview1958's Profile: http://www.excelforum.com/member.php...o&userid=32123
View this thread: http://www.excelforum.com/showthread...hreadid=542878

  #2   Report Post  
Posted to microsoft.public.excel.misc
labview1958
 
Posts: n/a
Default using two graphs to draw a third.


Anyone can help?


--
labview1958
------------------------------------------------------------------------
labview1958's Profile: http://www.excelforum.com/member.php...o&userid=32123
View this thread: http://www.excelforum.com/showthread...hreadid=542878

  #3   Report Post  
Posted to microsoft.public.excel.misc
labview1958
 
Posts: n/a
Default using two graphs to draw a third.


anyone can offer any help?


--
labview1958
------------------------------------------------------------------------
labview1958's Profile: http://www.excelforum.com/member.php...o&userid=32123
View this thread: http://www.excelforum.com/showthread...hreadid=542878

  #4   Report Post  
Posted to microsoft.public.excel.misc
labview1958
 
Posts: n/a
Default using two graphs to draw a third.


Anyone out there can help?


--
labview1958
------------------------------------------------------------------------
labview1958's Profile: http://www.excelforum.com/member.php...o&userid=32123
View this thread: http://www.excelforum.com/showthread...hreadid=542878

  #5   Report Post  
Posted to microsoft.public.excel.misc
Jon Peltier
 
Posts: n/a
Default using two graphs to draw a third.

You feel like explaining what you want?

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


"labview1958"
wrote in message
...

Anyone out there can help?


--
labview1958
------------------------------------------------------------------------
labview1958's Profile:
http://www.excelforum.com/member.php...o&userid=32123
View this thread: http://www.excelforum.com/showthread...hreadid=542878





  #6   Report Post  
Posted to microsoft.public.excel.misc
labview1958
 
Posts: n/a
Default using two graphs to draw a third.


Graph 1.(measurement)
(1,3), (3,5), (5, 9), (7, 13)

Graph 2.(measurement)
(2,3), (4,7), (6, 11), (8, 19)


Graph 3.(calculation)
(1, y1/y2), (2, y1/y2), (3, y1/y2), (4, y1/y2)

where y1 and y2 is obtained by first drawing a trendline, finding it's
equation and then substituting the x value to find the corresponding y
value. The two y values corresponding to a particular x is then found.
The ratio of the two y values is then calculated. Finally a third graph
is drawn.

The whole process is tedious. Is there a simpler way?


--
labview1958
------------------------------------------------------------------------
labview1958's Profile: http://www.excelforum.com/member.php...o&userid=32123
View this thread: http://www.excelforum.com/showthread...hreadid=542878

  #7   Report Post  
Posted to microsoft.public.excel.misc
Jon Peltier
 
Posts: n/a
Default using two graphs to draw a third.

You can find routines in the archives or on the internet to calculate
piecewise interpolated values. Use these to calculate the Y1 values and Y2
values, then compute your ratios. Once you set up one worksheet with the
formulas, you can reuse it for additional data sets.

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


"labview1958"
wrote in message
...

Graph 1.(measurement)
(1,3), (3,5), (5, 9), (7, 13)

Graph 2.(measurement)
(2,3), (4,7), (6, 11), (8, 19)


Graph 3.(calculation)
(1, y1/y2), (2, y1/y2), (3, y1/y2), (4, y1/y2)

where y1 and y2 is obtained by first drawing a trendline, finding it's
equation and then substituting the x value to find the corresponding y
value. The two y values corresponding to a particular x is then found.
The ratio of the two y values is then calculated. Finally a third graph
is drawn.

The whole process is tedious. Is there a simpler way?


--
labview1958
------------------------------------------------------------------------
labview1958's Profile:
http://www.excelforum.com/member.php...o&userid=32123
View this thread: http://www.excelforum.com/showthread...hreadid=542878



  #8   Report Post  
Posted to microsoft.public.excel.misc
labview1958
 
Posts: n/a
Default using two graphs to draw a third.


Each set of two graphs is different from the next set. So I have new
equations all the time. Is there a better way?


--
labview1958
------------------------------------------------------------------------
labview1958's Profile: http://www.excelforum.com/member.php...o&userid=32123
View this thread: http://www.excelforum.com/showthread...hreadid=542878

  #9   Report Post  
Posted to microsoft.public.excel.misc
Jon Peltier
 
Posts: n/a
Default using two graphs to draw a third.

Is the data laid out the same? If so, you can just paste the new values over
the old in the template I've described, and the parameters will be
recomputed. If not, can you make it similar, to minimize manual rework?

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


"labview1958"
wrote in message
...

Each set of two graphs is different from the next set. So I have new
equations all the time. Is there a better way?


--
labview1958
------------------------------------------------------------------------
labview1958's Profile:
http://www.excelforum.com/member.php...o&userid=32123
View this thread: http://www.excelforum.com/showthread...hreadid=542878



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pasting Graphs - making me crazy! BankC Excel Discussion (Misc queries) 1 April 25th 06 06:12 PM
HYPERLINK GRAPHS Aurora Charts and Charting in Excel 0 April 10th 06 04:46 PM
Are there better GRAPHS within EXCEL or Add-on graphs? Deb Charts and Charting in Excel 1 February 1st 06 01:19 PM
Copying Charts and graphs to another worksheet with formulas bebz Excel Worksheet Functions 1 December 31st 05 11:45 AM
How draw x-y picture ZPXY Charts and Charting in Excel 1 December 13th 05 12:28 AM


All times are GMT +1. The time now is 10:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"