Working with Formulas and Functions Lesson 5 Part 1 1.

Slides:



Advertisements
Similar presentations
TUTORIAL 1 Getting Started with Excel
Advertisements

Benchmark Series Microsoft Excel 2010 Level 1
Lesson 3 Working with Formulas.
Intermediate Formulas & Functions Instructor: Rachel Baltus.
Review Ch. 15 – Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
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.
Microsoft Office XP Microsoft Excel
MS-Excel XP Lesson 2. Handling Worksheets 1.Bottom of the every workbook you can get worksheets. 2.No of sheets for a book is three. But you can add,
Introduction to Powerschool and Excel Jared Schatz Staff Accountant (509)
Pasewark & Pasewark 1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2007: Introductory.
Excel Using Formulas and Functions Microsoft Office 2010 Fundamentals 1.
Objectives 1.Identify the functions of a spreadsheet 2.Identify how spreadsheets can be used. 3.Explain the difference in columns and rows. 4.Locate specific.
Excel Lesson 4 Entering Worksheet Formulas
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.
1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2010 Introductory Pasewark & Pasewark.
FIRST COURSE Excel Lecture. XP 2 Introducing Excel Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative.
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,
Lesson 4 Cell Reference Formulas. Working with Cell References continued… Relative Cell Reference A relative cell reference means that the cell value.
Excel – Lesson 1 Pasewark & PasewarkMicrosoft Office 2007: Introductory 1 Entering a Formula (continued) Formulas can include more than one operator. The.
Computer Literacy BASICS
Microsoft Office 2007 Excel Presented By: Steph Flatau.
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
Microsoft Excel 2003 Illustrated Complete And Editing Worksheets Building.
Instructions To use this template: –for each slide write the correct answer on the orange bar first –choose which option (A,B,C or D) and make sure you.
1 Lesson 19 Creating Formulas and Charting Data Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Understanding Spreadsheets Cell Data Formulas Operations 1.
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.
 What is a formula in Excel?  A formula is statement written by the user to be calculated. Formulas can be as simple or as complex as the user wants.
Introduction to Spreadsheets Program: Excel. Starting Excel Spreadsheets Spreadsheet –A grid of rows and columns used to make calculations. A spreadsheet’s.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved. What Can I Do with a Spreadsheet.
Intro to Excel - Session 2.11 Tutorial 2 - Session 2.1 Creating a Worksheet.
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.
Microsoft ® Excel 2010 Core Skills Lesson 3 Using Formulas Courseware #: 3243 Microsoft ® Office Excel 2010.
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,
Components of Spreadsheets Computer Applications 1 Obj. 4.01: Understand spreadsheets used in business.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT EXCEL Lesson 4 – Worksheet Formulas.
Using Basic Formulas and Functions Lesson 8A. Formulas tab.
CTS130 Spreadsheet Lesson 6 Working with Math & Trig, Statistical, and Date & Time Functions.
COMPUTER LITERACY NOTES MS-EXCEL. SPREADSHEETS A spreadsheet is a computer equivalent of a paper ledger sheet. Excel allows you to create spreadsheets.
EXCEL Study Guide #2 Spreadsheet Terms  Input Collection of information – the data to be typed into the spreadsheet.  Output Worksheet results.
CSE111 Introduction to Computer Applications
The Basics of Formulas & Functions
Computer Fundamentals
Excel Formulas & Functions.
Microsoft Excel 2003 Illustrated Complete
Creating a Workbook Part 2
Statistical Analysis with Excel
Excel 2013 Formulas & Functions.
Statistical Analysis with Excel
Working with Formulas and Functions
Excel 2013 Formulas & Functions.
EXCEL Study Guide #2.
Microsoft Excel 101.
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 20 Creating Formulas and Charting Data
Excel Lesson 4 Entering Worksheet Formulas
Lesson 3: Working with Formulas and Functions
Understanding Spreadsheets
Using Complex Formulas, Functions, and Tables
Working with Formulas and Functions
Mathematical Formulas and Excel
Presentation transcript:

Working with Formulas and Functions Lesson 5 Part 1 1

Learning Objectives  Build Formulas  Copy Formulas  Use absolute and relative cell references  Edit formulas  Use the SUM and AutoSum functions  Insert Date Functions  Using conditional logic in a formula  Understand basic statistical functions  Work with three-dimensional functions 2

Formulas  A formula instructions the software to perform a calculation  Example: =A1+A2  Formulas begin with the equal sign (=) or in some cases the plus (+)  Formulas using the following operators:  Addition: +  Division: /  Multiplication: *  Subtraction: -  These are also know as arithmetic operators 3

Order of Operations  Calculations are performed according to the Order of Operations 1.Parentheses 2.Exponents 3.Multiplication and division (from left to right) 4.Addition and subtraction (from left to right) 4

Order of Operations continued…  Ex: In the equation =5+2*3, the result is 11 because the multiplication operation is performed first and then added to the number 5.  To change the order of operations, simply place parentheses around the part of the formula to calculated first.  Ex: =(5+2)*3, the results are 21 because you add what is in the parentheses first and then multiply it by 3. 5

Problem  Which operation would be performed first in the following equation?  =(A8+C9)/(H8-L9) 6

Formula Bar The formula bar allows you to key in the formula. You may also key a formula directly into a cell. Formulas are not case specific. They may be keyed in upper or lower case. 7

Building Formulas  When entering a formula can use the point and click method, that is similar to entering a formula manually into a cell, instead of using the formula bar. 8

Using both the equal and plus sign in an equation will give you the same results. 9

Copying Formulas  Copying formulas prevents repeated entry of the same formula.  Most formulas contain relative references (cells that will change) that will automatically adjust to the pasted area.  Hot Keys  Copy: CTRL + C  Paste: CTRL + V 10

Working with Cell References  A cell reference indicates a cell’s location and provides instructions for how cell data is copied or used in calculations. 11

Working with Cell References continued… Relative Cell Reference  A relative cell reference means that the cell value changes “relative” to the cell in which it is copied. Absolute Cell Reference  An absolute cell reference means that the cell value remains constant when copied to another cell or used in a formula.  Ex. $A$3  Toggle Absolute Reference: F4 12

Editing Formulas  A formula can be edited any time after it has been created. You may change it in the formula bar or by double clicking the cell the formula is located and making the changes there.  Hot Key  Edit Mode – F2 13

Exploring Functions  A function is a special formula that does not use arithmetic operators to calculate a result. It is also known as a shortcut formula.  An argument is a value that provides information to an action, event, method, property, function, or procedure. 14

Basic Statistical Functions  Addition Function: = SUM()  Average Function: =AVERAGE()  Maximum Function: =MAX()  Minimum Function: =MIN()  Count Function: =COUNT() 15

AutoSum  AutoSum allows you select a set of cells relative to cell the function is located in to be added.  It resembles the Greek letter sigma and can be found in the editing group on the Home tab.  Hot Key : ALT + = 16

Date Functions  =NOW() returns the current date and time format as date and time to be used in calculations rather than a label (constant).  =TODAY() returns the current date as a date.  We will look at explanation in the Excel help menu to explain how date and time are based upon the computer system’s date and time. 17

Using Logic in Formulas and Creating a Three-Dimensional Formula will be explained in Part II of the PPT. As of now we will focus on these. Let’s begin creating basic formulas and functions. 18