Lecture Excel: Formulas and Functions. Formulas Specifies calculations to be performed Begins with an equal sign (=) Can refer to: –cells by reference.

Slides:



Advertisements
Similar presentations
Benchmark Series Microsoft Excel 2010 Level 1
Advertisements

About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND
FORMULAS & FUNCTIONS EXCEL 2. Excel Input – a collection of informational data typed into the spreadsheet Output – worksheet results Information to be.
FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.
Excel – Study Guide #2.
Maths & Trig, Statistical functions. ABS Returns the absolute value of a number The absolute value of a number is the number without its sign Syntax ◦
Exploring Excel 1. Introduction to Microsoft Excel: What is a Spreadsheet? What else can Excel do? Excel is a spreadsheet program.
Microsoft Office XP Microsoft Excel
Microsoft Office Illustrated Fundamentals Unit H: Using Complex Formulas, Functions, and Tables.
Using Formulas and Functions in Excel
Excel 2010 Formulas and Functions One of Excel's most useful features is that it allows users to create custom formulas to perform calculations on their.
Instructor: Professor Cora Martinez, PhD Department of Civil and Environmental Engineering Florida International University.
Lesson 16: Working with Formulas and Functions. Learning Objectives After studying this lesson, you will be able to:  Create formulas to calculate values,
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
DAY 5: MICROSOFT EXCEL – CHAPTER 2 Aliya Farheen January 27,2015.
IENG 423 Design of Decision Support Systems Modeling with Excel Excel Basics Cell references, Formulas, Functions and Formatting.
Microsoft Excel 2007 © Wiley Publishing All Rights Reserved. The L Line The Express Line to Learning L Line.
Exploring Excel 1. Introduction to Microsoft Excel: What is a Spreadsheet? What else can Excel do? Calculations – Inventory Lists.
INTRODUCTION TO FORMULAS AND FUNCTIONS 1 Nolan Tomboulian Tomboulian.wikispaces.com.
TYPES OF INFORMATION IN EXCEL Types of information can be typed in a cell o text o numbers o formulas o functions Text is also known as labels o Aligns.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
Lesson 4: Working with Formulas and Functions. Learning Objectives After studying this lesson, you will be able to:  Create formulas to calculate values,
PS Algebra I.  when simplifying an expression, this is the procedure you must use: 1) simplify any grouping symbols found within the expression (grouping.
Evaluate Is your answer 33 or 19? You can get 2 different answers depending on which operation you did first. We want everyone to get the same.
CTS130 Spreadsheet Lesson 6 Working with Math & Trig, Statistical, and Date & Time Functions.
EXCEL Study Guide #2 Spreadsheet Terms  Input Collection of information – the data to be typed into the spreadsheet.  Output Worksheet results.
Order of Operations C. N. Colón Algebra I St. Barnabas HS Bronx, NY.
Do Now: Evaluate
Order of Operations.
Simplifying Expressions; Order of Operations
43 Order of Operations  ( ) + - X.
43 Order of Operations  ( ) + - X.
Order of Operations ÷ + - X.
Excel Formulas & Functions.
Please Excuse My Dear Aunt Sally
43 Order of Operations  ( ) + - X.
Please Excuse My Dear Aunt Sally
Excel 2013 Formulas & Functions.
43 Order of Operations  ( ) + - X.
Excel 2013 Formulas & Functions.
43 Order of Operations  ( ) + - X.
8.01 Spreadsheets and Components of Spreadsheets
4.01 Spreadsheet Formulas & Functions
Objective The student will be able to:
Excel Functions.
Excel 2013 Formulas & Functions.
4.01 Spreadsheet Formulas & Functions
Excel Functions.
43 Order of Operations  ( ) + - X.
43 Order of Operations  ( ) + - X.
PEMDAS MATH MADE EASY.
Order of Operations.
Lesson 4: Introduction to Functions
Introduction to Spreadsheets
43 Order of Operations  ( ) + - X.
Lesson 3: Working with Formulas and Functions
Order of Operations PEMDAS.
Objective The student will be able to: use the order of operations to evaluate expressions.
43 Order of Operations  ( ) + - X.
Understanding Spreadsheets
43 Order of Operations  ( ) + - X.
43 Order of Operations  ( ) + - X.
43 Order of Operations  ( ) + - X.
Introduction to Spreadsheet Terminology
43 Order of Operations  ( ) + - X.
43 Order of Operations  ( ) + - X.
Using Formulas.
Mathematical Formulas and Excel
43 Order of Operations  ( ) + - X.
43 Order of Operations  ( ) + - X.
Presentation transcript:

Lecture Excel: Formulas and Functions

Formulas Specifies calculations to be performed Begins with an equal sign (=) Can refer to: –cells by reference (A1) –values (25%, 100, 0.50) Recalculates when values change Example: = A1 + B2 Without the equal sign, it's just a label

Creating Formulas = C9 times D9E9 = 450 Value (calculated results)

Algebraic Order of Operations Parentheses( )(5+3)/24 Exponentiation^5^225 Multiplication*5*210 Division/5/22.5 Addition+5+27 Subtraction-5-23

Order of Operation “Please Excuse My Dear Aunt Sally” Parentheses Exponents Multiply and Divide Add and Subtract = * 3=16 =(10 + 2) * 3=36

Functions Built-in ways to manipulate data to get an answer (sum, average, etc) Give it numbers (or text) and get an answer Values you provide the function are called "arguments" Parentheses enclose the argument list –Cells or other expressions needed for the calculations

Function Syntax Syntax of Excel Function = FUNCTION(argument) Functions can be part of an expression = FUNCTION(arg) * 75%

Ranges and Arguments Some functions take ranges =SUM(A1:A10) =MAX(A1:D50) Some functions take multiple arguments =ROUND(A1,2) (rounds A1 to 2 decimal places)

Function Examples =SUM(D14:D18) =MAX(B6:B13) =AVERAGE(A1:A8) Function NameArgument

Common Functions =SUM(cell range) –Total of all cells listed as arguments =MIN(cell range) –Smallest number within the cell range named =AVERAGE(cell range) –Total of all the cells divided by the total number of cells listed

Function Syntax (cont) Functions can be combined = FUNCTION(arg) + FUNCTION(arg) Functions can be nested = FUNCTION(FUNCTION(arg))

List of Common Functions =AVERAGE( ) =SUM ( ) =MIN ( ) =MAX ( ) =NOW ( ) =TODAY ( ) =COUNT ( ) =COUNTA ( ) =COUNTIF ( ) =COUNTBLANK ( ) =ROUND ( ) =ROUNDUP ( ) =ROUNDDOWN ( )

Shortcut Functions/More Shortcut functions from Sum function drop-down button More Functions by category –Statistical –Math & Trig –Financial –Database –etc

Relative and Absolute Addressing relative address B4 absolute address$B$4 Anchors row or column

Absolute References!!! =B2*$B$8

Quick Way to Switch Type formula in with relative addresses (=B4 * E5) Place cursor at reference you want made absolute Press F4: B4  $B$4  B$4  $B4  B4 Mac users: Apple+t