Experiment 1 CH Fall 2004 INTRODUCTION TO SPREADSHEETS

Size: px
Start display at page:

Download "Experiment 1 CH Fall 2004 INTRODUCTION TO SPREADSHEETS"

Transcription

1 Experiment 1 CH Fall 2004 INTRODUCTION TO SPREADSHEETS Introduction Spreadsheets are valuable tools utilized in a variety of fields. They can be used for tasks as simple as adding or subtracting two numbers to those as complicated as keeping the records for an entire company or modeling the results of a complicated chemistry experiment. In science spreadsheets are used in molecular biology, aquatic chemistry, chemical engineering, and soil metabolism. In business they are used by auditors, accountants, and small business owners. These inexpensive powerful easy-to-use software packages bring data manipulation and graphics to everyone with a personal computer. The goal of this lab is to enable the student to become proficient enough to feel comfortable using a spreadsheet for data analysis and graphics. Whether you choose to use Excel, Quattro Pro, or the information contained in this tutorial should be relevant because the main difference between software packages is the menu heading under which a specific command is located. Two terms which will be used extensively in this manuscript are Click on (click using the left mouse button) and Right Click (click using the right mouse button). Excel is the spreadsheet you will use today so double click on the Excel icon. (If you have had some experience with spreadsheets you may skip this section and go on to part B.) A - Spreadsheet Fundamentals Spreadsheets are nothing more than a large array of columns (A, B, C, D,...) and rows (1, 2, 3, 4,...). They are the electronic equivalent of a paper ledger. We will define each column-row position as a cell with the column-row as its name as in A2 or D5. Three types of data can be inserted into a cell Labels can be numbers or text and are often located at the top of a column. Values are numbers. The formula is the most powerful of the data types and can include values and/or cell names. The formula instructs the spreadsheet (and hence the computer) to do a mathematical calculation and display the results in the cell.

2 Let s try this with a simple formula: enter into any cell = (Excel requires an operator to begin a formula and this is often an equal, +, or sign.) The cell you chose should now contain the value 3, but if this were the only way a spreadsheet cell could calculate it would be very tedious for large equations. Enter the values 5, 30, 99 in 3 cells in a column, maybe D7, D8, and D9. What makes the spreadsheet powerful is the ability to reference cells in a formula. In a cell below enter =D7+D8+D9. This will return 134 if the numbers have been entered correctly. Equation =D7+D8+D9 can also be entered with less typing. One nice aspect of modern spreadsheets is that cell references (D7, D8, D9,...) do not need to be typed. Instead pointing and clicking serves the same function. In a cell below the last enter = then click on cell D7, enter +, click on cell D8, enter + and click on cell D9, and press enter. This also returns 134. By entering a formula in this fashion you can easily reference distant cells. Other calculation operators include the hyphen, minus (D7 D8); the slash, divide (D9/D7); the asterisk, multiply (D7*D7); and the caret, exponentiation(d7^2). Excel has many built in functions, a few of those you will use during this quarter include statistical functions (SUM and AVERAGE), and mathematical and trigonometric (SIN and COS) functions. [To see the selection of possible functions press the F1 key, type worksheet into the white box, double click on worksheet_function and double click on one.] Try the SUM function: type =sum( into a cell, click on D7 and with the mouse button depressed highlight D8 and D9. You should see a highlighted box around the three cells. Type the other side of the parenthesis and press enter. Again there should be a 134. Moving Data Around the Spreadsheet Suppose you want to move a value from one position in the spreadsheet to another; select the cell and point the cross (cursor) toward the colored edge, the cursor should change to an arrow, at this point press the left mouse button and drag the cell to the desired position. Whole columns, rows or groups of cells can be moved in this fashion. To move a column or group of columns press on the letter of the first column, highlight the rest, point the cross (cursor) toward the colored edge, and drag them to their new location once the cursor changes. (Highlighting will be defined as clicking on a cell, holding the left mouse button down and dragging the cursor to the desired cell). Go ahead an try this now. Another very useful property is copy (or cut) and paste. Under the Edit menu you will notice that clicking on edit copy or edit paste or edit cut are equivalent to Ctrl-c and Ctrl-v and Ctrl-x. Most software packages (not just spreadsheets) include this feature. This means the user can copy and paste tables and graphs into word processing and other programs.

3 Moving the cursor around the spreadsheet With a screen full of values in a column it is easy to move the cursor around by pointing at a cell. But how would it be if there were 1,000 or more cells containing values? Using the arrow keys allows the user to move around the spreadsheet very quickly. Try going to the cell below the last value in your column by pressing the end key and then the down arrow. How far do you go? Do the same with the other arrow keys. To get the cursor back to the start of the spreadsheet press Ctrl-Home. Just pressing the Home key sends the cursor to the beginning of the row. Using the end and an arrow key combination in columns or rows will send the cursor to the end of the row or column depending on which arrow key is pressed. Try some of these. Modern spreadsheet programs such as Excel can hold many spreadsheets. At the bottom of the open program you should see many tabs labeled Sheet 1, Sheet 2, Sheet 3,... Each of these is a spreadsheet and cells in them can be used in a function. The whole file in excel speak is known as a workbook. B - Graphing Now that some of the spreadsheet fundamentals have been covered we will cover the preliminaries to graphing. (If you already know how to make an x,y plot skip to part C.) A.) Make an array of data consisting of 2 columns and 20 rows, 1-20 in one column and x^2 in the second. Begin in cell B3 by entering a 1. The rest of the values in column B (B4-B22) should be The rest of the numbers can be entered directly, or you can use the equation x+1. Click on B4 and enter =B3+1. This can be done either by entering =B3+1 or by entering =, clicking on B3, and then typing +1. We want to do this for 20 rows. What has been done is convenient for the first two cells, but for the rest let us speed up the process; click on cell B4 and then Ctrl-c (copy) click on B5 hold the shift key down and click in cell B22, from B5 to B22 should be highlighted, and the press Ctrl-v. If done correctly there should a column of increasing numbers from 1 to 20. In newer spreadsheets the cells can be filled even faster. Let s try this in column C and then the values can be deleted or you can move to column D for the x^2 data. (To delete multiple cells highlight and press the delete key). Put a 1 in cell C3. In cell C4 enter the formula =C3+1 or the value 2. Highlight cells C3 and C4. Notice the square at the bottom right of the highlighted box. When the cursor is held over this it turns into a thin cross. Left click and extend the highlighted box to cell 22, and release the mouse button. This column of numbers should be the same as the first. In cell D3 enter =C3^2 and copy this equation down to D22. Often it is useful to label the columns, so type x (or X) in cell C2 and X^2 in cell D2.

4 B.) Let us plot this data: there is an icon for charts, but its position may change according to the activated toolbars (the strips of icons at the top of the sheet). If this icon can not be found the graph can be started by highlighting the data and choosing Insert, and then Chart on the Worksheet Menu Bar. Highlight the data of x and x^2, from 1 to 20 and click on the chart wizard (or Insert, Chart ) and choose x,y (Scatter) then finish. You should have the plot similar to the one below Series The purpose of a graph is to graphically display the results in a manner that allows another person to easily interpret the data. A table of course would give a tabular representation of the data. Even if the reader recognizes that this graph represents an exponential, it is hard to know what exponential has been plotted. This can easily be corrected by adding some labels. Right click on the graph (in between grid lines) and choose Chart Options. In the box Value (X) axis: enter observations, for Value (Y) axis: enter X^2. You might also want to give the graph a title in the Graph title: box Excel uses a grey background by default. Depending on the color of the data points it might be hard for the reader to see them. The background can be removed by right-clicking in the grey area, choosing Format Chart Area and under Area selecting none. The box color can be changed by clicking on the Color: box (or arrow) and selecting a color. Choose black and then OK. To remove the grid lines, right click on them and choose clear. To change the axes move the cursor over the a number on the axis to be changed and right-click. (Small squares will appear over the axis extremes.) Choose Format Axis. There are a number of choices under this menu choose one of the tabs and experiment. Pressing Ctrl-z will restore your graph to its last form. Multiple Ctrl-z s will usually step back a few more times. The legend, Series 1, can be removed by clicking on it and pressing delete, or it can be given a name (if there

5 were more than one curve) by right clicking on the graph, choosing Source Data, the Series tab, and entering either text or the cell position of the label in the box marked Name:. X^ observations Series1 C - Plotting Some Functions Now that you have some feeling for the power of functions and the ability to graph try plotting a function on your own. You can choose one of the following e^x, Cos(x), Sin(x), Cos(x)*Sin(x) or make one up. x will be replaced with a cell address. The trigonometric functions Cos, Sin, Tan, etc... require the value in the parenthesis to be in radians, so multiply by PI()/180 (PI() is another excel function for ð, 3.14) if x is in degrees (x * PI()/180). A starting point might be to type step size in cell B5 and 1 in C5 if you choose e^x or 180 in C5 if you choose one of the trigonometric functions. Set the first x value to 0 in say C8 and the second value to C8 + $B$5. Copy this for 20 or so values. The dollar signs mean always reference the specified cell. A single dollar sign in front of the column ($B5) holds that column while changing rows. Switching (B$5) holds the row while allowing the column to change. Try the copying with and without the dollar signs and see what happens. When you have a set of x values make some y values and then a plot. When you have plotted your function change the value in C5 and see what happens. D - Statistics Average and Standard Deviation Often in business or science one wants to examine the relationship between a set of numbers. At home the set of numbers might be the total monthly expenses or the expense for gas, water, electricity for the year (or several years) or gasoline. The occupant might want to determine the average expense or which month the cost was highest. In science one might want to determine some physical property from the data set.

6 Type the following numbers into a column 149.9, 152.9, 166.9, 167.9, 177.9, 181.9, 185.9, assume these values represent the price of gasoline for eight months and we want to know the average price for these months. You could add them individually in one long formula and divide by eight, use the sum function and divide by eight, or use the AVERAGE function. Try it using the last method. Type =Average(, highlight the values you want to average, and type the end parenthesis. The average is cents/gallon. One statistic that is often used is the standard estimate of the variability of the data. This is called the standard deviation and is calculated as nσx ( Σx) n( n 1) 2 2 where in our case x is each gasoline price and n is the number of prices. Fortunately excel has this as a built in function and all you need to do is type =stdev(, highlight the values you want to use, and type the end parenthesis. For the gasoline prices used above, the standard deviation turns out to be Linear Regression If we had the following set of data we might be interested in whether there was a linear relationship between the x and y variables. Using a spreadsheet it is very easy to plot the data and draw through it a best-fit straight line. The equation for the line is of course y = mx + b. Excel easily determines the slope of the line (m) and the y intercept. With a bit of algebraic manipulation the x intercept can also be determined. Go ahead and enter the following values into some cells and then calculate the slope and y intercept. x y y intercept 4 y = mx + b x intercept 3 2 y = x R 2 = y x There are a number of ways to get Excel to produce the best-fit line, the simplest is to use the trend line feature of the graph. To do this click on a data point (notice that all the points are highlighted) and then without moving the mouse right click on the data point and select Add Trendline. Then choose the

7 Options tab and click the bottom two squares (Display equation on chart and Display R- squared value on chart). And then OK. If the values entered are the same as the ones above the equation for the line will be the same. See if you can determine the value of the x intercept. [An aside to the data entry: notice how Excel wants to display the values 1.0 and 3.0 as 1 and 3. The program can be forced to provide the same number of significant figures for all values by highlighting the values, right clicking on them, choosing Format cells, the tab Number, the Category Number, and then entering (or selecting using the arrows) the number of Decimal places.] R 2, called the correlation coefficient, is a measure of the degree of linear correlation between x and y values. It ranges from 0 when there is no correlation to +1 when there is complete correlation. Change some of the values in the spreadsheet and examine the change in R 2. Although the trend line option is quick and gives the y intercept and the slope it does not provide any information about the values themselves. We will call this the uncertainty. As an example of the uncertainty consider the following: you have been invited over to a friends house for the first time and although you know the town in which they live you don t know the name of the street on which the live nor their address. You are cannot be very certain about where they live. If you had the name of the street they lived on and maybe the color of their house you would be more certain, and if you had the street address you would know exactly where they lived. The slope and intercept also have uncertainties attached to them. If the uncertainties are as large as the values themselves the numbers may not be very useful. Excel can give this information by performing a linear regression on the data. We will not concern ourselves with the mathematics for a regression, we will simply use the built-in routine. On the your computer make sure a cell in the spread sheet has been selected (not a graph) and choose Tools. At the bottom of the menu there should be a selection for Data Analysis. If you don t see this option then it is possible that the available add-ins have not been started. To start them choose Tools, Add-Ins, and make sure the boxes for Analysis Tool Pack and Analysis Tool Pack - VBA have been selected with a check, and press OK. When the add-ins have been implemented choose Data Analysis (notice how many analysis tools there are), Regression, and OK. You are now in the area where you tell Excel on what data you would like to do a regression. For Input Y Range highlight the values in the y column (click on the multicolored box and then choose the values). Do the same for the Input X Range. Click on the white circle for the Output Range and then click in the multicolored box for

8 this option. For some reason Excel jumps back to Input Y Range and if you are not careful you will place the output range here and excel will give an error message when you try to perform the regression. Go ahead and choose $B$18 for the output, making sure it is in the right box, and click on OK. The regression gives the following output: SUMMARY OUTPUT Regression Statistics Multiple R R Square Adjusted R Square Standard Error Observations 7 ANOVA df SS MS F Significance F Regression E-05 Residual Total Coefficients Standard t Stat P-value Lower 95% Upper 95% Lower Upper Error 95.0% 95.0% Intercept X Variable E Notice that R square (under Regression Statistics), and the slope (X Variable 1) and intercept (under Coefficients) are the same as with the trend line option. Of the rest of the information we will only make use of the Standard Error (uncertainty). We have used two significant figures for our x and y data so the slope (m) should be reported as 0.65 ±.04 and the y-intercept as 1.3 ± 0.2. To test the standard error change the first and second y values to 7.0 and 1.0. Choose regression as was done previously, but make the output cell $K$18. Compare the increase in the standard error for both the slope and the y intercept.

9 DUE Use Excel to plot the following temperature-volume data: T (EC) V (ml) and do a linear regression. The equation being plotted is V = (nr/p)*t + b. The value (nr/p) is the slope and b is the y intercept. The volume is in ml and the temperature is in EC. Don t worry about converting to Liters or Kelvin. Calculate the X intercept (the value of T (or x) when V (or y) equals 0). Set V equal to zero and rearrange the equation to: b = (nr/p)*t or b = slope*t Solve for T: T = b/slope Extend your plot axes so that the regression line crosses the x axis. Does the value on the plot agree with your calculation? Print-out and turn in your spreadsheet during Thursday s recitation. Make sure that the plot axes are labeled. Make sure the x intercept is clearly shown on the graph. Give your graph a title. Don t forget your name! Include your TA s name also. Highlight the calculation of the x intercept. Include the correct units for the value. Answer the following question: What important scientific value is obtained from the x intercept of your graph? Make sure you print out two copies of your spreadsheet - one to turn in and the other to save. Or you can a copy of your spreadsheet to yourself.

Introduction to the workbook and spreadsheet

Introduction to the workbook and spreadsheet Excel Tutorial To make the most of this tutorial I suggest you follow through it while sitting in front of a computer with Microsoft Excel running. This will allow you to try things out as you follow along.

More information

Microsoft Excel Using Excel in the Science Classroom

Microsoft Excel Using Excel in the Science Classroom Microsoft Excel Using Excel in the Science Classroom OBJECTIVE Students will take data and use an Excel spreadsheet to manipulate the information. This will include creating graphs, manipulating data,

More information

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

More information

Introduction to Excel Workshop

Introduction to Excel Workshop Introduction to Excel Workshop Empirical Reasoning Center September 9, 2016 1 Important Terminology 1. Rows are identified by numbers. 2. Columns are identified by letters. 3. Cells are identified by the

More information

Excel Primer CH141 Fall, 2017

Excel Primer CH141 Fall, 2017 Excel Primer CH141 Fall, 2017 To Start Excel : Click on the Excel icon found in the lower menu dock. Once Excel Workbook Gallery opens double click on Excel Workbook. A blank workbook page should appear

More information

Chemistry 1A Graphing Tutorial CSUS Department of Chemistry

Chemistry 1A Graphing Tutorial CSUS Department of Chemistry Chemistry 1A Graphing Tutorial CSUS Department of Chemistry Please go to the Lab webpage to download your own copy for reference. 1 When you open Microsoft Excel 2003, you will see a blank worksheet: Enter

More information

Using Excel for Graphical Analysis of Data

Using Excel for Graphical Analysis of Data Using Excel for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters. Graphs are

More information

Excel Spreadsheets and Graphs

Excel Spreadsheets and Graphs Excel Spreadsheets and Graphs Spreadsheets are useful for making tables and graphs and for doing repeated calculations on a set of data. A blank spreadsheet consists of a number of cells (just blank spaces

More information

Introduction to Spreadsheets

Introduction to Spreadsheets Introduction to Spreadsheets Spreadsheets are computer programs that were designed for use in business. However, scientists quickly saw how useful they could be for analyzing data. As the programs have

More information

How to use Excel Spreadsheets for Graphing

How to use Excel Spreadsheets for Graphing How to use Excel Spreadsheets for Graphing 1. Click on the Excel Program on the Desktop 2. You will notice that a screen similar to the above screen comes up. A spreadsheet is divided into Columns (A,

More information

Basic tasks in Excel 2013

Basic tasks in Excel 2013 Basic tasks in Excel 2013 Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But it also works really well for simple calculations and tracking almost any kind of information.

More information

Microsoft Word for Report-Writing (2016 Version)

Microsoft Word for Report-Writing (2016 Version) Microsoft Word for Report-Writing (2016 Version) Microsoft Word is a versatile, widely-used tool for producing presentation-quality documents. Most students are well-acquainted with the program for generating

More information

Using Excel for Graphical Analysis of Data

Using Excel for Graphical Analysis of Data EXERCISE Using Excel for Graphical Analysis of Data Introduction In several upcoming experiments, a primary goal will be to determine the mathematical relationship between two variable physical parameters.

More information

UW Department of Chemistry Lab Lectures Online

UW Department of Chemistry Lab Lectures Online Introduction to Excel and Computer Manipulation of Data Review Appendix A: Introduction to Statistical Analysis. Focus on the meanings and implications of the calculated values and not on the calculations.

More information

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data The following table shows the raw data which you need to fit to an appropriate equation k (s -1 ) T (K) 0.00043 312.5 0.00103 318.47 0.0018

More information

Activity Graphical Analysis with Excel and Logger Pro

Activity Graphical Analysis with Excel and Logger Pro Activity Graphical Analysis with Excel and Logger Pro Purpose Vernier s Logger Pro is a graphical analysis software that will allow you to collect, graph and manipulate data. Microsoft s Excel is a spreadsheet

More information

Lab1: Use of Word and Excel

Lab1: Use of Word and Excel Dr. Fritz Wilhelm; physics 230 Lab1: Use of Word and Excel Page 1 of 9 Lab partners: Download this page onto your computer. Also download the template file which you can use whenever you start your lab

More information

Chemistry 30 Tips for Creating Graphs using Microsoft Excel

Chemistry 30 Tips for Creating Graphs using Microsoft Excel Chemistry 30 Tips for Creating Graphs using Microsoft Excel Graphing is an important skill to learn in the science classroom. Students should be encouraged to use spreadsheet programs to create graphs.

More information

= 3 + (5*4) + (1/2)*(4/2)^2.

= 3 + (5*4) + (1/2)*(4/2)^2. Physics 100 Lab 1: Use of a Spreadsheet to Analyze Data by Kenneth Hahn and Michael Goggin In this lab you will learn how to enter data into a spreadsheet and to manipulate the data in meaningful ways.

More information

Appendix C. Vernier Tutorial

Appendix C. Vernier Tutorial C-1. Vernier Tutorial Introduction: In this lab course, you will collect, analyze and interpret data. The purpose of this tutorial is to teach you how to use the Vernier System to collect and transfer

More information

IDS 101 Introduction to Spreadsheets

IDS 101 Introduction to Spreadsheets IDS 101 Introduction to Spreadsheets A spreadsheet will be a valuable tool in our analysis of the climate data we will examine this year. The specific goals of this module are to help you learn: how to

More information

Excel R Tips. is used for multiplication. + is used for addition. is used for subtraction. / is used for division

Excel R Tips. is used for multiplication. + is used for addition. is used for subtraction. / is used for division Excel R Tips EXCEL TIP 1: INPUTTING FORMULAS To input a formula in Excel, click on the cell you want to place your formula in, and begin your formula with an equals sign (=). There are several functions

More information

INSTRUCTIONS FOR USING MICROSOFT EXCEL PERFORMING DESCRIPTIVE AND INFERENTIAL STATISTICS AND GRAPHING

INSTRUCTIONS FOR USING MICROSOFT EXCEL PERFORMING DESCRIPTIVE AND INFERENTIAL STATISTICS AND GRAPHING APPENDIX INSTRUCTIONS FOR USING MICROSOFT EXCEL PERFORMING DESCRIPTIVE AND INFERENTIAL STATISTICS AND GRAPHING (Developed by Dr. Dale Vogelien, Kennesaw State University) ** For a good review of basic

More information

Graphing with Excel. Mr. Heinrich/Mr. Flock R.O.W.V.A. High School, Oneida, IL Physics 4B

Graphing with Excel. Mr. Heinrich/Mr. Flock R.O.W.V.A. High School, Oneida, IL Physics 4B Graphing with Excel Mr. Heinrich/Mr. Flock R.O.W.V.A. High School, Oneida, IL Physics 4B For almost any project that requires the analysis and manipulation of data sets, the standard is Microsoft Office

More information

Here is the data collected.

Here is the data collected. Introduction to Scientific Analysis of Data Using Spreadsheets. Computer spreadsheets are very powerful tools that are widely used in Business, Science, and Engineering to perform calculations and record,

More information

Excel. Spreadsheet functions

Excel. Spreadsheet functions Excel Spreadsheet functions Objectives Week 1 By the end of this session you will be able to :- Move around workbooks and worksheets Insert and delete rows and columns Calculate with the Auto Sum function

More information

Graphical Analysis of Data using Microsoft Excel [2016 Version]

Graphical Analysis of Data using Microsoft Excel [2016 Version] Graphical Analysis of Data using Microsoft Excel [2016 Version] Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters.

More information

Data Management Project Using Software to Carry Out Data Analysis Tasks

Data Management Project Using Software to Carry Out Data Analysis Tasks Data Management Project Using Software to Carry Out Data Analysis Tasks This activity involves two parts: Part A deals with finding values for: Mean, Median, Mode, Range, Standard Deviation, Max and Min

More information

Lab Activity #2- Statistics and Graphing

Lab Activity #2- Statistics and Graphing Lab Activity #2- Statistics and Graphing Graphical Representation of Data and the Use of Google Sheets : Scientists answer posed questions by performing experiments which provide information about a given

More information

Introduction to Excel Workshop

Introduction to Excel Workshop Introduction to Excel Workshop Empirical Reasoning Center June 6, 2016 1 Important Terminology 1. Rows are identified by numbers. 2. Columns are identified by letters. 3. Cells are identified by the row-column

More information

addition + =5+C2 adds 5 to the value in cell C2 multiplication * =F6*0.12 multiplies the value in cell F6 by 0.12

addition + =5+C2 adds 5 to the value in cell C2 multiplication * =F6*0.12 multiplies the value in cell F6 by 0.12 BIOL 001 Excel Quick Reference Guide (Office 2010) For your lab report and some of your assignments, you will need to use Excel to analyze your data and/or generate graphs. This guide highlights specific

More information

Error Analysis, Statistics and Graphing

Error Analysis, Statistics and Graphing Error Analysis, Statistics and Graphing This semester, most of labs we require us to calculate a numerical answer based on the data we obtain. A hard question to answer in most cases is how good is your

More information

Graphing on Excel. Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version):

Graphing on Excel. Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version): Graphing on Excel Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version): The first step is to organize your data in columns. Suppose you obtain

More information

0 Graphical Analysis Use of Excel

0 Graphical Analysis Use of Excel Lab 0 Graphical Analysis Use of Excel What You Need To Know: This lab is to familiarize you with the graphing ability of excels. You will be plotting data set, curve fitting and using error bars on the

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

Intermediate Microsoft Excel (Demonstrated using Windows XP) Using Spreadsheets in the Classroom

Intermediate Microsoft Excel (Demonstrated using Windows XP) Using Spreadsheets in the Classroom (Demonstrated using Windows XP) Using Spreadsheets in the Classroom Adapted from Taskstream Word Tutorial (2003) < http://www.taskstream.com > Updated 4/05 by Dr. Bruce Ostertag What Can Microsoft Excel

More information

Lesson 76. Linear Regression, Scatterplots. Review: Shormann Algebra 2, Lessons 12, 24; Shormann Algebra 1, Lesson 94

Lesson 76. Linear Regression, Scatterplots. Review: Shormann Algebra 2, Lessons 12, 24; Shormann Algebra 1, Lesson 94 Lesson 76 Linear Regression, Scatterplots Review: Shormann Algebra 2, Lessons 12, 24; Shormann Algebra 1, Lesson 94 Tools required: A graphing calculator or some sort of spreadsheet program, like Excel

More information

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998 Created on 09/02/98 11:58 PM 1 EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998 Note for Excel 97 users: All features of Excel 98 for Macintosh are available in Excel 97 for

More information

ENV Laboratory 2: Graphing

ENV Laboratory 2: Graphing Name: Date: Introduction It is often said that a picture is worth 1,000 words, or for scientists we might rephrase it to say that a graph is worth 1,000 words. Graphs are most often used to express data

More information

MOVING FROM CELL TO CELL

MOVING FROM CELL TO CELL VCAE: EXCEL Lesson 1 Please send comments to Author: Zahra Siddiqui at zed_ess@hotmail.com Concepts Covered: Cell Address; Cell Pointer; Moving across Cells Constants: Entering, Editing, Formatting Using

More information

Reference and Style Guide for Microsoft Excel

Reference and Style Guide for Microsoft Excel Reference and Style Guide for Microsoft Excel TABLE OF CONTENTS Getting Acquainted 2 Basic Excel Features 2 Writing Cell Equations Relative and Absolute Addresses 3 Selecting Cells Highlighting, Moving

More information

Separate Text Across Cells The Convert Text to Columns Wizard can help you to divide the text into columns separated with specific symbols.

Separate Text Across Cells The Convert Text to Columns Wizard can help you to divide the text into columns separated with specific symbols. Chapter 7 Highlights 7.1 The Use of Formulas and Functions 7.2 Creating Charts 7.3 Using Chart Toolbar 7.4 Changing Source Data of a Chart Separate Text Across Cells The Convert Text to Columns Wizard

More information

Plotting Graphs. Error Bars

Plotting Graphs. Error Bars E Plotting Graphs Construct your graphs in Excel using the method outlined in the Graphing and Error Analysis lab (in the Phys 124/144/130 laboratory manual). Always choose the x-y scatter plot. Number

More information

Dealing with Data in Excel 2013/2016

Dealing with Data in Excel 2013/2016 Dealing with Data in Excel 2013/2016 Excel provides the ability to do computations and graphing of data. Here we provide the basics and some advanced capabilities available in Excel that are useful for

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Contents 1 Introduction to Using Excel Spreadsheets 2 1.1 A Serious Note About Data Security.................................... 2 1.2

More information

Microsoft Excel 2007 Creating a XY Scatter Chart

Microsoft Excel 2007 Creating a XY Scatter Chart Microsoft Excel 2007 Creating a XY Scatter Chart Introduction This document will walk you through the process of creating a XY Scatter Chart using Microsoft Excel 2007 and using the available Excel features

More information

1 Introduction to Using Excel Spreadsheets

1 Introduction to Using Excel Spreadsheets Survey of Math: Excel Spreadsheet Guide (for Excel 2007) Page 1 of 6 1 Introduction to Using Excel Spreadsheets This section of the guide is based on the file (a faux grade sheet created for messing with)

More information

Tutorial 9. Review. Data Tables and Scenario Management. Data Validation. Protecting Worksheet. Range Names. Macros

Tutorial 9. Review. Data Tables and Scenario Management. Data Validation. Protecting Worksheet. Range Names. Macros Tutorial 9 Data Tables and Scenario Management Review Data Validation Protecting Worksheet Range Names Macros 1 Examine cost-volume-profit relationships Suppose you were the owner of a water store. An

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Activity: page 1/10 Introduction to Excel. Getting Started

Activity: page 1/10 Introduction to Excel. Getting Started Activity: page 1/10 Introduction to Excel Excel is a computer spreadsheet program. Spreadsheets are convenient to use for entering and analyzing data. Although Excel has many capabilities for analyzing

More information

Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 5/17/2012 Physics 120 Section: ####

Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 5/17/2012 Physics 120 Section: #### Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 Lab partners: Lab#1 Presentation of lab reports The first thing we do is to create page headers. In Word 2007 do the following:

More information

Activity 1 Creating a simple gradebook

Activity 1 Creating a simple gradebook Activity 1 Creating a simple gradebook 1 Launch Excel to start a new spreadsheet a. Click on the Excel icon to start a new workbook, either from the start menu, Office Toolbar, or an Excel icon on the

More information

Data Analysis Guidelines

Data Analysis Guidelines Data Analysis Guidelines DESCRIPTIVE STATISTICS Standard Deviation Standard deviation is a calculated value that describes the variation (or spread) of values in a data set. It is calculated using a formula

More information

Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations and Graphing Tasks

Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations and Graphing Tasks University of South Florida Scholar Commons Tampa Library Faculty and Staff Publications Tampa Library 2009 Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations

More information

Preliminary Lab Exercise Part 1 Calibration of Eppendorf Pipette

Preliminary Lab Exercise Part 1 Calibration of Eppendorf Pipette Preliminary Lab Exercise Part 1 Calibration of Eppendorf Pipette Pipettes allow transfer of accurately known volume of solution from one container to another. Volumetric or transfer pipettes deliver a

More information

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets.

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets. Agenda Unit 1 Assessment Review Progress Reports Intro to Excel Learn parts of an Excel spreadsheet How to Plan a spreadsheet Create a spreadsheet Analyze data Create an embedded chart in spreadsheet In

More information

San Francisco State University

San Francisco State University San Francisco State University Michael Bar Instructions for Excel 1. Plotting analytical function. 2 Suppose that you need to plot the graph of a function f ( x) = x on the interval [ 5,5]. Step 1: make

More information

Microsoft Excel Lab: Data Analysis

Microsoft Excel Lab: Data Analysis 1 Microsoft Excel Lab: The purpose of this lab is to prepare the student to use Excel as a tool for analyzing data taken in other courses. The example used here comes from a Freshman physics lab with measurements

More information

Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving Excel Tutorial VIII

Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving Excel Tutorial VIII Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving Excel Tutorial VIII EXCEL Basics (last updated 4/12/06 by GGB) Objectives: These tutorials are designed to

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

Excel 2010-Part. Two

Excel 2010-Part. Two Jefferson Parish Library Computer Training Team Excel 2010-Part Two August 2011 Symbols Used in Formulas Add Subtract Divide Multiply + - / * When working with formulas in Excel you will use basic keyboard

More information

Chapter 1: Introduction to the Microsoft Excel Spreadsheet

Chapter 1: Introduction to the Microsoft Excel Spreadsheet Chapter 1: Introduction to the Microsoft Excel Spreadsheet Objectives This chapter introduces you to the Microsoft Excel spreadsheet. You should gain an understanding of the following topics: The range

More information

Models for Nurses: Quadratic Model ( ) Linear Model Dx ( ) x Models for Doctors:

Models for Nurses: Quadratic Model ( ) Linear Model Dx ( ) x Models for Doctors: The goal of this technology assignment is to graph several formulas in Excel. This assignment assumes that you using Excel 2007. The formula you will graph is a rational function formed from two polynomials,

More information

Let s start by examining an Excel worksheet for the linear programming. Maximize P 70x 120y. subject to

Let s start by examining an Excel worksheet for the linear programming. Maximize P 70x 120y. subject to Excel is a useful tool for solving linear programming problems. In this question we ll solve and analyze our manufacturing problem with Excel. Although this problem can easily be solved graphically or

More information

Introduction to IgorPro

Introduction to IgorPro Introduction to IgorPro These notes provide an introduction to the software package IgorPro. For more details, see the Help section or the IgorPro online manual. [www.wavemetrics.com/products/igorpro/manual.htm]

More information

W7 DATA ANALYSIS 2. Your graph should look something like that in Figure W7-2. It shows the expected bell shape of the Gaussian distribution.

W7 DATA ANALYSIS 2. Your graph should look something like that in Figure W7-2. It shows the expected bell shape of the Gaussian distribution. Drawing Simple Graphs W7 DATA ANALYSIS 2 In some experiments, large amounts of data may be recorded and manipulation is performed using computer software. Although sophisticated, specialist software exists

More information

Scientific Graphing in Excel 2013

Scientific Graphing in Excel 2013 Scientific Graphing in Excel 2013 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

1. What specialist uses information obtained from bones to help police solve crimes?

1. What specialist uses information obtained from bones to help police solve crimes? Mathematics: Modeling Our World Unit 4: PREDICTION HANDOUT VIDEO VIEWING GUIDE H4.1 1. What specialist uses information obtained from bones to help police solve crimes? 2.What are some things that can

More information

PART ONE 1. LAYOUT. A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added).

PART ONE 1. LAYOUT. A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added). PART ONE 1. LAYOUT A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added). The work area is where the data and formulae are entered. The active

More information

Homework 1 Excel Basics

Homework 1 Excel Basics Homework 1 Excel Basics Excel is a software program that is used to organize information, perform calculations, and create visual displays of the information. When you start up Excel, you will see the

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Chapter A spreadsheet is a computer program that turns the computer into a very powerful calculator. Headings and comments can be entered along with detailed formulas. The spreadsheet screen is divided

More information

Statistics with a Hemacytometer

Statistics with a Hemacytometer Statistics with a Hemacytometer Overview This exercise incorporates several different statistical analyses. Data gathered from cell counts with a hemacytometer is used to explore frequency distributions

More information

STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression

STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression analysis. Analysis of Variance: one way classification,

More information

Math 227 EXCEL / MEGASTAT Guide

Math 227 EXCEL / MEGASTAT Guide Math 227 EXCEL / MEGASTAT Guide Introduction Introduction: Ch2: Frequency Distributions and Graphs Construct Frequency Distributions and various types of graphs: Histograms, Polygons, Pie Charts, Stem-and-Leaf

More information

Math 2524: Activity 1 (Using Excel) Fall 2002

Math 2524: Activity 1 (Using Excel) Fall 2002 Math 2524: Activity 1 (Using Excel) Fall 22 Often in a problem situation you will be presented with discrete data rather than a function that gives you the resultant data. You will use Microsoft Excel

More information

EXCEL SPREADSHEET TUTORIAL

EXCEL SPREADSHEET TUTORIAL EXCEL SPREADSHEET TUTORIAL Note to all 200 level physics students: You will be expected to properly format data tables and graphs in all lab reports, as described in this tutorial. Therefore, you are responsible

More information

1.1 Opening/Closing the file The first step to using Excel is launching the program and knowing how to close it when you re finished.

1.1 Opening/Closing the file The first step to using Excel is launching the program and knowing how to close it when you re finished. Microsoft Excel 2016 Tutorial Microsoft Excel spreadsheets are a powerful and easy to use tool to record, plot and analyze experimental data. Excel is commonly used by engineers to tackle sophisticated

More information

Candy is Dandy Project (Project #12)

Candy is Dandy Project (Project #12) Candy is Dandy Project (Project #12) You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those

More information

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note:

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note: 1 of 1 NOTE: IT IS RECOMMENDED THAT YOU READ THE ACCOMPANYING DOCUMENT CALLED INTRO TO EXCEL LAYOUT 2007 TO FULLY GRASP THE BASICS OF EXCEL Introduction A spreadsheet application allows you to enter data

More information

Scientific Graphing in Excel 2007

Scientific Graphing in Excel 2007 Scientific Graphing in Excel 2007 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

Select the Points You ll Use. Tech Assignment: Find a Quadratic Function for College Costs

Select the Points You ll Use. Tech Assignment: Find a Quadratic Function for College Costs In this technology assignment, you will find a quadratic function that passes through three of the points on each of the scatter plots you created in an earlier technology assignment. You will need the

More information

Working with Data and Charts

Working with Data and Charts PART 9 Working with Data and Charts In Excel, a formula calculates a value based on the values in other cells of the workbook. Excel displays the result of a formula in a cell as a numeric value. A function

More information

Physics 251 Laboratory Introduction to Spreadsheets

Physics 251 Laboratory Introduction to Spreadsheets Physics 251 Laboratory Introduction to Spreadsheets Pre-Lab: Please do the lab-prep exercises on the web. Introduction Spreadsheets have a wide variety of uses in both the business and academic worlds.

More information

Practical 1P1 Computing Exercise

Practical 1P1 Computing Exercise Practical 1P1 Computing Exercise What you should learn from this exercise How to use the teaching lab computers and printers. How to use a spreadsheet for basic data analysis. How to embed Excel tables

More information

ECE 304: Using EXCEL Preliminaries...3 Construction of Spreadsheet...3 Figure 1:...3 FORMAT CELLS menu with selected font settings...

ECE 304: Using EXCEL Preliminaries...3 Construction of Spreadsheet...3 Figure 1:...3 FORMAT CELLS menu with selected font settings... ECE 304: Using EXCEL Preliminaries...3 Construction of Spreadsheet...3 Figure 1:...3 FORMAT CELLS menu with selected font settings....3 Using WordArt in EXCEL...3 Figure 2:...4 WORD ART menu with selection

More information

BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7)

BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7) BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7) Graph as a XY Scatter Chart, add titles for chart and axes, remove gridlines. A. Select

More information

Using Excel to produce graphs - a quick introduction:

Using Excel to produce graphs - a quick introduction: Research Skills -Using Excel to produce graphs: page 1: Using Excel to produce graphs - a quick introduction: This handout presupposes that you know how to start Excel and enter numbers into the cells

More information

Spreadsheet Applications for Materials Science Getting Started Quickly Using Spreadsheets

Spreadsheet Applications for Materials Science Getting Started Quickly Using Spreadsheets Spreadsheet Applications for Materials Science Getting Started Quickly Using Spreadsheets Introduction This tutorial is designed to help you get up to speed quickly using spreadsheets in your class assignments.

More information

Microsoft Excel for Beginners

Microsoft Excel for Beginners Microsoft Excel for Beginners training@health.ufl.edu Basic Computing 4 Microsoft Excel 2.0 hours This is a basic computer workshop. Microsoft Excel is a spreadsheet program. We use it to create reports

More information

3-1 Writing Linear Equations

3-1 Writing Linear Equations 3-1 Writing Linear Equations Suppose you have a job working on a monthly salary of $2,000 plus commission at a car lot. Your commission is 5%. What would be your pay for selling the following in monthly

More information

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software.

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software. Welcome to Basic Excel, presented by STEM Gateway as part of the Essential Academic Skills Enhancement, or EASE, workshop series. Before we begin, I want to make sure we are clear that this is by no means

More information

Microsoft Excel Basics Ben Johnson

Microsoft Excel Basics Ben Johnson Microsoft Excel Basics Ben Johnson Topic...page # Basics...1 Workbook and worksheets...1 Sizing columns and rows...2 Auto Fill...2 Sort...2 Formatting Cells...3 Formulas...3 Percentage Button...4 Sum function...4

More information

Creating a Basic Chart in Excel 2007

Creating a Basic Chart in Excel 2007 Creating a Basic Chart in Excel 2007 A chart is a pictorial representation of the data you enter in a worksheet. Often, a chart can be a more descriptive way of representing your data. As a result, those

More information

EXCEL BASICS: PROJECTS

EXCEL BASICS: PROJECTS EXCEL BASICS: PROJECTS In this class, you will be practicing with three basic Excel worksheets to learn a variety of foundational skills necessary for more advanced projects. This class covers: Three Project

More information

Technology Assignment: Scatter Plots

Technology Assignment: Scatter Plots The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. You

More information

Please consider the environment before printing this tutorial. Printing is usually a waste.

Please consider the environment before printing this tutorial. Printing is usually a waste. Ortiz 1 ESCI 1101 Excel Tutorial Fall 2011 Please consider the environment before printing this tutorial. Printing is usually a waste. Many times when doing research, the graphical representation of analyzed

More information

Graphing Calculator Tutorial

Graphing Calculator Tutorial Graphing Calculator Tutorial This tutorial is designed as an interactive activity. The best way to learn the calculator functions will be to work the examples on your own calculator as you read the tutorial.

More information

To move cells, the pointer should be a north-south-eastwest facing arrow

To move cells, the pointer should be a north-south-eastwest facing arrow Appendix B Microsoft Excel Primer Oftentimes in physics, we collect lots of data and have to analyze it. Doing this analysis (which consists mostly of performing the same operations on lots of different

More information