Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
brendas182
 
Posts: n/a
Default How do I find an unknown value on a line made from known data?

I'm trying to find an unknown data point (X) by using a set of standards (two
sets of data, an X and Y)that have been made into a line graph. Usually I do
this manually by graphing the line and printing out a large version and just
giving a best estimate to where the point would be. The closest thing I can
find that functions in this way is a trendline, but the point found needs to
actually be on the line itself, not the trendline. I was wondering if any of
you know how to do this using excel because I can't seem to figure it out.
Thank you!
  #2   Report Post  
bj
 
Posts: n/a
Default

It sounds as though you need to interpolate between the two data points on
either side of your unkknown point.
Are you looking for an X to go with a known Y or a Y to go with a known X

"brendas182" wrote:

I'm trying to find an unknown data point (X) by using a set of standards (two
sets of data, an X and Y)that have been made into a line graph. Usually I do
this manually by graphing the line and printing out a large version and just
giving a best estimate to where the point would be. The closest thing I can
find that functions in this way is a trendline, but the point found needs to
actually be on the line itself, not the trendline. I was wondering if any of
you know how to do this using excel because I can't seem to figure it out.
Thank you!

  #3   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

Your question is not entirely clear. If you are talking about a
straight line,
y = m*x + b
implies that
x = (y-b)/m

For the best fit (least squares) line, m and b can be computed by the
SLOPE() and INTERCEPT() functions. For the line connecting two
particular points, you could use SLOPE() and INTERCEPT with just those
two points, or calculate directly from the definition
slope = (y2-y1)/(x2-x1)

If by "line graph" you mean the Excel "Line" chart type, you should be
aware that the "Line" chart assumes that x values (if any) are category
labels, not number therefore it equally spaces the plotted points even
if inappropriate for the supplied x-values. If you fit a trendline on a
"Line" graph, it will base that "trend" on associating the supplied
y-values with hypothetical x-values of 1,2,3,4,...

Jerry

brendas182 wrote:

I'm trying to find an unknown data point (X) by using a set of standards (two
sets of data, an X and Y)that have been made into a line graph. Usually I do
this manually by graphing the line and printing out a large version and just
giving a best estimate to where the point would be. The closest thing I can
find that functions in this way is a trendline, but the point found needs to
actually be on the line itself, not the trendline. I was wondering if any of
you know how to do this using excel because I can't seem to figure it out.
Thank you!


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
How can I do a find and replace for a cell that has multiple line. yrat Excel Discussion (Misc queries) 1 April 19th 05 03:48 PM
How to find out merge cells from unknown position K.boy Excel Discussion (Misc queries) 3 March 28th 05 10:31 AM
can excel find the last used line in a column and display it? Paul - South Australia Excel Worksheet Functions 2 March 15th 05 09:36 PM
Adding line breaks by using find and replace soozie Excel Discussion (Misc queries) 3 March 6th 05 11:04 PM
Line chart - date line association gone mad! Johannes Czernin Charts and Charting in Excel 5 January 17th 05 08:48 PM


All times are GMT +1. The time now is 01:58 PM.

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"