Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 202
Default formula to identify exact point where trendline intersects data

I have a column of data for which I have created a scatter chart and then
sorted in descending order after which I added a trendline. I can hover my
cursor to see the data point at which the trendline intersects my line of
data but.....

I need a formula that gives me the exact data point at which the trendline
interesects the data.

thank you in advance! Jane
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 329
Default formula to identify exact point where trendline intersects data

Hi Jane,

If you format the trendline to display its equation on the chart, that's the
formula you need.

Cheers

--
macropod
[MVP - Microsoft Word]


"Jane" wrote in message
...
I have a column of data for which I have created a scatter chart and then
sorted in descending order after which I added a trendline. I can hover

my
cursor to see the data point at which the trendline intersects my line of
data but.....

I need a formula that gives me the exact data point at which the trendline
interesects the data.

thank you in advance! Jane



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 202
Default formula to identify exact point where trendline intersects dat

hi there,
this is the formula that came up - how do I apply it to my data?
y = -0.0001x + 0.1279

"macropod" wrote:

Hi Jane,

If you format the trendline to display its equation on the chart, that's the
formula you need.

Cheers

--
macropod
[MVP - Microsoft Word]


"Jane" wrote in message
...
I have a column of data for which I have created a scatter chart and then
sorted in descending order after which I added a trendline. I can hover

my
cursor to see the data point at which the trendline intersects my line of
data but.....

I need a formula that gives me the exact data point at which the trendline
interesects the data.

thank you in advance! Jane




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 202
Default formula to identify exact point where trendline intersects dat

or is this my answer? R2 = 0.9003 so the exact point that intersects is
90.03% (I need to express my result as a %)
thansk! jane

"macropod" wrote:

Hi Jane,

If you format the trendline to display its equation on the chart, that's the
formula you need.

Cheers

--
macropod
[MVP - Microsoft Word]


"Jane" wrote in message
...
I have a column of data for which I have created a scatter chart and then
sorted in descending order after which I added a trendline. I can hover

my
cursor to see the data point at which the trendline intersects my line of
data but.....

I need a formula that gives me the exact data point at which the trendline
interesects the data.

thank you in advance! Jane




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 751
Default formula to identify exact point where trendline intersects data

Jane,

It is possible that NONE of your data might actually fit the line.
That's the idea with trendlines, we have a discrete set of (x,y) pairs
and we try to find a continuous function that best fits them.

One thing you can do is use a column next to your dependent variable
and plot the function that you get from the trendline using your
independent variable column in place of x (e.g. =0.01*A2+7890)

Once you copy this you can see which values of x (if any) match the
value the trend function produces.

HTH
Kostis Vezerides


macropod wrote:
Hi Jane,

If you format the trendline to display its equation on the chart, that's the
formula you need.

Cheers

--
macropod
[MVP - Microsoft Word]


"Jane" wrote in message
...
I have a column of data for which I have created a scatter chart and then
sorted in descending order after which I added a trendline. I can hover

my
cursor to see the data point at which the trendline intersects my line of
data but.....

I need a formula that gives me the exact data point at which the trendline
interesects the data.

thank you in advance! Jane




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 329
Default formula to identify exact point where trendline intersects dat

Hi Jane,

What the formula tells you is the relationship between your 'x' and 'y'
values. As displayed (y = -0.0001x + 0.1279), it shows how to solve for 'y'.
To solve for x you'd use: x =1279 -10000y.

Without knowing your data I can't tell you the which of your data points
exactly matches the intersection - and there may be none, one or more than
one.

To know for sure, you'll have to run the formula against each of your 'x' or
'y' values and compare the results. Say, for example, you have 20 'x' values
numbered 1-20 in cells A1:A20, and your 'y' values in cells B1:B20. if you
put the formula '=-0.0001*A1+0.1279' in another cell (eg D1), and copy down
19 rows, you'll have 20 rows of corresponding theoretical 'y' values. Now
it's just a matter of seeing whether any of these matches an actual 'y'
value on the same row.

Cheers

--
macropod
[MVP - Microsoft Word]


"Jane" wrote in message
...
hi there,
this is the formula that came up - how do I apply it to my data?
y = -0.0001x + 0.1279

"macropod" wrote:

Hi Jane,

If you format the trendline to display its equation on the chart, that's

the
formula you need.

Cheers

--
macropod
[MVP - Microsoft Word]


"Jane" wrote in message
...
I have a column of data for which I have created a scatter chart and

then
sorted in descending order after which I added a trendline. I can

hover
my
cursor to see the data point at which the trendline intersects my line

of
data but.....

I need a formula that gives me the exact data point at which the

trendline
interesects the data.

thank you in advance! Jane






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
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
macro unouwanme Excel Discussion (Misc queries) 9 August 31st 06 09:38 PM
how do I extract the moving average trendline point data? bobb Charts and Charting in Excel 2 January 10th 06 09:04 AM
Excel Macro to Copy & Paste [email protected] Excel Worksheet Functions 0 December 1st 05 01:56 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM


All times are GMT +1. The time now is 12:43 AM.

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

About Us

"It's about Microsoft Excel"