ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   XY Scatter Graph Series Values (https://www.excelbanter.com/excel-discussion-misc-queries/136063-xy-scatter-graph-series-values.html)

Third_Star_From_Thyroid

XY Scatter Graph Series Values
 
Hi,
I was wondering if there was anyway that Excel can display the X&Y values at
which seperate series intersect?

Thanks

Kieran.

MartinW

XY Scatter Graph Series Values
 
Hi Kieran,

You haven't given much information so I can't give you any
specifics, but in general terms you would do this sort of
thing by calculating the intersection seperately in the worksheet
then if you want a visual representation you plot the results
as an extra series in the chart.

HTH
Martin

Bernard Liengme

XY Scatter Graph Series Values
 
Think of two straight lines; one is y=mx+b the other is Y+MX+C
Where they intersect y=Y; so mx+b=MX+B
but x = X at intersection, so mx+b=Mx+B
Rearrange to give x = (B-b)/(m-M)
Replace x in y=mx+b by this: y=m*(B-b)/(m-M) + b
So find
m with =SLOPE(y-range1,x-range-1)
b with =INTERCEPT(y-range1,x-range-1)
M with =SLOPE(y-range2,x-range-2)
B with =INTERCEPT(y-range2,x-range-2)
Write Excel formulas to compute y and x
If these are in, say G1 and H1, then in J1 enter
="x = " & text(g1,"0.000") &" y = "&text(H1,"0.000)
On chart type =J1 and the intersection values will display on the chart
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Third_Star_From_Thyroid"
wrote in message
...
Hi,
I was wondering if there was anyway that Excel can display the X&Y values
at
which seperate series intersect?

Thanks

Kieran.




Jon Peltier

XY Scatter Graph Series Values
 
Check out this example from Andy Pope's site:

http://andypope.info/charts/intersection.htm

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


"Third_Star_From_Thyroid"
wrote in message
...
Hi,
I was wondering if there was anyway that Excel can display the X&Y values
at
which seperate series intersect?

Thanks

Kieran.





All times are GMT +1. The time now is 01:16 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com