Lesson 3: Working with Formulas and Functions

Slides:



Advertisements
Similar presentations
(MICROSOFT EXCEL). Is a spreadsheet application designed to take advantage of the windows graphical interface MICROSOFT EXCEL.
Advertisements

Lesson 3 Working with Formulas.
Intermediate Formulas & Functions Instructor: Rachel Baltus.
1 So, what happens here? ABCDE =(A5+B4)*A7 9 =(B2+C1)*B4.
FORMULAS & FUNCTIONS EXCEL 2. Excel Input – a collection of informational data typed into the spreadsheet Output – worksheet results Information to be.
BCIS IB (Test 2) Excel Lessons 4 – 8 Press space bar to Advance Frame.
FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.
 Microsoft Excel is an electronic spreadsheet.  As with a paper spreadsheet, you can use Excel to organize your data into rows and columns and to perform.
Introduction to Excel Formulas, Functions and References.
Microsoft Office XP Microsoft Excel
Pasewark & Pasewark 1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2007: Introductory.
Excel Using Formulas and Functions Microsoft Office 2010 Fundamentals 1.
Copyright 2003, Paradigm Publishing Inc. CHAPTER 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES AutoSum Button Mathematical Operators Mathematical Operators Formula.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT EXCEL Lesson 4 – Worksheet Formulas.
1 Excel Lesson 3 Using Formulas and Functions Microsoft Office 2010 Fundamentals Story / Walls.
Technology Basics Creating Worksheet Formulas. 2 Understand Formulas Equations used to calculate values in cells are called formulas. Formulas consist.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 2 BACKNEXTEND 2-1 LINKS TO OBJECTIVES Mathematical OperatorsMathematical Operators Formula.
Lesson 16: Working with Formulas and Functions. Learning Objectives After studying this lesson, you will be able to:  Create formulas to calculate values,
Computer Literacy BASICS
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
Microsoft Excel 2003 Illustrated Complete And Editing Worksheets Building.
Learning Microsoft Excel Getting Started  There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office.
CHAPTER 13 Creating a Workbook Part 2. Learning Objectives Work with cells and ranges Work with formulas and functions Preview and print a workbook 2.
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.
INTRODUCTION TO FORMULAS AND FUNCTIONS 1 Nolan Tomboulian Tomboulian.wikispaces.com.
Chapter 12 Creating a Worksheet.
Introducing Formulas and Functions. 2 Working with Formulas and Functions Revise in cell  Double-click in the cell Revise in the Formula Bar  Single-click.
Working with Formulas and Functions
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,
  Relative Cell Reference : automatically change when copied  Ex. Write a formula in C6: A6 + B6 = C6  Excel will use the above cell to copy for formattin.
XP 1 ﴀ New Perspectives on Microsoft Office 2003, Premium Edition Excel Tutorial 2 Microsoft Office Excel 2003 Tutorial 2 – Working With Formulas and Functions.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT EXCEL Lesson 4 – Worksheet Formulas.
1 After completing this lesson, you will be able to: Build formulas. Copy formulas. Edit formulas. Use the SUM function and AutoSum. Use the Formula Palette.
Resource Review Excel formula basics Demonstrate how to enter manual formulas Examine some of the available functions and their usage Discuss the.
Working with Formulas and Functions Lesson 5 Part 1 1.
CTS130 Spreadsheet Lesson 6 Working with Math & Trig, Statistical, and Date & Time Functions.
XP Practical OpenOffice.org Chapter 5 1 Creating a Worksheet.
The Basics of Formulas & Functions
Excel Training - Part One
Order of Operations ÷ + - X.
MS-Excel Part 1.
Excel Formulas & Functions.
Microsoft Excel 2003 Illustrated Complete
ITEC 1001 Test 3 Review 11/8/2018.
Creating a Workbook Part 2
Please Excuse My Dear Aunt Sally
Excel 2013 Formulas & Functions.
Microsoft Office Illustrated Introductory, Windows XP Edition
Working with Formulas and Functions
Excel 2013 Formulas & Functions.
8.01 Spreadsheets and Components of Spreadsheets
Microsoft Excel 101.
Excel: Formulas & Functions I Participation Project
Excel 2010 Functions A function is a predefined formula that performs a calculation using specific values in a particular order. Functions save you time.
Excel 2013 Formulas & Functions.
Lesson 1 Notes Chapter 6.
Excel: Formulas & Functions I Participation Project
Introduction to Excel Chapter 1
ICT Spreadsheets Lesson 3: Working with Formulas and Functions
Excel Lesson 4 Entering Worksheet Formulas
Working with Formulas and Functions
Mathematical operators
Using Complex Formulas, Functions, and Tables
Working with Formulas and Functions
Using Formulas.
Mathematical Formulas and Excel
Lessons 1 & 2: A Pancake Recipe
Microsoft Office Illustrated Fundamentals
Presentation transcript:

Lesson 3: Working with Formulas and Functions

Lesson Objectives After studying this lesson, you will be able to: Create formulas to calculate values, utilizing the proper syntax and order of operations Use a variety of methods to create statistical functions to determine the sum, average, maximum, and minimum of a range of numbers Use relative and absolute cell references in formulas and functions Modify and copy formulas and functions Display the formulas contained within cells rather than the resulting value 2

Formulas and Functions Simply a math problem done in Excel Function Prewritten formula that helps simplify complex procedures (for numbers and text) 3

AutoSum Automatically sums a column or row of numbers In this example, cell B11 was active and then the AutoSum command was issued; Excel will propose to add the numbers above the cell 4

Status Bar Functions and Customization Right-click on the status bar to display a context menu Customize what you see on the status bar Notice the functions displayed on the status bar 5

Creating Formulas Start with “ = ” Use cell and range references when possible Arithmetic operators in formulas: Addition: + Subtraction: - Multiplication: * Division: / Exponentiation: ^ Percent: % Grouping: ( ) 6

Cell and Range References Advantages: When references are used, formulas can be copied to other cells Since a reference refers to a cell or a range of cells, the formula results are automatically recalculated when the data is changed in the referenced cell(s) 7

Please Excuse My Dear Aunt Sally Determines the order of operations in formulas: P – Parentheses E – Exponents M – Multiplication D – Division A – Addition S – Subtraction Remember the order: "Please excuse my dear Aunt Sally." 8

Using Cell References in Formulas Relative Cell references update automatically and refer to new cells relative to the new formula cell Absolute Cell references refer to the same cell, regardless of which cell the formula is moved or copied to The examples displayed here show both relative and absolute cell references Absolute cell references are denoted with $ signs. 9

Modifying Formulas Can modify in one of two places: Formula Bar In cell Notice the insertion point in the Formula Bar; the active cell (B6) is being edited Referenced cells are outlined in various colors 10

Copying Formulas Copy and Paste AutoFill OR If you use the fill handle, you can click the AutoFill Options button to choose to copy the information from the source to destination cells 11

Displaying Formulas Choose to display formulas, rather than the resulting values, in cells Use the Show Formulas button to toggle between displaying formulas and values. 12

Formula AutoComplete Jumps into action once you type “ = ” and the beginning letters of a function in a cell You can choose from the functions suggested by Formula AutoComplete 13

The Function Wizard Clicking the Function Wizard button displays the Insert Function dialog box The Insert Function dialog box provides access to all of Excel’s built-in functions Use the Function Arguments dialog box to determine the cell or range of cells to include in the function 14

Lesson 3: Working with Formulas and Functions