ENGG1811: Data Analysis using Spreadsheets Part 1 1

Size: px
Start display at page:

Download "ENGG1811: Data Analysis using Spreadsheets Part 1 1"

Transcription

1 ENGG1811 Computing for Engineers Data Analysis using Spreadsheets 1 I Data Analysis Pivot Tables Simple Statistics Histogram Correlation Fitting Equations to Data Presenting Charts Solving Single-Variable Equations Goal Seek examples: black holes and ballistics Data Analysis Data analysis techniques allow professionals such as engineers, social scientists and economists to extract meaningful information from a typically vast amount of data. Spreadsheets are widely available, and provide useful features for data analysis. Some features are integrated with charts. This week Pivot tables Simple Statistics Histogram Correlation Curve fitting and regression analysis Goal Seek (solves single-variable equations) Next week Solver (for more general optimisation problems) Matrix calculations (very briefly, other tools are more appropriate) Data tables (ideal for financial modelling) Value lookup operations ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 1 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 2 Summarising Data Pivot Tables Summarising Data Pivot Tables A Pivot Table is an interactive table that can be used to summarise large amounts of data quickly. You can move data sets (named by their column header) between rows, columns and the table body, and use multivalued filters to see different summaries of the source data. To create a pivot table, select the data, including header rows, and choose Data Pivot Table Create Dialogue box appears as shown overleaf To make changes, right-click on table and select Edit Layout Page fields: overall single-valued filter Row and column fields: filterable data Data fields: function (sum, count, max etc) applied to values at intersecting row/col Pivot Table Simple Statistics Filters apply to whole table (single value drop-downs or standard filter) Row and column filters are fully optioned (like Excel s filters) Multiple rows in body if multiple fields selected Usually sum, but also count (= number of orders here) Row and column totals ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 5 Spreadsheets provide many predefined statistical functions to calculate useful information such as: mean, max, min, median, standard deviation, etc. These can be applied to columns or rows of data Excel provides a tool called Descriptive Statistics that calculates such commonly used statistical functions for a given data set and produces a useful report. OpenOffice Calc doesn t have this, but there are several user-contributed statistics packages that do More advanced statistics functions are available ( 2, t-test, various distributions, confidence intervals etc), but serious analysis usually requires specialised software such as SPSS, SAS or R, and the knowledge of how to use it. ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 6 Spreadsheets Part 1 1

2 Histogram A histogram is a graphical representation of a frequency distribution of a single variable, using a column chart. The columns represent contiguous ranges in the variable, called bins or classes, usually equally spaced, and the column height shows how many variable values lie in that range. Frequencies are stored in a table, the first column of which are the bin boundary values, the second is filled in by the software Calc and Excel consider bin thresholds to be upper bounds, so there s an extra unlabelled bin after the last Some built-in histogram generators such as Matlab s display the midrange on the chart rather than the boundaries, but you can always add a column next to the bin for your own labels. Histogram: Frequency table Find a spot on the sheet for the frequency table, 10 to 20 bins is about right Estimate the variable range by plotting or simple stats Fill in the bin values, equally spaced and rounded unless the categories are going to be labelled First value should be less than min and last value > max, to make sure the full range is covered ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 7 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 8 Histogram: completion Click in the first frequency cell, select the Function Wizard (important because this is an array operation). Find FREQUENCY in the function list and double-click classes: the bin threshold range, without the header end freqs are 0 as expected Chart the result (see lecture, extended in lab03), adding titles and labels in case the bin values are misleading ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 9 Correlation Correlation is a statistical measure referring to the strength of linear relationship between two or more dependent variables that have the same independent variable (time, position etc) It can vary from 1 (perfect negative correlation) through 0 (no correlation) to +1 (perfect positive correlation) Negative correlation means that larger values in one set are associated with smaller values in the other, positive goes the other way. Uncorrelated data simply shows no significant relationship ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 10 Correlation using Spreadsheets Correlation Table Calc provides the CORREL function. It accepts two ranges and returns the correlation coefficient. Alternatively, you can plot a chart for two or more variables and try to visually identify possible correlations between variables. For several variables, you can produce a table by using references carefully to allow fill operations across and down Excel provides a Correlation tool that calculates correlations between two or more variables. It constructs the table for you. ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 11 Formula: = correl($d$8:$d$32; D$8:D$32) first range uses absolute addresses second range is mixed to allow fill right For each row after the first, copy formula for the new cell on the diagonal from the cell above it change column letter on the first range only beware of Calc s formula prompts! ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 12 Spreadsheets Part 1 2

3 Correlation Charting You can visually inspect the relationship between variables on a chart, also an exercise in secondary axes Create a line chart for Precision, move it aside, double-click to edit, Format Data ranges Data Series tab Add a new series (Name is Sensor2 (G7), y-values are in G8:G32 Oops, the scales are badly mismatched! Oops, the scales are badly mismatched! Secondary Axis When two variable with quite different Y value ranges are to be plotted together, one goes on a secondary axis on the right Edit chart, select one of the data series, say Sensor2, either press Format Selection on the toolbar or right-click and pick Format Data Series. Axis selection is under Options. Don t forget to tidy the line format, add titles, adjust fonts etc to achieve a professional look ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 13 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 14 Correlation is Not Necessarily Causation If two data sets are correlated, it doesn t mean that the processes behind one caused the other, they could be influenced by some (often complex) third process such as climate change socio-economic factors There have been celebrated cases of correlations for which no credible explanation is likely, like this one: A classic is overleaf, revealed at the lecture geographic influences solar activity ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 15 Fitting Equations to Data Given an X-Y plot of values derived from a physical system with likely uncertainty in measurements, many lines or curves can be drawn to approximate the data The method of least squares chooses the parameters for a regression line or curve of a given type specified by the user The best-fit curve is the one that minimises the sum of the squares of the residuals (differences between data and the predicted value). Trend Lines apply regression to data on a line chart. They provide the regression equation and R 2 value, and show the regression line superimposed on the data values. The R 2 value (varies from 0 to 1) indicates how well the model fits the data. R 2 = 1 indicates that the regression line (curve) is a perfect fit to the data. ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 17 Regression and Spreadsheets Fitting Equations to Data Calc can apply linear, exponential, logarithmic and power regression trend lines to a chart, but not polynomials Excel can also do polynomials Both can display the equation and R 2 value on the chart Both do so with poor choice of typeface and significance But you can roll-your-own with drawing elements Both can extrapolate the trend (use the trend line as a prediction of behaviour outside the range); in Calc you just change the X axis limits. If you just want the numbers, can use the linest, logest, growth functions; trend calculates points on the linear trend line Apart from simple analyses, regression is often done with Matlab or with statistical packages Use scatter plot with small unfilled symbol markers, no lines Options to show regression on the chart When chart is in edit mode, Insert Trend Lines activates the dialogue box ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 18 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 19 Spreadsheets Part 1 3

4 Content vs Presentation Fixing the Presentation The result shows that the trend is appropriate, but the chart is not yet ready to be included in a professionally presented document. Defaults are rarely good enough. Y-axis number format is inappropriate There may be a need to point out features Auto-range implies there s a zero day Equation format is very poor (font, exp, precision, spacing are all wrong) Don t need grids as the chart is there to show a trend, not data Axis number font size is too large, the numbers aren t as important as the shape of the plot ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 20 Remember to double-click the chart to enter edit mode Feature to improve Axis attributes Remove grid Edit equation format Add a text box (anywhere, not just on a chart) Format text in box (double click to edit) Lines, arrows, circles Format drawing elements How to make changes Right click on axis, select Format Axis Format Grid All Grids from main menu (not supported in Calc, try the next) Pick text from the drawing toolbar Drag (off chart), type initial text General font changes from main toolbar; To apply sub/superscript, select characters and then Format Character Pick from drawing toolbar Right click, select Line/Area/Text; resize by dragging handles ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 21 Final Product There s still room for personal taste: you might not like to use fill and outline on the regression box, or prefer different relative font sizes. Always ask yourself: does the chart (etc) convey the message embedded in the data effectively? ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 22 Other Presentation Issues Any labels you add overlay the chart, they re not part of it Select in turn with Shift-click, or drag a marquee around them Format Group allows selected objects to be part of a single item The chart can be copied intact to another document such as OpenOffice Writer or Microsoft Word Calc to Writer is reliable, Excel to Word isn t always Other copy options if the other application can t import Click on group, File Export as PDF, use Range Selection, and export graphic images using lossless compression (PNG) If you really have to take a screen dump, expand the view first and always save as PNG, never JPG. PDF PNG, 150ppi JPEG, 150ppi PNG, 75ppi ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 23 Trends in Global CO 2 Concentrations Solving Equations in One Variable For the final example, data for atmospheric concentrations of CO 2 taken at the Mauna Loa Observatory (Hawaii) each month since 1958 is readily available on the web Plot just the last 10 years of the data using thin lines: the result shows the detail known as the Keeling Curve after Mauna Loa CO 2 researcher Charles David Keeling Annual pattern is clearly evident, can you explain these? the overall shape, peak in May each year, trough in September the kink around January Apply trend line, looks pretty clear and ominous doesn t it? on this model (that is, business as usual), when will we never see a value below 400ppm* again? Apply a trend line to the whole data set, is it still linear? Finding the roots of an equation can sometimes, but not always, be done analytically, but if not we need other approaches. Method 1: Graphical estimate Assign a range of values to a variable (say x), calculate the corresponding function values (say f (x)), and plot a graph for f (x) vs x. Now try to see where the chart line intersects with the x-axis. This approach is useful provided we can guess finite intervals within which to search for possible root values * For interesting observations about this milestone, see climate.nasa.gov/400ppmquotes/ ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 24 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 25 Spreadsheets Part 1 4

5 Solving Single Equations f ( x) 4x 12x 64x 16 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide Solving Single Equations Method 2: Goal Seek (Tools Goal Seek) works with three inputs A formula cell A target value that you would like the cell to calculate, and A variable cell that is used, even indirectly, by the formula cell Goal Seek tries to find a value for the variable cell that results in the target value in the formula cell. It uses iterative refinement, beginning with the current value. If an initial guess is not close enough, Goal Seek may not be able to find a solution Goal Seek tries a fixed number of iterations (attempts at getting closer to the goal) and stops after that, even if the equation is not solved. The Solver tool (next week) is more powerful than Goal Seek. The tools are very similar in Calc and Excel ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 27 Example 1: Cygnus X-1 Mass Calculation Mass of an black hole in a binary system can be calculated from a formula that is cubic in the unknown mass (see CygnusX1 sheet) This cubic has one positive real root Example 2: Projectile The model used for the Trajectory example last week can be inverted to select one parameter so the trajectory passes through a designated point (the target) Assume V 0 is fixed, angle can vary x and y are now the target location Solve for t in terms of y, quadratic ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 28 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 29 Example 2: Seeking the Target One of the solutions for t (typically the larger) is used to recalculate y (which must match because that s the equation we rearranged) The same t calculates x, but we may miss the target horizontally Use Goal Seek to change t (x, y) and set x to the target x value Summary of Learning Outcomes With practice you should be able to do the following Create and manipulate a pivot table from multivariate data Construct histograms to analyse large data sets Identify correlation between a small number of variables, using the correl function and correctly interpreting its results Use scatter charts and trend lines to identify the parameters of processes underlying noisy data, and to extrapolate trends Present charts and other visual content professionally Apply graphical methods to solving equations in one variable Set up a single-variable equation model and use Goal Seek to identify the value of an input parameter that converges the result to a particular target ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 30 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 31 Spreadsheets Part 1 5

Data Analysis using Spreadsheets 1 I

Data Analysis using Spreadsheets 1 I ENGG1811 Computing for Engineers Data Analysis using Spreadsheets 1 I Ø Data Analysis Ø Pivot Tables Ø Simple Statistics Ø Histogram Ø Correlation Ø Fitting Equations to Data Ø Presenting Charts Ø Solving

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

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

Introduction to CS graphs and plots in Excel Jacek Wiślicki, Laurent Babout,

Introduction to CS graphs and plots in Excel Jacek Wiślicki, Laurent Babout, MS Excel 2010 offers a large set of graphs and plots for data visualization. For those who are familiar with older version of Excel, the layout is completely different. The following exercises demonstrate

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

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

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

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

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

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

Microsoft Excel. Charts

Microsoft Excel. Charts Microsoft Excel Charts Chart Wizard To create a chart in Microsoft Excel, select the data you wish to graph or place yourself with in the conjoining data set and choose Chart from the Insert menu, or click

More information

Ingredients of Change: Nonlinear Models

Ingredients of Change: Nonlinear Models Chapter 2 Ingredients of Change: Nonlinear Models 2.1 Exponential Functions and Models As we begin to consider functions that are not linear, it is very important that you be able to draw scatter plots,

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

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

Spreadsheet Techniques and Problem Solving for ChEs

Spreadsheet Techniques and Problem Solving for ChEs AIChE Webinar Presentation Problem Solving for ChEs David E. Clough Professor Dept. of Chemical & Biological Engineering University of Colorado Boulder, CO 80309 Email: David.Clough@Colorado.edu 2:00 p.m.

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

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

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

Scottish Improvement Skills

Scottish Improvement Skills Scottish Improvement Skills Creating a run chart on MS Excel 2007 Create and save a new Excel worksheet. Some of the details of steps given below may vary slightly depending on how Excel has been used

More information

Experiment 1 CH Fall 2004 INTRODUCTION TO SPREADSHEETS

Experiment 1 CH Fall 2004 INTRODUCTION TO SPREADSHEETS Experiment 1 CH 222 - 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

More information

Descriptive Statistics, Standard Deviation and Standard Error

Descriptive Statistics, Standard Deviation and Standard Error AP Biology Calculations: Descriptive Statistics, Standard Deviation and Standard Error SBI4UP The Scientific Method & Experimental Design Scientific method is used to explore observations and answer questions.

More information

Polymath 6. Overview

Polymath 6. Overview Polymath 6 Overview Main Polymath Menu LEQ: Linear Equations Solver. Enter (in matrix form) and solve a new system of simultaneous linear equations. NLE: Nonlinear Equations Solver. Enter and solve a new

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

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

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

Exercise: Graphing and Least Squares Fitting in Quattro Pro

Exercise: Graphing and Least Squares Fitting in Quattro Pro Chapter 5 Exercise: Graphing and Least Squares Fitting in Quattro Pro 5.1 Purpose The purpose of this experiment is to become familiar with using Quattro Pro to produce graphs and analyze graphical data.

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

Three-Dimensional (Surface) Plots

Three-Dimensional (Surface) Plots Three-Dimensional (Surface) Plots Creating a Data Array 3-Dimensional plots (surface plots) are often useful for visualizing the behavior of functions and identifying important mathematical/physical features

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

Year 10 General Mathematics Unit 2

Year 10 General Mathematics Unit 2 Year 11 General Maths Year 10 General Mathematics Unit 2 Bivariate Data Chapter 4 Chapter Four 1 st Edition 2 nd Edition 2013 4A 1, 2, 3, 4, 6, 7, 8, 9, 10, 11 1, 2, 3, 4, 6, 7, 8, 9, 10, 11 2F (FM) 1,

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

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

What Is Excel? Multisheet Files Multiple Document Interface Built-in Functions Customizable Toolbars Flexible Text Handling

What Is Excel? Multisheet Files Multiple Document Interface Built-in Functions Customizable Toolbars Flexible Text Handling What Is Excel? Excel is a software product that falls into the general category of spreadsheets. Excel is one of several spreadsheet products that you can run on your PC. Others include 1-2-3 and Quattro

More information

Chapter 10 Working with Graphs and Charts

Chapter 10 Working with Graphs and Charts Chapter 10: Working with Graphs and Charts 163 Chapter 10 Working with Graphs and Charts Most people understand information better when presented as a graph or chart than when they look at the raw data.

More information

lab MS Excel 2010 active cell

lab MS Excel 2010 active cell MS Excel is an example of a spreadsheet, a branch of software meant for performing different kinds of calculations, numeric data analysis and presentation, statistical operations and forecasts. The main

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

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

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example This exercise is a follow-up to the MPA admissions example used in the Excel Workshop. This document contains detailed solutions

More information

Introduction to ANSYS DesignXplorer

Introduction to ANSYS DesignXplorer Lecture 4 14. 5 Release Introduction to ANSYS DesignXplorer 1 2013 ANSYS, Inc. September 27, 2013 s are functions of different nature where the output parameters are described in terms of the input parameters

More information

SAS Visual Analytics 8.2: Getting Started with Reports

SAS Visual Analytics 8.2: Getting Started with Reports SAS Visual Analytics 8.2: Getting Started with Reports Introduction Reporting The SAS Visual Analytics tools give you everything you need to produce and distribute clear and compelling reports. SAS Visual

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

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below.

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below. Graphing in Excel featuring Excel 2007 1 A spreadsheet can be a powerful tool for analyzing and graphing data, but it works completely differently from the graphing calculator that you re used to. If you

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

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

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

Excel Tips and FAQs - MS 2010

Excel Tips and FAQs - MS 2010 BIOL 211D Excel Tips and FAQs - MS 2010 Remember to save frequently! Part I. Managing and Summarizing Data NOTE IN EXCEL 2010, THERE ARE A NUMBER OF WAYS TO DO THE CORRECT THING! FAQ1: How do I sort my

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Spreadsheet Techniques and Problem Solving for ChEs

Spreadsheet Techniques and Problem Solving for ChEs AIChE Webinar Presentation co-sponsored by the Associação Brasileira de Engenharia Química (ABEQ) Problem Solving for ChEs David E. Clough Professor Dept. of Chemical & Biological Engineering University

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

[1] CURVE FITTING WITH EXCEL

[1] CURVE FITTING WITH EXCEL 1 Lecture 04 February 9, 2010 Tuesday Today is our third Excel lecture. Our two central themes are: (1) curve-fitting, and (2) linear algebra (matrices). We will have a 4 th lecture on Excel to further

More information

Excel for Gen Chem General Chemistry Laboratory September 15, 2014

Excel for Gen Chem General Chemistry Laboratory September 15, 2014 Excel for Gen Chem General Chemistry Laboratory September 15, 2014 Excel is a ubiquitous data analysis software. Mastery of Excel can help you succeed in a first job and in your further studies with expertise

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

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

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

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

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

An introduction to plotting data

An introduction to plotting data An introduction to plotting data Eric D. Black California Institute of Technology February 25, 2014 1 Introduction Plotting data is one of the essential skills every scientist must have. We use it on a

More information

The American University in Cairo. Academic Computing Services. Excel prepared by. Maha Amer

The American University in Cairo. Academic Computing Services. Excel prepared by. Maha Amer The American University in Cairo Excel 2000 prepared by Maha Amer Spring 2001 Table of Contents: Opening the Excel Program Creating, Opening and Saving Excel Worksheets Sheet Structure Formatting Text

More information

FUNCTIONS AND MODELS

FUNCTIONS AND MODELS 1 FUNCTIONS AND MODELS FUNCTIONS AND MODELS In this section, we assume that you have access to a graphing calculator or a computer with graphing software. FUNCTIONS AND MODELS 1.4 Graphing Calculators

More information

Navigating In Uncharted Waters Of Microsoft Excel Charts

Navigating In Uncharted Waters Of Microsoft Excel Charts 1 of 8 Navigating In Uncharted Waters Of Microsoft Excel Charts Translating Excel spreadsheets is pretty easy. All you need to do is translate text in individual cells and then format the spreadsheet for

More information

Tips and Guidance for Analyzing Data. Executive Summary

Tips and Guidance for Analyzing Data. Executive Summary Tips and Guidance for Analyzing Data Executive Summary This document has information and suggestions about three things: 1) how to quickly do a preliminary analysis of time-series data; 2) key things to

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

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi MICROSOFT EXCEL Prepared By: Amna Alshurooqi Hajar Alshurooqi Lesson 1 BIS 202 1. INTRODUCTION Microsoft Excel is a spreadsheet application used to perform financial calculations, statistical analysis,

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

Math 121 Project 4: Graphs

Math 121 Project 4: Graphs Math 121 Project 4: Graphs Purpose: To review the types of graphs, and use MS Excel to create them from a dataset. Outline: You will be provided with several datasets and will use MS Excel to create graphs.

More information

Laboratory 1. Part 1: Introduction to Spreadsheets

Laboratory 1. Part 1: Introduction to Spreadsheets Laboratory 1 Part 1: Introduction to Spreadsheets By the end of this laboratory session you should be familiar with: Navigating around a worksheet. Naming sheets and cells. Formatting. The use of formulae.

More information

Further Maths Notes. Common Mistakes. Read the bold words in the exam! Always check data entry. Write equations in terms of variables

Further Maths Notes. Common Mistakes. Read the bold words in the exam! Always check data entry. Write equations in terms of variables Further Maths Notes Common Mistakes Read the bold words in the exam! Always check data entry Remember to interpret data with the multipliers specified (e.g. in thousands) Write equations in terms of variables

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

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

Pivot Tables, Lookup Tables and Scenarios

Pivot Tables, Lookup Tables and Scenarios Introduction Format and manipulate data using pivot tables. Using a grading sheet as and example you will be shown how to set up and use lookup tables and scenarios. Contents Introduction Contents Pivot

More information

HOUR 12. Adding a Chart

HOUR 12. Adding a Chart HOUR 12 Adding a Chart The highlights of this hour are as follows: Reasons for using a chart The chart elements The chart types How to create charts with the Chart Wizard How to work with charts How to

More information

Contents 10. Graphs of Trigonometric Functions

Contents 10. Graphs of Trigonometric Functions Contents 10. Graphs of Trigonometric Functions 2 10.2 Sine and Cosine Curves: Horizontal and Vertical Displacement...... 2 Example 10.15............................... 2 10.3 Composite Sine and Cosine

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

Statistics & Regression Tools for Excel

Statistics & Regression Tools for Excel Statistics & Regression Tools for Excel Duke MBA Computer Preparation Excel Statistics & Regression Tools Review Focus The focus of this assignment is on understanding the mechanics of running a regression

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

Spreadsheet and Graphing Exercise Biology 210 Introduction to Research

Spreadsheet and Graphing Exercise Biology 210 Introduction to Research 1 Spreadsheet and Graphing Exercise Biology 210 Introduction to Research There are many good spreadsheet programs for analyzing data. In this class we will use MS Excel. Below are a series of examples

More information

How to Excel - Part 2

How to Excel - Part 2 Table of Contents Exercise 1: Protecting cells and sheets... 3 Task 1 Protecting sheet... 3 Task 2 Protecting workbook... 3 Task 3 Unprotect workbook and sheet... 3 Task 4 Protecting cells... 4 Protecting

More information

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data.

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data. SPREADSHEETS BASIC TERMINOLOGY A Spreadsheet is a grid of rows and columns containing numbers, text, and formulas. A workbook is the file Excel creates to store your data. A worksheet is an individual

More information

To Plot a Graph in Origin. Example: Number of Counts from a Geiger- Müller Tube as a Function of Supply Voltage

To Plot a Graph in Origin. Example: Number of Counts from a Geiger- Müller Tube as a Function of Supply Voltage To Plot a Graph in Origin Example: Number of Counts from a Geiger- Müller Tube as a Function of Supply Voltage 1 Digression on Error Bars What entity do you use for the magnitude of the error bars? Standard

More information

Chemistry Excel. Microsoft 2007

Chemistry Excel. Microsoft 2007 Chemistry Excel Microsoft 2007 This workshop is designed to show you several functionalities of Microsoft Excel 2007 and particularly how it applies to your chemistry course. In this workshop, you will

More information

Fathom Dynamic Data TM Version 2 Specifications

Fathom Dynamic Data TM Version 2 Specifications Data Sources Fathom Dynamic Data TM Version 2 Specifications Use data from one of the many sample documents that come with Fathom. Enter your own data by typing into a case table. Paste data from other

More information

BIO 360: Vertebrate Physiology Lab 9: Graphing in Excel. Lab 9: Graphing: how, why, when, and what does it mean? Due 3/26

BIO 360: Vertebrate Physiology Lab 9: Graphing in Excel. Lab 9: Graphing: how, why, when, and what does it mean? Due 3/26 Lab 9: Graphing: how, why, when, and what does it mean? Due 3/26 INTRODUCTION Graphs are one of the most important aspects of data analysis and presentation of your of data. They are visual representations

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

Data Analysis and Solver Plugins for KSpread USER S MANUAL. Tomasz Maliszewski

Data Analysis and Solver Plugins for KSpread USER S MANUAL. Tomasz Maliszewski Data Analysis and Solver Plugins for KSpread USER S MANUAL Tomasz Maliszewski tmaliszewski@wp.pl Table of Content CHAPTER 1: INTRODUCTION... 3 1.1. ABOUT DATA ANALYSIS PLUGIN... 3 1.3. ABOUT SOLVER PLUGIN...

More information

Intro To Excel Spreadsheet for use in Introductory Sciences

Intro To Excel Spreadsheet for use in Introductory Sciences INTRO TO EXCEL SPREADSHEET (World Population) Objectives: Become familiar with the Excel spreadsheet environment. (Parts 1-5) Learn to create and save a worksheet. (Part 1) Perform simple calculations,

More information

Welcome to Microsoft Excel 2013 p. 1 Customizing the QAT p. 5 Customizing the Ribbon Control p. 6 The Worksheet p. 6 Excel 2013 Specifications and

Welcome to Microsoft Excel 2013 p. 1 Customizing the QAT p. 5 Customizing the Ribbon Control p. 6 The Worksheet p. 6 Excel 2013 Specifications and Preface p. xi Welcome to Microsoft Excel 2013 p. 1 Customizing the QAT p. 5 Customizing the Ribbon Control p. 6 The Worksheet p. 6 Excel 2013 Specifications and Limits p. 9 Compatibility with Other Versions

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

Better Histograms Using Excel. Michael R. Middleton School of Business and Management, University of San Francisco

Better Histograms Using Excel. Michael R. Middleton School of Business and Management, University of San Francisco Better s Using Excel Michael R. Middleton School of Business and Management, University of San Francisco A histogram is usually shown in Excel as a Column chart type (vertical bars). The labels of a Column

More information

Flow Cytometry Analysis Software. Developed by scientists, for scientists. User Manual. Version Introduction:

Flow Cytometry Analysis Software. Developed by scientists, for scientists. User Manual. Version Introduction: Flowlogic Flow Cytometry Analysis Software Developed by scientists, for scientists User Manual Version 7.2.1 Introduction: Overview, Preferences, Saving and Opening Analysis Files www.inivai.com TABLE

More information

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

Using Excel This is only a brief overview that highlights some of the useful points in a spreadsheet program. Using Excel 2007 This is only a brief overview that highlights some of the useful points in a spreadsheet program. 1. Input of data - Generally you should attempt to put the independent variable on the

More information

7/14/2009. Chapters Autocad Multi Line Text Tools. Multi Line Text Tool Ribbon. Multi Line Text Tool. July 14, 2009

7/14/2009. Chapters Autocad Multi Line Text Tools. Multi Line Text Tool Ribbon. Multi Line Text Tool. July 14, 2009 Chapters 9-11 July 14, 2009 Chapter 9 Learning Objectives Describe and use proper text standards. Calculate drawing scale and text height. Develop and use text styles. Make multiple lines of text with

More information

Chapter 2 Assignment (due Thursday, October 5)

Chapter 2 Assignment (due Thursday, October 5) (due Thursday, October 5) Introduction: The purpose of this assignment is to analyze data sets by creating histograms and scatterplots. You will use the STATDISK program for both. Therefore, you should

More information

Lab Practical - Limit Equilibrium Analysis of Engineered Slopes

Lab Practical - Limit Equilibrium Analysis of Engineered Slopes Lab Practical - Limit Equilibrium Analysis of Engineered Slopes Part 1: Planar Analysis A Deterministic Analysis This exercise will demonstrate the basics of a deterministic limit equilibrium planar analysis

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

I can solve simultaneous equations algebraically, where one is quadratic and one is linear.

I can solve simultaneous equations algebraically, where one is quadratic and one is linear. A* I can manipulate algebraic fractions. I can use the equation of a circle. simultaneous equations algebraically, where one is quadratic and one is linear. I can transform graphs, including trig graphs.

More information

Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018

Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018 Quick Start Guide Jacob Stolk PhD Simone Stolk MPH November 2018 Contents Introduction... 1 Start DIONE... 2 Load Data... 3 Missing Values... 5 Explore Data... 6 One Variable... 6 Two Variables... 7 All

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

More information