Tutorial 3: Working with Formulas and Functions

Similar documents
Logic, and the IF Function

Excel Tutorial 9: Working with Financial Tools and Functions TRUE/FALSE 1. The fv argument is required in the PMT function.

To complete this workbook, you will need the following file:

Creating a Rolling Income Statement

4. INTERMEDIATE EXCEL

Chapter 6. Evaluating the Financial Impact of Loans and Investments

Exploring Microsoft Office Excel 2007 Comprehensive Grauer Scheeren Mulbery Second Edition

1) Cash Flow Pattern Diagram for Future Value and Present Value of Irregular Cash Flows

Intermediate Excel. Winter Winter 2011 CS130 - Intermediate Excel 1

Intermediate Excel. Combination Cell References A B C D E =A1/$A$ =A$1*$B4+B2 3 =A1+A

Functions, Amortization Tables, and What-If Analysis

Bond Amortization. amortization schedule. the PV, FV, and PMT functions. elements. macros

FM099: Advanced Excel: Spreadsheet Techniques and Financial Applications Financial Controller

Although most Excel users even most advanced business users will have scant occasion

Capital Leases I: Present and Future Value

Financial Functions HNDA 1 st Year Computer Applications. By Nadeeshani Aththanagoda. Bsc,Msc ATI-Section Anuradhapura

Personal Finance Amortization Table. Name: Period:

Loan and Bond Amortization

Financial Functions, Data Tables, and Amortization Schedules. Chapter 4

You should already have a worksheet with the Basic Plus Plan details in it as well as another plan you have chosen from ehealthinsurance.com.

Lab 6. Microsoft Excel

Time Value of Money Menu

Introduction to Basic Excel Functions and Formulae Note: Basic Functions Note: Function Key(s)/Input Description 1. Sum 2. Product

Marketing Budget Excel Template User Guide

Excel Build a Salary Schedule 03/15/2017

COPYRIGHTED MATERIAL. Time Value of Money Toolbox CHAPTER 1 INTRODUCTION CASH FLOWS

Creating formulas that use dates and times can be a little confusing if

Computing interest and composition of functions:

MODULE B Working with Formulas and Functions

Chapter 6. Learning Objectives. Principals Applies in this Chapter. Time Value of Money

FINANCE FOR EVERYONE SPREADSHEETS

7.7 Technology: Amortization Tables and Spreadsheets

January 29. Annuities

Chapter 5. Learning Objectives. Principals Applied in this Chapter. Time Value of Money. Principle 1: Money Has a Time Value.

Chapter 5. Time Value of Money

LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL

The Advanced Budget Project Part D The Budget Report

Worksheet-2 Present Value Math I

If the Basic Salary of an employee is Rs. 20,000 and Allowances are of Rs then What percentage of the Basic Salary are the Allowances?

DISCLAIMER: Copyright: 2014

FINANCIAL DECISION RULES FOR PROJECT EVALUATION SPREADSHEETS

I would owe my relative $1, after 2 years. Since they just turned 2, we have 16 more years. I would have $35, when my child turns 18.

Lecture 10 Financial Functions Excel 2007

Solutions to Problems

Background Information. Instructions. Problem Statement. HOMEWORK INSTRUCTIONS Homework #3 Federal Budget Problem

Chapter Review Problems

Office of Sponsored Research Budget Revision Form Instructions and Field Definitions

Manual Npv Formula Excel 2010 Example

Decision Trees: Booths

Technology Assignment Calculate the Total Annual Cost

IE2140 Engineering Economy Tutorial 3 (Lab 1) Using Excel Financial Functions for Project Evaluation

Section 5.1 Simple and Compound Interest

Foundations of Finance

Foundations of Finance

Decision Trees Using TreePlan

ExcelBasics.pdf. Here is the URL for a very good website about Excel basics including the material covered in this primer.

AVERAGE, IF, COUNT, SUMIFS, COUNTIFS, MAXIFS, MINIFS, AVERAGEIFS, ROWS, LOGICAL EXPRESSIONS

The Time Value of Money

CHAPTER 4 TIME VALUE OF MONEY

Pertmaster - Risk Register Module

What s Normal? Chapter 8. Hitting the Curve. In This Chapter

And you also pay an additional amount which is rent on the use of the money while you have it and the lender doesn t

Copyright 2016 by the UBC Real Estate Division

An application program that can quickly handle calculations. A spreadsheet uses numbers like a word processor uses words.

Copyright 2011 Pearson Education, Inc. Publishing as Addison-Wesley.

Morningstar Office Release Notes December 10, 2010

Vivid Reports 2.0 Budget User Guide

TVM Menu: Time Value of Money Calculations

IRS Corporate Ratios. Sample Report Fax:

DazStat. Introduction. Installation. DazStat is an Excel add-in for Excel 2003 and Excel 2007.

Running head: THE TIME VALUE OF MONEY 1. The Time Value of Money. Ma. Cesarlita G. Josol. MBA - Acquisition. Strayer University

The Process of Modeling

Math of Finance Exponential & Power Functions

Time Value of Money CHAPTER. Will You Be Able to Retire?

Morningstar Direct SM 3.16 Release Aug 2014

Sales Price Scheme - Price by Formula Introduction Benefits Assumptions/Limitations Setup...

Bidding Decision Example

You can use date and time values to stamp documents and to perform date and time

Guide Of Excel 2007 Vlookup Formula Not Result

What's New in TradeStation 9.1: Update 22

Computational Mathematics/Information Technology

Copyright 2015 by the McGraw-Hill Education (Asia). All rights reserved.

Simple Interest. Simple Interest is the money earned (or owed) only on the borrowed. Balance that Interest is Calculated On

Descriptive Statistics

Module 6 - Volatility Lab - 1

How to Create a Spreadsheet With Updating Stock Prices Version 2, August 2014

USER MANUAL BASE MODEL. October Release Version 5

9. Time Value of Money 1: Understanding the Language of Finance

MTH 302,QUIZES BY CH SALMAN RASUL JATTALA

Engineering Economics

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA

Appendix A Financial Calculations

GLOBAL EDITION. Using and Understanding Mathematics. A Quantitative Reasoning Approach SIXTH EDITION. Jeffrey Bennett William Briggs

Our Own Problems and Solutions to Accompany Topic 11

Written by N.Nilgün Çokça. Advance Excel. Part One. Using Excel for Data Analysis

Master User Manual. Last Updated: August, Released concurrently with CDM v.1.0

Microsoft Forecaster. FRx Software Corporation - a Microsoft subsidiary

For Project 11M, you will need the following file: You will save your workbook as 11M_Studio_Loan_Firstname_Lastname

Predefined Strategies

Spreadsheet Directions

Transcription:

Tutorial 3: Working with Formulas and Functions Microsoft Excel 2010

Objectives Copy formulas Build formulas containing relative, absolute, and mixed references Review function syntax Insert a function with the Insert Function dialog box Search for a function Type a function directly in a cell New Perspectives on Microsoft Excel 2010 2

Objectives Use AutoFill to fill in a formula and complete a series Enter the IF logical function Insert the date with the TODAY function Use the PMT financial function to calculate monthly mortgage payments New Perspectives on Microsoft Excel 2010 3

Visual Overview New Perspectives on Microsoft Excel 2010 4

Cell References and Excel Functions New Perspectives on Microsoft Excel 2010 5

Understanding Cell References To record and analyze data Enter data in cells in a worksheet Reference the cells with data in formulas that perform calculations on that data Types of cell references Relative Absolute Mixed New Perspectives on Microsoft Excel 2010 6

Using Relative References Cell reference as it appears in worksheet (B2) Always interpreted in relation (relative) to the location of the cell containing the formula Changes when the formula is copied to another group of cells Allows quick generation of row/column totals without revising formulas New Perspectives on Microsoft Excel 2010 7

Formulas Using a Relative Reference New Perspectives on Microsoft Excel 2010 8

Using Absolute References Cell reference that remains fixed when the formula is copied to a new location Have a $ before each column and row designation ($B$2) Enter values in their own cells; reference the appropriate cells in formulas in the worksheet Reduces amount of data entry When a data valued is changed, all formulas based on that cell are updated to reflect the new value New Perspectives on Microsoft Excel 2010 9

Formulas Using an Absolute Reference New Perspectives on Microsoft Excel 2010 10

Using Mixed References Contain both relative and absolute references Lock one part of the cell reference while the other part can change Have a $ before either the row or column reference ($B2 or B$2) New Perspectives on Microsoft Excel 2010 11

Using a Mixed Reference New Perspectives on Microsoft Excel 2010 12

When to Use Relative, Absolute, and Mixed References Relative references Repeat same formula with cells in different locations Absolute references Different formulas to refer to the same cell Mixed references Seldom used other than when creating tables of calculated values Use F4 key to cycle through different types of references New Perspectives on Microsoft Excel 2010 13

Working with Functions Quick way to calculate summary data Every function follows a set of rules (syntax) that specifies how the function should be written General syntax of all Excel functions Square brackets indicate optional arguments New Perspectives on Microsoft Excel 2010 14

Excel Function Categories New Perspectives on Microsoft Excel 2010 15

Excel Functions New Perspectives on Microsoft Excel 2010 16

Working with Functions Advantage of using cell references: Values used in the function are visible to users and can be easily edited as needed Functions can also be placed inside another function, or nested (must include all parentheses) New Perspectives on Microsoft Excel 2010 17

Choosing the Right Summary Function AVERAGE function To average sample data Susceptible to extremely large or small values MEDIAN function When data includes a few extremely large or extremely small values that have potential to skew results MODE function To calculate the most common value in the data New Perspectives on Microsoft Excel 2010 18

Inserting a Function Three possible methods: Select a function from a function category in the Function Library Open Insert Function dialog box to search for a particular function Type function directly in cells New Perspectives on Microsoft Excel 2010 19

Using the Function Library to Insert a Function When you select a function, the Function Arguments dialog box opens, listing all arguments associated with that function New Perspectives on Microsoft Excel 2010 20

Using the Insert Function Dialog Box Organizes all functions by category Includes a search feature for locating functions that perform particular calculations New Perspectives on Microsoft Excel 2010 21

Typing Functions Directly in Cells Often faster than using Insert Function dialog box As you begin to type a function name within a formula, a list of functions that begin with the letters you typed appears New Perspectives on Microsoft Excel 2010 22

Visual Overview New Perspectives on Microsoft Excel 2010 23

Autofill and More Functions New Perspectives on Microsoft Excel 2010 24

Entering Data and Formulas with AutoFill Use the fill handle to copy a formula and conditional formatting More efficient than two-step process of copying and pasting By default, AutoFill copies both content and formatting of original range to selected range New Perspectives on Microsoft Excel 2010 25

Entering Data and Formulas with AutoFill New Perspectives on Microsoft Excel 2010 26

Entering Data and Formulas with AutoFill Use Auto Fill Options button to specify what is copied New Perspectives on Microsoft Excel 2010 27

Entering Data and Formulas with AutoFill Use AutoFill to create a series of numbers, dates, or text based on a pattern Use Series dialog box for more complex patterns New Perspectives on Microsoft Excel 2010 28

Entering Data and Formulas with AutoFill New Perspectives on Microsoft Excel 2010 29

Entering Data and Formulas with AutoFill New Perspectives on Microsoft Excel 2010 30

Working with Logical Functions Logical functions Build decision-making capability into a formula Work with statements that are either true or false Excel supports many different logical functions, including the IF function New Perspectives on Microsoft Excel 2010 31

Working with Logical Functions Comparison operator Symbol that indicates the relationship between two values New Perspectives on Microsoft Excel 2010 32

Using the IF Function Returns one value if a statement is true and returns a different value if that statement is false IF (logical_test, [value_if_true,] [value_if_false]) New Perspectives on Microsoft Excel 2010 33

Working with Date Functions For scheduling or determining on what days of the week certain dates occur New Perspectives on Microsoft Excel 2010 34

Financial Functions for Loans and Interest Payments New Perspectives on Microsoft Excel 2010 35

Working with Financial Functions Cost of a loan to the borrower is largely based on three factors: Principal: amount of money being loaned Interest: amount added to the principal by the lender Calculated as simple interest or as compound interest Time required to pay back the loan New Perspectives on Microsoft Excel 2010 36

Using Functions to Manage Personal Finances Function FV (future value) PMT (payment) IPMT (interest payment) PPMT (principal payment) PV (present value) NPER (number of periods) Use to determine How much an investment will be worth after a series of monthly payments at some future time How much you have to spend each month to repay a loan or mortgage within a set period of time How much of your monthly loan payment is used to pay the interest How much of your monthly loan payment is used for repaying the principal Largest loan or mortgage you can afford given a set monthly payment How long it will take to pay off a loan with constant monthly payments New Perspectives on Microsoft Excel 2010 37

Using the PMT Function New Perspectives on Microsoft Excel 2010 38

Using the PMT Function New Perspectives on Microsoft Excel 2010 39

Presenting a Budget Plan the budget around a few essential goals Pick out a few important measures that can convey whether the proposed budget will meet your goals Look at your financial history to aid you in creating budget projections When explaining the budget, describe the results in terms of everyday examples New Perspectives on Microsoft Excel 2010 40