Data Analysis using Spreadsheets 1 I

Size: px
Start display at page:

Download "Data Analysis using Spreadsheets 1 I"

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 fluid mechanics ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 1

2 I love data and why you should love them too I DATA Data are extremely useful You can use data to Discover hidden patterns Learn about the world Predict the future ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 2

3 Kepler s Laws on planetary movement B C D Johannes Kepler ( ) A Law #1: Ellipse Law #2: equal area in equal time Law #3: Kepler dervied his laws from data! Data: positions of the planets over time Pictures from the late Prof. Jan Willems Chaire Francqui lectures ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 3

4 Data allows hidden patterns to be discovered! The following slide shows the acceleration recorded on the lecturer s smartphone during one of his commutes to UNSW The acceleration pattern during walking and nonwalking are very different Can you guess which part is walking and which part is not? ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 4

5 Acceleration pattern

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

7 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

8 Summarising Data Pivot Tables 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

9 Pivot Table 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 9

10 Statistics in engineering Plenty of applications What is the difference between LEGO and other generic brands? * Precision tools are certainly necessary but quality control is equally important * From Page 20 of LEGO Company Profile "Lego Color Bricks" by Alan Chia - Lego Color Bricks. Licensed under Creative Commons Attribution-Share Alike 2.0 via Wikimedia Commons - ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 10

11 Quality control Measure the actual products to see whether the tolerance is met tolerance Too short Day 1 Exact length required [ ] Too long Day 100 Day 200 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 11

12 Quality control data The worksheet Machines contains data from two machines manufacturing a certain part For each machines, 200 produced parts were measured The spreadsheet shows the the deviation from the standard length We will use Summary statistics Histogram ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 12

13 Simple Statistics 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 13

14 Quiz Products of machines 1 and 2 have identical mean, standard deviation, max and min The histogram of the length deviation of the products from machine 1 is here. Do you expect machine 2 to have the same or similar histogram since they have same mean, stdev, max and min? [Yes/No] ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 14

15 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 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 15

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

17 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, adding titles and labels in case the bin values are misleading ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 17

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

19 Correlation using Spreadsheets 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 19

20 Correlation Table = correl($b$15:$b$58;b$15:b$58) Formula: = correl($b$15:$b$58;c$15:c$58) first range uses absolute addresses second range is mixed to allow fill right For the first row, Enter the correlation formula shown and then fill right For each row after the first, copy formula 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 20

21 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 geographic influences socio-economic factors solar activity There have been celebrated cases of correlations for which no credible explanation is likely, like this one: ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 21

22 Bogus(?) Correlation is Still Interesting Source is the New England Journal of Medicine Article below (a secondary reference) has an interesting discussion on what the influences might be, including possible Swedish parochialism producing one outlying data point. ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 22

23 Proving causation Need to establish the chain of events Cigarettes è (Physiological events) è Bladder cancer ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 23

24 Application of correlation in engineering Plenty! Example: Want to control the pressure in a chemical reactor You may adjust the temperature or concentration of an ingredient, which one is a better choice? The correlation of these variables: Many other examples: Noise control, vibration control, mobile phones, GPS, radar, Correlation is limited to linear relationship, but there are many generalisations "Batch reactor.2" by Echis at English Wikipedia Licensed under Creative Commons Attribution 2.5 via Wikimedia Commons ENGG UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 24

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

26 Regression and Spreadsheets Calc can apply linear, exponential, logarithmic and power regression trend lines to a chart, but not polynomials L Excel can also do polynomials Both can display the equation and R 2 value on the chart J Both do so with poor choice of typeface and significance L But you can roll-your-own with drawing elements J 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 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 26

27 Fitting Equations to Data When chart is in edit mode, Insert Trend Lines activates the dialogue box Use scatter plot with small unfilled symbol markers, no lines Options to show regression on the chart ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 27

28 Content vs 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 28

29 Fixing the Presentation Remember to double-click the chart to enter edit mode Feature to improve How to make changes Axis attributes Remove grid Right click on axis, select Format Axis Format Grid All Grids from main menu 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 (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 29

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

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

32 Trends in Global CO 2 Concentrations 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 CO 2 researcher Charles David Keeling Annual pattern is clearly evident, can you explain these? the overall shape, peaking 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, when will or did we reach one of the tipping points, 400ppm, and when will the concentration never fall below that mark again (without extraordinary global effort)? Apply a trend line to the whole data set, is it still linear? ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 32

33 Solving equations: engineering motivation You will be learning how to solve many different types of equations during your engineering program at UNSW Solving equations can be used to discover hidden information Example: Fukushima radioactive emission (2011) When and how much radioactive Xenon was released Problem: It s a past event, can t go back to measure it! Equations can be solved to estimate what you cannot directly measured! ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 33

34 The key ideas A B C Measurements from 15 stations around the world on radioactive Xenon level Knowledge of the dispersion of substance in the atmosphere The Fukushima Inverse Problem ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 34

35 What is company X? The message behind the headline is: The founders of company X came up with a brilliant equation The solution of the equation turned company X into a $25B business in (About $400B in Feb 2014.) A lot of complicated equations can be solved automatically and routinely by computers nowadays Know what computational tools are available Spreadsheet may not be robust for all purposes, there are other tools. More later. Make your own tools only if necessary Difficulty is in coming out with useful and insightful equations that can transform the world ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Excel slide 35

36 Solving Equations in One Variable 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 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 36

37 Solving Single Equations 3 2 f ( x) = 4x + 12x 64x + 16 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 37

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

39 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 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 39

40 Example 2: Transcendental equation Note: Fluid mechanics concept are not important here. The key idea is to show you that OO Calc can solve some complicated looking equations Variable to solve: Reynolds number (R) Small R means flow is smooth, otherwise turbulence Parameters are: D = pipe diameter υ = viscosity (Greek letter `nu ) g = acceleration due to gravity R is the solution to 1 p +2log 10 ( 2.51 p )=0 where = 2gD3 R 2 R 2 ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 40

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

42 Application of data in renewable energy The main problem of using wind as a renewable energy source is that it is not always there Computers and data are used to: Predict the availability of wind Predict the maintenance cycles of wind turbines Picture source: MacKay, Sustainable energy without hot air ENGG1811 UNSW, CRICOS Provider No: 00098G Data Analysis using Spreadsheets I slide 42

ENGG1811: Data Analysis using Spreadsheets Part 1 1

ENGG1811: Data Analysis using Spreadsheets Part 1 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ICT & MATHS. Excel 2003 in Mathematics Teaching

ICT & MATHS. Excel 2003 in Mathematics Teaching ICT & MATHS Excel 2003 in Mathematics Teaching Published by The National Centre for Technology in Education in association with the Project Maths Development Team. Permission granted to reproduce for educational

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

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

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

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

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

Excel and Tableau. A Beautiful Partnership. Faye Satta, Senior Technical Writer Eriel Ross, Technical Writer

Excel and Tableau. A Beautiful Partnership. Faye Satta, Senior Technical Writer Eriel Ross, Technical Writer Excel and Tableau A Beautiful Partnership Faye Satta, Senior Technical Writer Eriel Ross, Technical Writer Microsoft Excel is used by millions of people to track and sort data, and to perform various financial,

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

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

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

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

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

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

Advanced Excel Skills

Advanced Excel Skills Advanced Excel Skills Note : This tutorial is based upon MSExcel 2000. If you are using MSExcel 2002, there may be some operations which look slightly different (e.g. pivot tables), but the same principles

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

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

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

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

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

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

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

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

FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016

FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016 FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016 Note: These instructions are based on an older version of FLUENT, and some of the instructions

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

DISCOVERING THE NATURE OF PERIODIC DATA: II. ANALYZING DATA AND JUDGING THE GOODNESS OF FIT USING RESIDUALS

DISCOVERING THE NATURE OF PERIODIC DATA: II. ANALYZING DATA AND JUDGING THE GOODNESS OF FIT USING RESIDUALS DISCOVERING THE NATURE OF PERIODIC DATA: II. ANALYZING DATA AND JUDGING THE GOODNESS OF FIT USING RESIDUALS Scott A. Sinex and George S. Perkins Prince George s Community College Generating periodic data

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

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

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

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

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

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

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Statistical Good Practice Guidelines. 1. Introduction. Contents. SSC home Using Excel for Statistics - Tips and Warnings

Statistical Good Practice Guidelines. 1. Introduction. Contents. SSC home Using Excel for Statistics - Tips and Warnings Statistical Good Practice Guidelines SSC home Using Excel for Statistics - Tips and Warnings On-line version 2 - March 2001 This is one in a series of guides for research and support staff involved in

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

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW

On the Web sun.com/aboutsun/comm_invest STAROFFICE 8 DRAW STAROFFICE 8 DRAW Graphics They say a picture is worth a thousand words. Pictures are often used along with our words for good reason. They help communicate our thoughts. They give extra information that

More information

Introduction to ANSYS CFX

Introduction to ANSYS CFX Workshop 03 Fluid flow around the NACA0012 Airfoil 16.0 Release Introduction to ANSYS CFX 2015 ANSYS, Inc. March 13, 2015 1 Release 16.0 Workshop Description: The flow simulated is an external aerodynamics

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

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

Table of Contents (As covered from textbook)

Table of Contents (As covered from textbook) Table of Contents (As covered from textbook) Ch 1 Data and Decisions Ch 2 Displaying and Describing Categorical Data Ch 3 Displaying and Describing Quantitative Data Ch 4 Correlation and Linear Regression

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

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

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

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

Appendix A. HINTS WHEN USING EXCEL w

Appendix A. HINTS WHEN USING EXCEL w Appendix A HINTS WHEN USING EXCEL w This appendix provides hints when using Microsoft Excel. Appendix A includes general features that are useful in all the applications solved with Excel in this book.

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

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

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

How to use FSBforecast Excel add in for regression analysis

How to use FSBforecast Excel add in for regression analysis How to use FSBforecast Excel add in for regression analysis FSBforecast is an Excel add in for data analysis and regression that was developed here at the Fuqua School of Business over the last 3 years

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

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

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

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

Following a tour is the easiest way to learn Prism.

Following a tour is the easiest way to learn Prism. Page 1 of 25 A tour of Prism Following a tour is the easiest way to learn Prism. View a movie Watch and listen to a ten minute introductory movie from Prism's Welcome dialog. Or view it on the web. Read

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

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

Practical 2: Using Minitab (not assessed, for practice only!)

Practical 2: Using Minitab (not assessed, for practice only!) Practical 2: Using Minitab (not assessed, for practice only!) Instructions 1. Read through the instructions below for Accessing Minitab. 2. Work through all of the exercises on this handout. If you need

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

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

Bootstrapping Method for 14 June 2016 R. Russell Rhinehart. Bootstrapping

Bootstrapping Method for  14 June 2016 R. Russell Rhinehart. Bootstrapping Bootstrapping Method for www.r3eda.com 14 June 2016 R. Russell Rhinehart Bootstrapping This is extracted from the book, Nonlinear Regression Modeling for Engineering Applications: Modeling, Model Validation,

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

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

In Minitab interface has two windows named Session window and Worksheet window.

In Minitab interface has two windows named Session window and Worksheet window. Minitab Minitab is a statistics package. It was developed at the Pennsylvania State University by researchers Barbara F. Ryan, Thomas A. Ryan, Jr., and Brian L. Joiner in 1972. Minitab began as a light

More information

General Program Description

General Program Description General Program Description This program is designed to interpret the results of a sampling inspection, for the purpose of judging compliance with chosen limits. It may also be used to identify outlying

More information

Year 9: Long term plan

Year 9: Long term plan Year 9: Long term plan Year 9: Long term plan Unit Hours Powerful procedures 7 Round and round 4 How to become an expert equation solver 6 Why scatter? 6 The construction site 7 Thinking proportionally

More information

What s New in Oracle Crystal Ball? What s New in Version Browse to:

What s New in Oracle Crystal Ball? What s New in Version Browse to: What s New in Oracle Crystal Ball? Browse to: - What s new in version 11.1.1.0.00 - What s new in version 7.3 - What s new in version 7.2 - What s new in version 7.1 - What s new in version 7.0 - What

More information

SAS (Statistical Analysis Software/System)

SAS (Statistical Analysis Software/System) SAS (Statistical Analysis Software/System) SAS Adv. Analytics or Predictive Modelling:- Class Room: Training Fee & Duration : 30K & 3 Months Online Training Fee & Duration : 33K & 3 Months Learning SAS:

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

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

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

Excel 2010 Worksheet 3. Table of Contents

Excel 2010 Worksheet 3. Table of Contents Table of Contents Graphs and Charts... 1 Chart Elements... 1 Column Charts:... 2 Pie Charts:... 6 Line graph 1:... 8 Line Graph 2:... 10 Scatter Charts... 12 Functions... 13 Calculate Averages (Mean):...

More information

Outline. More on Excel. Review Entering Formulas. Review Excel Basics Home tab selected here Tabs Different ribbon commands. Copying Formulas (2/2)

Outline. More on Excel. Review Entering Formulas. Review Excel Basics Home tab selected here Tabs Different ribbon commands. Copying Formulas (2/2) More on Excel Larry Caretto Mechanical Engineering 09 Programming for Mechanical Engineers January 6, 017 Outline Review last class Spreadsheet basics Entering and copying formulas Discussion of Excel

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

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

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

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL INTERMEDIATE EXCEL INTERMEDIATE Overview NOTES... 2 OVERVIEW... 3 VIEW THE PROJECT... 5 USING FORMULAS AND FUNCTIONS... 6 BASIC EXCEL REVIEW... 6 FORMULAS... 7 Typing formulas... 7 Clicking to insert cell references...

More information

Excel Level 1: Beginner. Get started in Excel. Look good with easy formatting. Set out your first Excel calculations. Increase your efficiency

Excel Level 1: Beginner. Get started in Excel. Look good with easy formatting. Set out your first Excel calculations. Increase your efficiency Excel 2010 Level 1: Beginner Learning basic skills for Excel 2010 Estimated time: 04:05 6 modules - 49 topics Get started in Excel Discover Excel and carry out simple tasks: opening a workbook saving it,

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

Basic Excel 2010 Workshop 101

Basic Excel 2010 Workshop 101 Basic Excel 2010 Workshop 101 Class Workbook Instructors: David Newbold Jennifer Tran Katie Spencer UCSD Libraries Educational Services 06/13/11 Why Use Excel? 1. It is the most effective and efficient

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

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

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

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120 Whitman-Hanson Regional High School provides all students with a high- quality education in order to develop reflective, concerned citizens and contributing members of the global community. Course Number

More information