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

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

Excel Spreadsheets and Graphs

Pre-Lab Excel Problem

Introduction to Excel Workshop

Dealing with Data in Excel 2013/2016

Technology Assignment: Scatter Plots

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

0 Graphical Analysis Use of Excel

Excel Primer CH141 Fall, 2017

San Francisco State University

Microsoft Excel Microsoft Excel

Introduction to Excel Workshop

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

Chemistry 30 Tips for Creating Graphs using Microsoft Excel

Graphical Analysis of Data using Microsoft Excel [2016 Version]

Excel. Spreadsheet functions

Microsoft Excel 2007 Creating a XY Scatter Chart

Microsoft Excel 2007

Introduction to creating and working with graphs

How to use Excel Spreadsheets for Graphing

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data

Intermediate Microsoft Excel

Plotting Graphs. Error Bars

LABORATORY 1 Data Analysis & Graphing in Excel

Microsoft Excel Using Excel in the Science Classroom

Microsoft Excel 2007 Lesson 7: Charts and Comments

Budget Exercise for Intermediate Excel

Chemistry 1A Graphing Tutorial CSUS Department of Chemistry

EDIT202 Spreadsheet Lab Prep Sheet

Using Excel for Graphical Analysis of Data

Introduction to the workbook and spreadsheet

Excel tutorial Introduction

MOVING FROM CELL TO CELL

ENV Laboratory 2: Graphing

Using Excel This is only a brief overview that highlights some of the useful points in a spreadsheet program.

Making Tables and Graphs with Excel. The Basics

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

Excel Core Certification

Total Number of Students in US (millions)

Chemistry Excel. Microsoft 2007

Creating a Basic Chart in Excel 2007

Gloucester County Library System EXCEL 2007

Data Analysis Guidelines

Working with Census Data Excel 2013

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect.

Physics 211 E&M and Modern Physics Spring Lab #1 (to be done at home) Plotting with Excel. Good laboratory practices

Use of spreadsheets in general

ADD AND NAME WORKSHEETS

Scientific Graphing in Excel 2007

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).

Years after US Student to Teacher Ratio

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

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

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

EXCEL BASICS: MICROSOFT OFFICE 2010

Excel Format cells Number Percentage (.20 not 20) Special (Zip, Phone) Font

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.

Using Excel for Graphical Analysis of Data

The Basics of PowerPoint

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

Excel Tips and FAQs - MS 2010

Chapter 4. Microsoft Excel

EXCEL BASICS: MICROSOFT OFFICE 2007

Excel for Gen Chem General Chemistry Laboratory September 15, 2014

Intermediate Excel 2016

Math 2524: Activity 1 (Using Excel) Fall 2002

Lab1: Use of Word and Excel

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

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

Topics Covered. Create and format a column chart Create and format a pie chart Create and format a line chart Use a trendline Insert a sparkline

Microsoft Word for Report-Writing (2016 Version)

Advanced Microsoft Excel 2010

Put the Graphs for Each Health Plan on the Same Graph

Basic Excel 2010 Workshop 101

Excel 2010: Basics Learning Guide

Excel 2010-Part. Two

KINETICS CALCS AND GRAPHS INSTRUCTIONS

Reference and Style Guide for Microsoft Excel

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers.

Intro To Excel Spreadsheet for use in Introductory Sciences

SAMLab Tip Sheet #4 Creating a Histogram

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

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

Functions in Excel. Structure of a function: Basic Mathematical Functions. Arithmetic operators: Comparison Operators:

SAMLab Tip Sheet #1 Translating Mathematical Formulas Into Excel s Language

Introduction to Excel

Scientific Graphing in Excel 2013

Excel (Giant) Handout (3/16/15)

Entering Data in the Spreadsheet

2. This is a cell; this cell is designated as A1.

Three-Dimensional (Surface) Plots

Tricking it Out: Tricks to personalize and customize your graphs.

Microsoft Office Excel

Creating a Histogram Creating a Histogram

Using Microsoft Excel

Creating Charts in Office 2007 Table of Contents

SAMLab Tip Sheet #5 Creating Graphs

Physics 251 Laboratory Introduction to Spreadsheets

Experiment 1 CH Fall 2004 INTRODUCTION TO SPREADSHEETS

How to Make Graphs with Excel 2007

Transcription:

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 features of Excel relevant to the work you ll complete in this course. It was developed for Excel 2010, although it is generally applicable to older versions as well. Guides specific for Excel 2011 (Mac version) and Excel 2013 are also available on BlackBoard. Many of the features described below can be accessed by right clicking on a cell or graph rather than going through the tab menus. Even if you are familiar with Excel, please look through the guide. You never know, you might find some helpful tips! Calculations It is often easier to perform calculations using Excel rather than your calculator. For all calculations, click on the cell (box) were you want the final answer to appear and type = (without the quotes). You can type in values and/or click to select cell(s) that have the values you wish to use in your calculations. Click and drag your mouse to select multiple cells. Be sure to use parentheses where appropriate as illustrated in the examples. Note that cells are indicated by their column letter and row number. The table below includes the functions that are most relevant for this course. There are LOTS more. You can find a complete list of Excel functions with descriptions by going to the Help option in Excel and searching for list of functions. Operation Symbol Example Description addition + =5+C2 adds 5 to the value in cell C2 sum SUM =SUM(B4:C10) subtraction =D6-D5 gives the sum of the values present in columns B and C rows 4 through 10 subtracts the value in cell D5 from the value in cell D6 multiplication * =F6*0.12 multiplies the value in cell F6 by 0.12 division / =(D12/1000)/E12 average AVERAGE =AVERAGE(A3:A10) divides the value in cell D12 by 1000, and then divides that result by the value in E12 gives the average of the values in cells A3 through A10 standard deviation STDEV.P =STDEV.P(G5:G12) gives the standard deviation of the values in cells G5 through G12 t-test** T.TEST =T.TEST(B5:B8,C5:C8,1,3) gives the p-value for a t-test comparing the average of the values in cells B5-B8 to the average of the values in cells C5-C8 **T-tests are statistical tests that compare two means (averages) and return a p-value indicating how likely it is that the difference between the two averages is due to random chance. If the p-value is very small, then there is a statistically significant difference between the two averages. The cutoff for very small depends on your analysis and the type of data collected. For this course, we will use 0.05. Therefore, any p-value less than or equal to 0.05 can be considered an indicator of a statistically significant difference. To perform a t-test you need two sets of data; you CANNOT perform a t-test if you only have two average values (i.e. you know the 1

average, but you don t know the numbers used to calculate the average). This is because t-tests take into consideration the variability of the data within each dataset. There are different types of t-tests that are used for different types of analyses and data. In Excel, the type of test is specified by the two numbers following your data ranges at the end of the formula. The different flavors of t-tests are beyond the scope of this course (if you re interested in knowing more, ask your TA!). For your experiments, the first number should be 1 and the second number should be 3 unless otherwise indicated. If you need to perform the same calculation for multiple values (e.g. all the numbers in column C, rows 5 through 14), you do NOT need to type in the formula multiple times. Instead, type the formula into one cell, hit enter, and then click on the cell where you typed the formula. Put your mouse over the black square in the bottom right corner of the cell. The fat cursor plus sign should change to a skinny one. Click and drag your mouse to copy the formula into the appropriate cells. The example below shows how to divide all the values in column C rows 5 through 14 by 1000. Home Tab This tab has functions useful for formatting data entered in a spreadsheet. Several particularly useful functions are highlighted in the image below. Insert Tab Use the options in this tab to make graphs. For this course, you will generate both Column and Scatter graphs. To facilitate making graphs, enter your data in a table format that includes appropriate headings. Put the numbers/text that you want plotted on the horizontal axis (x-axis) in the left hand column, and the vertical axis (y-axis) values numbers in the right hand column(s). Be sure to select the data you wish to graph BEFORE you try to make a graph. To select a non-contiguous dataset (e.g. the values in columns A and D, but NOT the values in columns B or C), select one group of values, hold down the control key on a PC or 2

command key on a Mac, and select the next group of values. Specific details for each type of graph are provided below. Marked Scatter Graph: Plots individual points of a line graph. A trendline (see section below) or line connecting the points can be added after the graph is made. If you have multiple datasets (e.g. initial velocity values for three different enzyme assay conditions), make sure that you label the columns clearly in your data table and select the labels when making the graph. That will ensure that your graph has the appropriate legend. Clustered Column Graph: Makes a graph with vertical bars. Use this type of graph when your x-axis values are categories (words). For example, average sales for three different stores the x-axis values would be the store names. See section below for how to add error bars representing standard deviations. Do NOT select standard deviation values when making your graph! Chart Tools Tabs These tabs appear ONLY when you select a graph. Useful features found under each tab are shown below. Once you have added text to your graph (e.g. a title), you can use the formatting options under the Home Tab to modify selected text. Design Tab Move Chart: Put your graph in its own worksheet rather than on the sheet with your data by selecting the New sheet option. This will make it easier to format your graph. Layout Tab 3

Chart Title: Choose the Above Chart option to add a title to your graph. When a title box appears, select the text and type in the title that you want. Axis Titles: Select Horizontal Axis Title to label your x-axis. Choose the Title Below Axis option, select the text in the title box, and type in the appropriate label. Use Vertical Axis Title and the Rotated Title option to label your y-axis. Error Bars: To add error bars representing standard deviation, click on your graph to select the data series (set of bars/points) you want, click on Error Bars, and choose More Error Bar Options. Select Custom and click Specify Values. For BOTH the Positive Error Values and Negative Error Values, click on the spreadsheet icon next to the box, and then select the cells that have the standard deviations for the data shown on the graph. (For the datasets in this course, the positive and negative standard deviations are the same.) Trendlines (applies to Scatter graphs ONLY): Trendlines are lines specified by mathematical formulas that represent a best fit for your data. For this course, we will only use linear trendlines lines that have the formula y = mx+b where m is the slope and b is the x-intercept. To add a trendline, click on your graph to select the data series (set of points) you want, click the Trendline option, and go to More Trendline Options. Make sure that the type selected is Linear. Select Display equation on chart and Display R-squared value. The R-squared value indicates how well your data fit the line (1.0 is a perfect fit, above 0.95 is acceptable). If relevant, select Set Intercept = 0 to make the line go through the point 0,0. If you have a legend on your graph, Excel adds a legend entry titled Linear when you generate a trendline. This does NOT belong in your legend. To remove it, click once to select the legend, and again to select the Linear entry. Hit delete. 4

Other Useful Tips Change the size of your columns in a sheet by putting your mouse over the dividing line where the column labels are (the gray part with A, B, C, etc.). Click and drag right or left to make bigger or smaller. Double clicking instead of dragging will automatically change the column size to fit the data in the column. Modify the labels in the legend on a graph by changing the column headings in the appropriate sheet. There are other ways to change them, but this is the easiest way. To select a non-contiguous dataset (e.g. the values in columns A and D, but NOT the values in columns B or C), select one group of values, hold down the control key on a PC or command key on a Mac, and select the next group of values. Click and drag on graph text (e.g. title, trendline equation) to move it. To check the spelling on a graph or spreadsheet, go to the Review tab and look for the ABC option. Note that this ONLY checks the sheet or graph that is visible to you, not the whole file. If you have multiple graphs, check each one individually. To paste a graph into a Word document, select the graph, and use the Copy option under the Home Tab to copy it. When you paste it into Word, chose the Paste as Picture option. This makes it easier to resize and move the graph. If you change your graph, delete the old picture and paste in your modified graph. If you can t figure out how to do something, use the Help feature to search for information. 5