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

Similar documents
Working with Algebraic Expressions

Watkins Mill High School. Algebra 2. Math Challenge

QUICK EXCEL TUTORIAL. The Very Basics

Basics: How to Calculate Standard Deviation in Excel

SAMLab Tip Sheet #5 Creating Graphs

EXCEL PRACTICE 5: SIMPLE FORMULAS

Project 2: How Parentheses and the Order of Operations Impose Structure on Expressions

SAMLab Handout #5 Creating Graphs

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

The simplest way to evaluate the expression is simply to start at the left and work your way across, keeping track of the total as you go:

if you have anything on the screen you can clear it by pressing: CLEAR

Section 0.3 The Order of Operations

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Excel Basics Fall 2016

The Order of Operations. Unit 1 Lesson 3

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

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

EXCEL BASICS: MICROSOFT OFFICE 2010

1.8 Intro to Variables, Algebraic Expressions, and Equations

Only to be used for arranged hours. Order of Operations

2.2 Order of Operations

EXCEL BASICS: MICROSOFT OFFICE 2007

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

rrr Cu 'Vt.-1 cal l-c.-<_ {CL/o,_

Status Bar: Right click on the Status Bar to add or remove features.

Microsoft Excel Microsoft Excel

Software Reference Sheet: Inserting and Organizing Data in a Spreadsheet

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

Excel 2010: Basics Learning Guide

Using Microsoft Excel

Solution Guide for Chapter 2

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

Lesson 1: Arithmetic Review

Introduction to Spreadsheets Part 1. The Quick and Easy guide to using Openoffice Calc

Is the statement sufficient? If both x and y are odd, is xy odd? 1) xy 2 < 0. Odds & Evens. Positives & Negatives. Answer: Yes, xy is odd

1 Basic Mathematical Operations

Mini-Lesson 1. Section 1.1: Order of Operations PEMDAS

Activity 1 Creating a simple gradebook

Lesson 1: Arithmetic Review

Entering Data in the Spreadsheet

1-6 Order of Operations

Section 26: Associativity and Order of Operations

TI-84+ GC 3: Order of Operations, Additional Parentheses, Roots and Absolute Value

Teacher Activity: page 1/9 Mathematical Expressions in Microsoft Word

Properties and Definitions

Excel Tool: Calculations with Data Sets

Basic Math in Microsoft Excel

Excel. Spreadsheet functions

Module 7 Highlights. Mastered Reviewed. Sections ,

Intermediate Microsoft Excel

Welcome to Introduction to Microsoft Excel 2010

Put the Graphs for Each Health Plan on the Same Graph

Excel Basics: Working with Spreadsheets

Microsoft Office Excel 2007

Using Formulas and Functions

Excel 2007: Functions and Forumlas Learning Guide

Solving Equations with Inverse Operations

Calculations with Sig Figs

Performing Matrix Operations on the TI-83/84

Introduction to Excel 2007 for ESL students

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

Section 1.1 Definitions and Properties

ADD AND NAME WORKSHEETS

Excel Basics Tips & Techniques

Office 2016 Excel Basics 12 Video/Class Project #24 Excel Basics 12: Formula Types and Formula Elements

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50

SAMLab Tip Sheet #4 Creating a Histogram

FSA Algebra 1 EOC Practice Test Guide

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

Objective- Students will be able to use the Order of Operations to evaluate algebraic expressions. Evaluating Algebraic Expressions

In Google Sheets simple formulas can help you calculate important data. Learn how to create simple formulas in Google Sheets.

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

Chapter 1 Operations With Numbers

Budget Exercise for Intermediate Excel

MA 1128: Lecture 02 1/22/2018

Excel For Algebra. Conversion Notes: Excel 2007 vs Excel 2003

Excel Basic: Create Formulas

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology

hp calculators HP 9s Basic Arithmetic Practice Doing Arithmetic

COUNTING AND CONVERTING

A. Incorrect! To simplify this expression you need to find the product of 7 and 4, not the sum.

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

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

Formulas in Microsoft Excel

EXCEL TUTORIAL.

Creating an ArborCAD filter from Excel.

Creating a Histogram Creating a Histogram

Learning Log Title: CHAPTER 3: ARITHMETIC PROPERTIES. Date: Lesson: Chapter 3: Arithmetic Properties

Working with Questions in MathXL for School

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

Lab1: Use of Word and Excel

COMPUTER TRAINING CENTER

Advanced Microsoft Excel 2010

Introduction to Microsoft Excel

1. Math symbols Operation Symbol Example Order

FSA Algebra 1 EOC Practice Test Guide

Basic tasks in Excel 2013

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA

T H E I N T E R A C T I V E S H E L L

Excel 2010-Part. Two

Transcription:

Translating Mathematical Formulas Into Excel s Language Introduction Microsoft Excel is a very powerful calculator; you can use it to compute a wide variety of mathematical expressions. Before exploring Excel s more advanced capabilities, however, it is necessary to have a good working knowledge of how to make Excel calculate a mathematical expression as you would by hand. Fortunately, translating math formulas into something Excel understands is quite intuitive; Excel uses many familiar symbols and follows the order of operations rules used in mathematics. Entering Formulas in Excel 1 Formulas can be entered into any cell on Excel s spreadsheet. You can enter a formula either by clicking on a cell or by clicking in the formula bar. Whatever you then decide to type will appear both in the cell and the formula bar, however, the cursor will only appear in the area where you clicked. You may find that when modifying your formulas or working with large formulas, typing in the formula bar is easier. To use the formula bar, just click on the cell so that it is highlighted with the black box (outlined in yellow above) and then click in the formula bar. The cursor will then flash in the formula bar. The name of the cell with which you are working appears in the space circled above. You may remember PEMDAS from algebra class, which is an acronym indicating the correct order of operations in mathematics. Parentheses Exponents Multiplication Division Addition Subtraction Excel follows this order and using an expression on the next page, we will see the symbols Excel uses for these operations.

Here is the formula we ll calculate: ( 39) [ 3 ] 13+ = 5 Here are the symbols Excel uses in the PEMDAS order: Parentheses: ( ) Shift + 9 or 0 Exponents: ^ Shift + 6 Multiplication: * Shift + 8 or * on numerical keypad Division: / On keyboard or numerical keypad Addition + Shift + = or + on numerical keypad Subtraction Hyphen or on numerical keypad In order for Excel to know you want it to calculate something you must first type the = character in the cell. Every formula always begins with the = character. Here is what the above formula looks like in Excel: For a step-by-step construction of the Excel input on the left see the very end of this handout. The formula may look a little daunting in the cell, but it really is not as scary as it looks. When typing this formula into the cell, you do NOT have to start typing what s on the left first. To make sure you re typing the formula in correctly, try starting with the expression in the innermost set of parentheses, which in this case is 13+39. Check out the picture below for how you might proceed. Note that the multiple cells are used above only to indicate the progression of building your formula in the formula bar for one particular cell.

Style tip It s a good idea to use only as many parentheses as you need because too many can be confusing. In the example below, the extra parentheses in column B are unnecessary, but you might use the parentheses in column C as it is easier to understand that formula quickly. All three formulas give the same answer. The expression is: 3 =.5 Practice Put these formulas into Excel and see what you get (If you get the right answers you will see a very simple pattern; answers are upside down on the bottom of the last page). 17 15 8 18 17 1 6 7 + ( 1 ) 1 5 100 3 3 0 5 + 6 9 7 3 81 Notes 1 There are many ways to do things in Excel and even these simple operations can be done multiple ways, using Excel s library of functions. Tip Sheet #3 covers some of the many ways to do the same thing in Excel. Remember that taking the square root of a number is the same operation as raising that number to the ½ power.

Step-By-Step Construction of an Excel Formula ( ) 13+ 39 [ ] 3 = 5 1. First we need an = character and then we need to let Excel know in what order we want it to make the calculations. Here s where PEMDAS comes in. We know that we re supposed to calculate the parts in parentheses first so we ll start with what is in the innermost set of parentheses.. The next step is to calculate what is in the next level of parentheses. There are two sets of parentheses at this next level so we ll type them both. We won t worry just yet with how they will be combined. 3. Notice how the parentheses are color-coded in the formula bar. This comes in handy when trying to figure out which parentheses make a pair. Also, since Excel follows PEMDAS, we don t have to put the ^ in parentheses; Excel will square the then multiply it by 3. Okay, on to the next level.

. Note that we had to put the (1/) in because we are going to raise 5 to the ½ power in order to get its square root. Because Excel follows PEMDAS we have to make sure to put parentheses around the ½. If we did not use these parentheses, Excel would raise 5 to the 1 st power and then divide the result by to make 1.5 rather than 5. Also, we could have just combined Steps & 3 above, and as you get better at translating formulas, you ll want to do that to save time. Nevertheless, entering everything strictly in the PEMDAS order can help you avoid errors. On to the final level of parentheses. 5. Now we finished typing in our formula. Again note that we did not have to put parentheses around the 5^(1/) because Excel does the exponent operation before it does the division by 5. Now the only thing left to do is to press ENTER and see what we get.