Decision Support Risk handout. Simulating Spreadsheet models

Size: px
Start display at page:

Download "Decision Support Risk handout. Simulating Spreadsheet models"

Transcription

1 Decision Support Risk handout Simulating Spreadsheet models 1. Step Open Excel enabling any macros if prompted 1.2. There are four on line help options available. Pull down menu and choose the Help command. How do I answers frequently asked questions Online Manual is an electronic copy (PDF file) of the user s Help is a searchable database of the user s guide, and PDF Help lists various facts about the probability distribution functions available view. 2. Step Build the soft pretzel spreadsheet as shown in Figure 1. Enter the numerical values for each assumption in the B column, and enter the formula (shown in the Cell C12) for Net Contribution in Cell B12. Net Contribution should equal $ when finished. Figure 1: The soft pretzel example 3. Step Model input variables Market Size with a normal distribution: Right click when the cursor is over B5, and click on Define Distributions. A window pops up, Definition for B5, showing a normal Mónica Oliveira, MAD 2008/2009 1

2 distribution (Figure automatically enters the current value in B5 (100,000) as the mean value; in this case, E+05 is entered for μ (the mean). Figure 2: Defining market size (cell B5) as a normal distribution with mean 100,000 and standard deviation 10, Enter for σ (standard deviation), as shown in Figure 2. Do not enter commas when entering numbers for the parameters. You can easily delete the current entry by double clicking in the text box to highlight the number and typing in your number definition window updates the graph of the distribution as you enter the parameter values. The formula appears in the text box above the curve. While the formula remains red and underlined, it models the distribution being displayed in the graph Do not export the formula to cell B5 in the spreadsheet, click Apply Next, we model Market Proportion as a discrete distribution: Bring up Definition window by right clicking when the cursor is over B6, and clicking on Define Distributions Display the list of distributions by clicking on the black triangle to the right of Normal. Slide the scrollbar up and click on Discrete. Mónica Oliveira, MAD 2008/2009 2

3 To enter the first x value, click the cell in the row labelled 1 below X and type in the value Hitting enter moves the cursor into the cell to the right and directly below P. Enter the corresponding probability Hitting enter again places the cursor in the second row in the x column directly below Continue repeating Steps and for successive rows until you have entered the remaining three ordered pairs: (0.19, 0.35), (0.25, 0.35) and (0.28, 0.15) Click Apply, and cell B6 now contains this discrete distribution Enter the distribution for the two remaining inputs variables by following the above steps. Specifically, set up Variable Cost as a Uniform(0.08,0.12) distribution in cell B8, where 0.08 is the minimum and 0.12 is the maximum; and Fixed Cost as a Triang(6500,8000,9000) distribution in B9, where 6500 is the minimum, 8000 is the most likely, and 9000 is the maximum. Be sure to click Apply buttons to insert the distributions into cells B8 and B An alternative to Definition window is to use Excel s function wizard. To do this, first click the f x button on Excel s toolbar, select Distribution function category, then choose the particular distribution (e.g. RiskNormal) as shown in Figure 3. Figure 3: Excel function wizard selection window categories 4. Step Right click when the cursor is over B12, and click on Add Output Notice that RiskOutput() has been added to the formula for Net Contribution in the formula bar (above the columns of the spreadsheet). The word RiskOutput identifies Mónica Oliveira, MAD 2008/2009 3

4 B12 as an output and the parentheses provide a way to name the output cells. Place the cursor between the parentheses in the formula bar, click, and type Net Contribution (including the double will now name the output from this cell Net Contribution. Hit enter. 5. Step Click the Run Simulation button (fourth from the right s toolbar), will simulate the model for 100 iterations. Figure 4 shows Results window. The numbers in your window may be somewhat different because your particular run may have randomly chosen different input values, even though your model has exactly the distributions. Figure 4: Simulation results for the soft pretzel model 6. Step In Results window, highlight Net Contribution under Outputs in the leftmost column, right click, highlight Histogram in the pop up menu, and click on Histogram. The histogram of the Net Contribution appears in a new window, as shown in Figure 5. Notice that the expected Net Contribution ($951) is displayed over the histogram, and summary statistics, such as the standard deviation ($1891), are displayed in the right hand column The two delimiters (gray vertical lines overlaying the graph) are markers that allow you to determine cumulative probabilities. In Figure 5 the leftmost delimiter is at the fifth percentile as shown by the 5% in the scrollbar below the curve. This delimiter is at the x value of as shown below the scrollbar. Therefore, according to the model, there is a 5% probability that the Net Contribution will be less than or equal to $2289. The 90% shown in the scrollbar indicates that there is a 90% probability that the demand will be Mónica Oliveira, MAD 2008/2009 4

5 greater than $2289 but less than $3979. The rightmost delimiter shows that there is a 5% probability that the Net Contribution will be greater than or equal to $3979. Figure 5: Histogram of net contribution showing various summary statistics in the right hand column The two delimiters can be moved to display different cumulative probabilities. Click on a delimiter bar and drag the mouse left or right while holding the mouse button down. The bar moves correspondingly. Note that the smallest increment it will move $1000. Find the probably that Net Contribution will be between 2000 and (Answer: 86%) 6.3. Clicking on the triangles to the left and right of the scrollbar below the graph also moves the bar, but this time by one percentile. Find the x values so that there is a 20% chance that Net Contribution will be below the first x value and a 20% chance that Net Contribution will be above the second x value. (Answer: $913 and $2633) You can also type exact values for either the x value or the percentile into the spreadsheet cells located to the right of the graph. The Left X and Left P refer to the leftmost delimiter and the Right X and Right P refer to the rightmost. If you enter the x reports the p value and vice versa. Diff. X and Diff. P calculate the difference in the x values and p values; these cells cannot be typed in. Enter 25 for Left P and 75 for Right P. The corresponding x values are approximately $475 and $2435. Thus, there is a 50% chance that Net Contribution will be between $476 and $2435. Mónica Oliveira, MAD 2008/2009 5

6 6.5. You now have three different ways to calculate the break even probability: Click on the delimiter bar, click on the scroll bar, or type in zero for Left X value. Find P(Net Contribution 0). (Answer: 40%) 6.6. You have various options for formatting the graph. The buttons highlighted in Figure 5 will reformat the graph to pre specified configurations. For example, to draw the risk profile as a CDF, click on the Redraw graph as ascending cumulative line (fourth button from the right). Alternatively, you can access all the formatting option by right clicking when the cursor is over the graph, and choosing Format Graph. The functions of the tabs of the Graph Format dialog box are explained below The six tab along the top of the graph format dialog box accessed in step 6.7 allow you to make various alterations to the graph: 7. Step The Type tab allows you to view either a density curve or a CDF curve The Scaling tab allows you to change the scale (the units and the max and min) of the x and y axes The Style tab allows you to change the patterns and colours of the graph The Titles tab allows you to label the axis, title the graph, and add a legend The Delimiters tab allows you to remove or modify the delimiters The Variables to Graph allows you to graph multiple output distributions on one graph In results window, click on the Simulation heading, then click on Settings. (Alternatively, in Excel, pull down menu, select Simulation, and click on Settings) Figure 6 shows the Simulation Settings dialog box that appears. Mónica Oliveira, MAD 2008/2009 6

7 Figure 6: Simulation settings dialogue box 7.2. To Change the number of times the model is simulated, click the Iterations tab and type 1000 in the text box for # Iterations To have Excel display different inputs values, click the Sampling tab and chose Monte Carlo under the Standard Recalc heading. Click OK. 8. Step In Results window, the five rightmost buttons insert new windows. The leftmost button of these five inserts a summary statistics window, which we discussed above. Click on the Insert New Detailed Statistics Window. This window provides a complete array of statistics on all the output and input distributions. Scrolling down, you see that you can do such things as define scenarios and filter the s on line help has explanations Click on the Insert New Data Window. This window display the actual sampled input values along with the corresponding calculated Net Contributions Values. 9. Step Return to your spreadsheet and enter the prices 0.40, 0.45, 0.50, 0.55 and 0.60 in cells C15 to C19. These are the five prices we might charge for the soft pretzels Highlight cell B7 and click on the Paste Function button (f x button) in the Excel toolbar In the Paste Function window, scroll down the Function category list (left side) until you see categories. Distribution (Figure 3) Scroll down the Function name list (right side) until you find RiskSimTable, click OK, move the cursor to the spreadsheet, and highlight cells C15 and C19. (Note: Keep the mouse Mónica Oliveira, MAD 2008/2009 7

8 button depressed while highlighting the range of cells so that C15:C19 is placed in the text box.) Click OK. This changes Net Contribution to ($ ) because Price is $ We must now modify the settings so knows to run five simulations. Click the Settings button (fifth button from the right) and select the Iterations tab shown in Figure Change the # Simulations = from 1 to will now run five separate simulation, the first when Price=0.40, the second when Price =0.45 and so on until Price =0.60. Click OK Click the Run Simulation button. 10. Step The means or expected values increase dramatically as the price increases, as shown in Figure 7. For example, the expected Net Contribution equals $3176 when Price = $0.60, which is nearly the maximum Net Contribution of $3566 when Price = $0.40. Figure 7: The simulation output from running five simulations for the five input price levels using RiskSimTable The standard deviations are found by inserting the detailed statistics window. Click on Tab 2 in Result window and click on the Insert New Detailed Statistic Window button (fourth from the right). The fourth row of this window lists the standard deviation of all the input and output variables. The standard deviation increases as the prices increases. Thus, along with the higher expected value there is more uncertainty To calculate the break even probabilities, return to Tab 1. Find the column labelled xl= and double click on the entry in the first row (the row corresponding to Sim #1). Type in 0 and hit enter. The break even probability is displayed in the Mónica Oliveira, MAD 2008/2009 8

9 column immediately to the right, labelled pl=. The break even probability for our simulation run is 77%. Continue highlighting the entries in the xl= column by doubleclicking and entering 0 for the remaining price levels. The break even probabilities will decrease as the price increases To graph all five risk profiles, first graph a single CDF. Click on Tab 3, click on the Net Contribution under Outputs along the left, right click, choose Cumulative, and click on Ascending line. In the Graph Results pop up window, click OK. The resulting curve should be the CDF for Net Contribution (Sim #1) To overlay all five risk profiles, as shown in Figure 8, do the following: Right click when the cursor is over the graph, choose Format Graph, click on the rightmost tab Variables to Graph, highlight all five variables, and click OK. Figure 8 shows that the risk profile for Price=$0.60 dominates all of the others. Figure 8: The five risk profiles for the five price levels showing that higher prices dominate lower price levels 11. Step Close all worksheets so clears the inputs by outputs table. Open a new worksheet Build the soft pretzel model in Figure 9. Mónica Oliveira, MAD 2008/2009 9

10 Figure 9: Spreadsheet that models dependence between prize and market proportion Enter the distributions shown in C5 to C8 for the assumptions in B5 to B Enter the price levels: $.30, $.40, $.50, $.60, $.70 in B12 to B16 and the corresponding Change in the Market Proportion: 10%, 5%, 0%, 5%, 10% in the C12 to C Enter the five forecast formulas in cells B19 to B23. The formula for cell B19 is shown in cell C19. After entering this formula into B19, copy it down to cells B20 to B Collectively, highlight all five of the Net Contribution equations (cells B29:B23), rightclick, and enter Net Contribution for the name of this output range Click the Run Simulation button. Figure 10 shows Results window that pops up when the simulation finishes. Mónica Oliveira, MAD 2008/

11 Figure 10: Summary statistics for the five different prizes (B19 to B23) charged for soft pretzels 12. Step Click on Tab 2 in Results window, highlight Net Contributions $.50 under the Outputs heading, right click, choose Cumulative, and click on Ascending line Right click when the cursor is over the graph, choose Format Graph, click on the rightmost tab Variables to Graph, highlight Net Contribution $.30/B19 and $.40/B20. Clicking OK produces a graph of all three risk profiles showing the dominance of the $.50 price (Figure 11). Mónica Oliveira, MAD 2008/

12 Figure 11: Risk profiles for the $30, $40 and $50 pretzel prices incorporating the dependence between market structure and price 13. Step Click on Tab 3 in results window, right Click the Net Contribution heading 14. Step 14 directly below Outputs, and click on Summary Graph Close all worksheets, so clears the inputs by outputs table, and reopen or build again the worksheet shown in Figure Modify the worksheet to match Figure 13, specifically, insert a new fourth row, and type Market Mean in A4 and =RiskUniform(90000,110000) in B4. Figure 12: Incorporating uncertainty about the mean of the distribution for market Mónica Oliveira, MAD 2008/

13 Enter the distribution shown in the C column for the remaining input variables. In cell B5, be sure to indicate that the mean of the market size is B4; this is, enter =RiskNormal(B4,10000) in B Highlight cell B12, right click, and click Add Output. If desired, name this cell Click Run Simulation. Mónica Oliveira, MAD 2008/

Constructing a decision tree for the research and development decision

Constructing a decision tree for the research and development decision DECISION ANALYSIS MODELS AND APPLICATIONS Precision Tree handout Part 1 Constructing a decision tree for the research and development decision 1. Step 1: 1.1. Start by opening both the Excel and the PrecisionTree

More information

Alternative 1: You can create the chance using the techniques you learned in handout 1.

Alternative 1: You can create the chance using the techniques you learned in handout 1. DECISION ANALYSIS MODELS AND APPLICATIONS Precision Tree handout Part 2 DECISION TREES Open the DT Texaco handout 2 excel file. There is a missing chance node Final Court Decision in the Refuse 3$ Billion

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

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

Chemistry 30 Tips for Creating Graphs using Microsoft Excel

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

More information

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

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

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

Statistics with a Hemacytometer

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

More information

Technology Assignment: Scatter Plots

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

More information

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel.

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel. Candy is Dandy Grading Rubric You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those bags. You

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

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

Getting Started with DADiSP

Getting Started with DADiSP Section 1: Welcome to DADiSP Getting Started with DADiSP This guide is designed to introduce you to the DADiSP environment. It gives you the opportunity to build and manipulate your own sample Worksheets

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

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

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

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

More information

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 Excel Essentials Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 FREQUENTLY USED KEYBOARD SHORTCUTS... 1 FORMATTING CELLS WITH PRESET

More information

Business Process Procedures

Business Process Procedures Business Process Procedures 14.40 MICROSOFT EXCEL TIPS Overview These procedures document some helpful hints and tricks while using Microsoft Excel. Key Points This document will explore the following:

More information

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature There is a custom feature available in Query Viewer that allows files to be created from queries and copied to a user s PC. This feature doesn t have the same size limitations as running a query to HTML

More information

CSSCR Excel Intermediate 4/13/06 GH Page 1 of 23 INTERMEDIATE EXCEL

CSSCR Excel Intermediate 4/13/06 GH Page 1 of 23 INTERMEDIATE EXCEL CSSCR Excel Intermediate 4/13/06 GH Page 1 of 23 INTERMEDIATE EXCEL This document is for those who already know the basics of spreadsheets and have worked with either Excel for Windows or Excel for Macintosh.

More information

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

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

More information

Working with Spreadsheets in Target

Working with Spreadsheets in Target Working with Spreadsheets in Target This How-To Guide walks you through displaying, editing and processing Geosoft database data in the Spreadsheet view. Spreadsheets When you create or open a database,

More information

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data

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

More information

Working with Census Data Excel 2013

Working with Census Data Excel 2013 Working with Census Data Excel 2013 Preparing the File If you see a lot of little green triangles next to the numbers, there is an error or warning that Excel is trying to call to your attention. In my

More information

Basics: How to Calculate Standard Deviation in Excel

Basics: How to Calculate Standard Deviation in Excel Basics: How to Calculate Standard Deviation in Excel In this guide, we are going to look at the basics of calculating the standard deviation of a data set. The calculations will be done step by step, without

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

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions CHAPTER 4 Section 4.2 Binomial Distributions Example 4 (pg. 205) Finding a Binomial Probability Using Technology 1. In Try It Yourself 4, you are asked to find the probability

More information

Introduction to Microsoft Excel

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

More information

Beginner s Guide to Microsoft Excel 2002

Beginner s Guide to Microsoft Excel 2002 Beginner s Guide to Microsoft Excel 2002 Microsoft Excel lets you create spreadsheets, which allow you to make budgets, track inventories, calculate profits, and design charts and graphs. 1. Open Start

More information

Getting Started with Excel

Getting Started with Excel Getting Started with Excel Excel Files The files that Excel stores spreadsheets in are called workbooks. A workbook is made up of individual worksheets. Each sheet is identified by a sheet name which appears

More information

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step.

1. AUTO CORRECT. To auto correct a text in MS Word the text manipulation includes following step. 1. AUTO CORRECT - To auto correct a text in MS Word the text manipulation includes following step. - STEP 1: Click on office button STEP 2:- Select the word option button in the list. STEP 3:- In the word

More information

เพ มภาพตามเน อหาของแต ละบท. Microsoft Excel Benjamas Panyangam and Dr. Dussadee Praserttitipong. Adapted in English by Prakarn Unachak

เพ มภาพตามเน อหาของแต ละบท. Microsoft Excel Benjamas Panyangam and Dr. Dussadee Praserttitipong. Adapted in English by Prakarn Unachak เพ มภาพตามเน อหาของแต ละบท Microsoft Excel 2016 Benjamas Panyangam and Dr. Dussadee Praserttitipong Adapted in English by Prakarn Unachak 204100 IT AND MODERN LIFE 1. Excel Basics 2. Calculation and Formula

More information

Working with Data and Charts

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

More information

HOW TO USE THE EXPORT FEATURE IN LCL

HOW TO USE THE EXPORT FEATURE IN LCL HOW TO USE THE EXPORT FEATURE IN LCL In LCL go to the Go To menu and select Export. Select the items that you would like to have exported to the file. To select them you will click the item in the left

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

Excel Spreadsheets and Graphs

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

More information

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

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

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

More information

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

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

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

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHAPTER 2 TEXT FORMATTING

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHAPTER 2 TEXT FORMATTING CHAPTER 2 TEXT FORMATTING 1. Explain how to create a Bulleted and Numbered List in Star Office Writer? One way to create a list of points or topics in a document is to create a bulleted list. A bullet

More information

Chart Wizard: Step 1 (Chart Types)

Chart Wizard: Step 1 (Chart Types) Chart Wizard: Step 1 (Chart Types) 1. Select the chart type you want to use. You can choose from either the Standard Types tab or the Custom Types tab. Click and hold the button labeled Press and hold

More information

Excel Basics 1. Running Excel When you first run Microsoft Excel you see the following menus and toolbars across the top of your new worksheet

Excel Basics 1. Running Excel When you first run Microsoft Excel you see the following menus and toolbars across the top of your new worksheet Excel Basics 1. Running Excel When you first run Microsoft Excel you see the following menus and toolbars across the top of your new worksheet The Main Menu Bar is located immediately below the Program

More information

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

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

More information

AEMLog Users Guide. Version 1.01

AEMLog Users Guide. Version 1.01 AEMLog Users Guide Version 1.01 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 AEMLOG QUICK REFERENCE...5 THE MAIN GRAPH SCREEN...5 MENU COMMANDS...6 File Menu...6 Graph Menu...7 Analysis Menu...8

More information

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems GCSE CCEA GCSE EXCEL 2010 USER GUIDE Business and Communication Systems For first teaching from September 2017 Contents Page Define the purpose and uses of a spreadsheet... 3 Define a column, row, and

More information

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

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

More information

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

Intermediate Excel Training Course Content

Intermediate Excel Training Course Content Intermediate Excel Training Course Content Lesson Page 1 Absolute Cell Addressing 2 Using Absolute References 2 Naming Cells and Ranges 2 Using the Create Method to Name Cells 3 Data Consolidation 3 Consolidating

More information

Using Tables, Sparklines and Conditional Formatting. Module 5. Adobe Captivate Wednesday, May 11, 2016

Using Tables, Sparklines and Conditional Formatting. Module 5. Adobe Captivate Wednesday, May 11, 2016 Slide 1 - Using Tables, Sparklines and Conditional Formatting Using Tables, Sparklines and Conditional Formatting Module 5 Page 1 of 27 Slide 2 - Lesson Objectives Lesson Objectives Explore the find and

More information

Microsoft Word. Part 2. Hanging Indent

Microsoft Word. Part 2. Hanging Indent Microsoft Word Part 2 Hanging Indent 1 The hanging indent feature indents each line except the first line by the amount specified in the By field in the Paragraph option under the format option, as shown

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

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Introduction This handout briefly outlines most of the basic uses and functions of Excel that we will be using in this course. Although Excel may be used for performing statistical

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

Microsoft Word for Report-Writing (2016 Version)

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

More information

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

Improving Productivity with Parameters

Improving Productivity with Parameters Improving Productivity with Parameters Michael Trull Rocky Brown Thursday, January 25, 2007 Improving Productivity with Parameters Part I The Fundamentals Parameters are variables which define the size

More information

Charting Progress with a Spreadsheet

Charting Progress with a Spreadsheet Charting Progress - 1 Charting Progress with a Spreadsheet We shall use Microsoft Excel to demonstrate how to chart using a spreadsheet. Other spreadsheet programs (e.g., Quattro Pro, Lotus) are similarly

More information

How to Produce a Pareto Chart. Local Infection Control Surveillance help from Health Protection Scotland

How to Produce a Pareto Chart. Local Infection Control Surveillance help from Health Protection Scotland How to Produce a Pareto Chart Local Infection Control Surveillance help from Health Protection Scotland What is a Pareto chart? A Pareto chart is a bar and line chart that displays data in a hierarchical

More information

Metrics Tutorial. Table of Contents. 1. Introduction

Metrics Tutorial. Table of Contents. 1. Introduction Metrics Tutorial Table of Contents 1. Introduction 2. The Set-Up Editor 3. The Project File Manager 4. Data Windows 5. Plot Windows 6. Exporting and Importing Data 7. Linking Metrics and Excel 1. Introduction

More information

7. Apply a Range of Table Features

7. Apply a Range of Table Features Word Processing 5N1358 7. Apply a Range of Table Features Contents Apply a Range of Table Features Including: 1. Creating Tables... 1 2. Resizing... 4 3. Merging Cells... 5 4. Inserting or Deleting columns

More information

for secondary school teachers & administrators

for secondary school teachers & administrators for secondary school teachers & administrators 2b: presenting worksheets effectively Contents Page Workshop 2B: Presenting Worksheets Effectively 1 2.1 The Formatting Toolbar 2.1.1 The Format Cells Dialogue

More information

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

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

More information

BASIC SIMULATION CONCEPTS

BASIC SIMULATION CONCEPTS BASIC SIMULATION CONCEPTS INTRODUCTION Simulation is a technique that involves modeling a situation and performing experiments on that model. A model is a program that imitates a physical or business process

More information

Creating a Mail Merge Document

Creating a Mail Merge Document Creating a Mail Merge Document 1. Set up your Data in an Excel spreadsheet Each column should represent a particular category of information to be included in the Mail Merge. In this example the First

More information

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

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

More information

Review Ch. 15 Spreadsheet and Worksheet Basics. 2010, 2006 South-Western, Cengage Learning

Review Ch. 15 Spreadsheet and Worksheet Basics. 2010, 2006 South-Western, Cengage Learning Review Ch. 15 Spreadsheet and Worksheet Basics 2010, 2006 South-Western, Cengage Learning Excel Worksheet Slide 2 Move Around a Worksheet Use the mouse and scroll bars Use and (or TAB) Use PAGE UP and

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

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

Excel Tips and Tricks

Excel Tips and Tricks Excel Tips and Tricks References Excel Annoyances - Curtis Frye Excel Hacks - O Reilly http://www.exceltip.com (Joseph Rubin) http://exceltips.vitalnews.com/ (Allen Wyatt) Some Excel Basics as well as

More information

Years after US Student to Teacher Ratio

Years after US Student to Teacher Ratio The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. The

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

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

Statistics 528: Minitab Handout 1

Statistics 528: Minitab Handout 1 Statistics 528: Minitab Handout 1 Throughout the STAT 528-530 sequence, you will be asked to perform numerous statistical calculations with the aid of the Minitab software package. This handout will get

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

How to Create a Box Plot in Excel

How to Create a Box Plot in Excel How to Create a Box Plot in Excel Prerequisite knowledge: Box Plot also called a box-and-whisker plot provides a horizontal or vertical graphical representation of a distribution of data where the end

More information

Office Excel. Charts

Office Excel. Charts Office 2007 Excel Charts October 2007 CONTENTS INTRODUCTION... 1 Bold text... 2 CHART TYPES... 3 CHOOSING A CHART... 4 CREATING A COLUMN CHART... 5 FORMATTING A COLUMN CHART... 8 Changing the chart style...

More information

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

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

More information

Stepwise instructions for getting started

Stepwise instructions for getting started Multiparameter Numerical Medium for Seismic Modeling, Planning, Imaging & Interpretation Worldwide Tesseral Geo Modeling Tesseral 2D Tutorial Stepwise instructions for getting started Contents Useful information...1

More information

Intermediate Microsoft Excel

Intermediate Microsoft Excel Intermediate Microsoft Excel Class learning objectives By the end of class, students should be able to perform the following tasks in Microsoft Word: 1. Completing a Series 2. Review of Excel Basics Create

More information

TODAY This gives you today s date IF the cell is formatted as a date.

TODAY This gives you today s date IF the cell is formatted as a date. 33 IF The IF function will do a comparison and give you a result. In this example, the IF function looks at cell H5 to determine if it is less than 150,000. It will write the word Less if H5 is indeed

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

MICROSOFT EXCEL TUTORIAL

MICROSOFT EXCEL TUTORIAL MICROSOFT EXCEL TUTORIAL G E T T I N G S T A R T E D Microsoft Excel is one of the most popular spreadsheet applications that helps you manage data, create visually persuasive charts, and thought-provoking

More information

Candy is Dandy Project (Project #12)

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

More information

1. Make a bar graph in Excel. (1.5 points) Copy the following table into two columns under a blank worksheet in Excel.

1. Make a bar graph in Excel. (1.5 points) Copy the following table into two columns under a blank worksheet in Excel. STAT 243 Lab 3 Rachel Webb 25 points This lab should be done using Microsoft Excel available in all PSU computer labs. A hard copy of your output is to be handed in to during lecture on the due date posted

More information

Creating Interactive Workbooks Using MS Excel Sarah Mabrouk, Framingham State College

Creating Interactive Workbooks Using MS Excel Sarah Mabrouk, Framingham State College Creating Interactive Workbooks Using MS Excel Sarah Mabrouk, Framingham State College Overview: MS Excel provides powerful calculation, statistical, graphing, and general data analysis and organizational

More information

AEMLog users guide V User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA,

AEMLog users guide V User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA, AEMLog users guide V 1.00 User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA, 90250 310-484-2322 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 TRANSFERRING DATA TO AND

More information

6-1 THE STANDARD NORMAL DISTRIBUTION

6-1 THE STANDARD NORMAL DISTRIBUTION 6-1 THE STANDARD NORMAL DISTRIBUTION The major focus of this chapter is the concept of a normal probability distribution, but we begin with a uniform distribution so that we can see the following two very

More information

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes Unit 12 Electronic Spreadsheets - Microsoft Excel Desired Outcomes Student understands Excel workbooks and worksheets Student can navigate in an Excel workbook and worksheet Student can use toolbars and

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

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

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect. Launch the Microsoft Excel Program Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are lettered and rows, and are numbered.

More information

download instant at

download instant at CHAPTER 1 - LAB SESSION INTRODUCTION TO EXCEL INTRODUCTION: This lab session is designed to introduce you to the statistical aspects of Microsoft Excel. During this session you will learn how to enter

More information

Chemistry 1A Graphing Tutorial CSUS Department of Chemistry

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

More information

1) Merge the cells that contain the title and center the title

1) Merge the cells that contain the title and center the title Supplies: You will need a storage location to save your spreadsheet for use in Session 2. You will need the 2 handouts pertaining to Session 1 Instructions: Follow the directions below to create a budget

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

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

Optimax USER S MANUAL v0.6.3

Optimax USER S MANUAL v0.6.3 Optimax USER S MANUAL v0.6.3 1 Introduction Matej Borovinšek January, 2017 This is a description of the Optimax software. The Optimax software allows the user to structure the design process, explore the

More information

Create a workbook using the guidelines, concepts, and skills presented in this chapter. Labs are listed in order of increasing difficulty.

Create a workbook using the guidelines, concepts, and skills presented in this chapter. Labs are listed in order of increasing difficulty. What-If Analysis, Charting, and Working with Large Worksheets EX 209 was entered and copied to cells D9, D10, and D11. The current IF functions in cells D8, D9, D10, and D11 are incorrect. Edit and correct

More information