0% found this document useful (0 votes)
31 views

Physics 305 Hints: Using LINEST in Excel

The document provides instructions for using the LINEST function in Excel to calculate the slope, intercept, and uncertainties of a linear trendline. It explains how to highlight an empty cell region, enter the LINEST formula referencing the x and y data ranges, and use shift-ctrl-enter to output the results, with the slope in the upper left, intercept in upper right, and uncertainties below.

Uploaded by

Helwani IPGKTI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

Physics 305 Hints: Using LINEST in Excel

The document provides instructions for using the LINEST function in Excel to calculate the slope, intercept, and uncertainties of a linear trendline. It explains how to highlight an empty cell region, enter the LINEST formula referencing the x and y data ranges, and use shift-ctrl-enter to output the results, with the slope in the upper left, intercept in upper right, and uncertainties below.

Uploaded by

Helwani IPGKTI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Physics 305 Hints: Using LINEST in Excel

Microsoft Excel™ is particularly convenient for


organizing data, manipulating data and ultimately for
displaying graphs of ordered pairs of data. The
trendline feature in Excel makes identifying the “best-
fit line” nearly completely effortless. The equation of
the trendline can be displayed on the chart by clicking
on the “options” menu at the appropriate stage while
developing the graph and then clicking on the box
labeled “display equation on sheet”. Alternatively,
you can right-click [control-click on Macintosh] on the
best fit line on an existing graph and select “Add
Trendline” or “Trendline Options” to access this
feature. Information on the slope and intercept of the
trendline are reported on the finished product. But for
many circumstances in physics, this is not enough! Showing the result of “right-clicking” on the data in
We often need to also know the uncertainties in these a plot in Excel to access the Trendline feature.

quantities.

It turns out that Excel has a particularly convenient utility for carrying out such
calculations: A function called LINEST (which stands for LINE STatistics). To access
the uncertainties in the slope and intercept do the following:

1. Using the mouse, highlight a region of empty


cells that is two columns wide by five rows
tall. This is where you will be inserting the
results from LINEST.

2. Without deselecting the highlighted region,


go to the formula bar and type the following

=LINEST(ydata,xdata,true,true)

NOTE: “ydata” indicates the cell numbers


corresponding to the range of y data (e.g. – it
might read B2:B10 if you have y data in cells
B2, B3,…,B10). The words “true” ought to
literally appear as true comma true.

The figure to the right shows someone


entering the appropriate line (except for the
final parenthesis).
3. Next, instead of hitting “Enter”
simultaneously type “shift-ctrl-enter”. That
is, depress and hold down the shift key, the
control key, and finally, the enter key.
Note that on Macintosh systems, you need
to replace the “enter” key in these
instructions with the “return” key.

As shown in the figure to the right, a 25


matrix of numbers should appear in the
highlighted cells. The upper left column is the
slope, while the upper right number is the
intercept. The second row holds the
uncertainties in those numbers. In particular,
the uncertainty in the slope is the second
number down from the top in the left-most
column. For the example from the figure, a
zoomed in version of the figure labels all the
values below.

You are at this stage prepared to report the slope as well as the uncertainty in this slope.
It is as simple as that!

The results of LINEST(ydata,xdata,true,true)identified.

You might also like