Linear Line

M

Mike

I have 8 x,y coordinates. Is there a function (I've played with SLOPE
without results) that can check if the line formed is linear through
all points.

Thanks in advance
 
D

dvt

Mike said:
I have 8 x,y coordinates. Is there a function (I've played with SLOPE
without results) that can check if the line formed is linear through
all points.

Thanks in advance

Did you see Dana DeLouis' suggestion? I've pasted it below:

If the data is on a worksheet, I believe the following should work.

=RSQ(Y_Range,X_Range)

A value of 1 should indicate a straight line.

Dave
dvt at psu dot edu
 

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