NOTE: All of the information contained in this file has been collected from the various HELP files found in Excel for each of these functions.

Size: px
Start display at page:

Download "NOTE: All of the information contained in this file has been collected from the various HELP files found in Excel for each of these functions."

Transcription

1 NOTE: All of the information contained in this file has been collected from the various HELP files found in Excel for each of these functions. PV Returns the present value of an investment. The present value is the total amount that a series of future payments is worth now. For example, when you borrow money, the loan amount is the present value to the lender. PV(rate,nper,pmt,fv,type) Rate is the interest rate per period. For example, if you obtain an automobile loan at a 10 percent annual interest rate and make monthly payments, your interest rate per month is 10%/12, or 0.83%. You would enter 10%/12, or 0.83%, or , into the formula as the rate. Nper is the total number of payment periods in an annuity. For example, if you get a four-year car loan and make monthly payments, your loan has 4*12 (or 48) periods. You would enter 48 into the formula for nper. Pmt is the payment made each period and cannot change over the life of the annuity. Typically, pmt includes principal and interest but no other fees or taxes. For example, the monthly payments on a $10,000, four-year car loan at 12 percent are $ You would enter into the formula as the pmt. If pmt is omitted, you must include the fv argument. Fv is the future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (the future value of a loan, for example, is 0). For example, if you want to save $50,000 to pay for a special project in 18 years, then $50,000 is the future value. You could then make a conservative guess at an interest rate and determine how much you must save each month. If fv is omitted, you must include the pmt argument. Type is the number 0 or 1 and indicates when payments are due. Set type equal to If payments are due 0 or omitted At the end of the period 1 At the beginning of the period ACS King s College Page 1

2 Make sure that you are consistent about the units you use for specifying rate and nper. If you make monthly payments on a four-year loan at 12 percent annual interest, use 12%/12 for rate and 4*12 for nper. If you make annual payments on the same loan, use 12% for rate and 4 for nper. The following functions apply to annuities: CUMIPMT CUMPRINC FV FVSCHEDULE IPMT PPMT PV RATE XIRR XNPV PMT An annuity is a series of constant cash payments made over a continuous period. For example, a car loan or a mortgage is an annuity. For more information, see the description for each annuity function. In annuity functions, cash you pay out, such as a deposit to savings, is represented by a negative number; cash you receive, such as a dividend check, is represented by a positive number. For example, a $1,000 deposit to the bank would be represented by the argument if you are the depositor and by the argument 1000 if you are the bank. Example Suppose you're thinking of buying an insurance annuity that pays $500 at the end of every month for the next 20 years. The cost of the annuity is $60,000, and the money paid out will earn 8 percent. You want to determine whether this would be a good investment. Using the PV function, you find that the present value of the annuity is: PV(0.08/12, 12*20, 500,, 0) equals -$59, The result is negative because it represents money that you would pay, an outgoing cash flow. The present value of the annuity ($59,777.15) is less than what you are asked to pay ($60,000). Therefore, you determine this would not be a good investment. NPV Calculates the net present value of an investment by using a discount rate and a series of future payments (negative values) and income (positive values). ACS King s College Page 2

3 NPV(rate,value1,value2,...) Rate is the rate of discount over the length of one period. Value1, value2,... are 1 to 29 arguments representing the payments and income. Value1, value2,... must be equally spaced in time and occur at the end of each period. NPV uses the order of value1, value2,... to interpret the order of cash flows. Be sure to enter your payment and income values in the correct sequence. Arguments that are numbers, empty cells, logical values, or text representations of numbers are counted; arguments that are error values or text that cannot be translated into numbers are ignored. If an argument is an array or reference, only numbers in that array or reference are counted. Empty cells, logical values, text, or error values in the array or reference are ignored. The NPV investment begins one period before the date of the value1 cash flow and ends with the last cash flow in the list. The NPV calculation is based on future cash flows. If your first cash flow occurs at the beginning of the first period, the first value must be added to the NPV result, not included in the values arguments. For more information, see the examples below. NPV is similar to the PV function (present value). The primary difference between PV and NPV is that PV allows cash flows to begin either at the end or at the beginning of the period. Unlike the variable NPV cash flow values, PV cash flows must be constant throughout the investment. For information about annuities and financial functions, see PV. NPV is also related to the IRR function (internal rate of return). IRR is the rate for which NPV equals zero: NPV(IRR(...),...) = 0. Examples Suppose you're considering an investment in which you pay $10,000 one year from today and receive an annual income of $3,000, $4,200, and $6,800 in the three years that follow. Assuming an annual discount rate of 10 percent, the net present value of this investment is: NPV(10%, , 3000, 4200, 6800) equals $1, ACS King s College Page 3

4 In the preceding example, you include the initial $10,000 cost as one of the values, because the payment occurs at the end of the first period. Consider an investment that starts at the beginning of the first period. Suppose you're interested in buying a shoe store. The cost of the business is $40,000, and you expect to receive the following income for the first five years of operation: $8,000, $9,200, $10,000, $12,000, and $14,500. The annual discount rate is 8 percent. This might represent the rate of inflation or the interest rate of a competing investment. If the cost and income figures from the shoe store are entered in B1 through B6 respectively, then net present value of the shoe store investment is given by: NPV(8%, B2:B6)+B1 equals $1, In the preceding example, you don't include the initial $40,000 cost as one of the values, because the payment occurs at the beginning of the first period. Suppose your shoe store's roof collapses during the sixth year and you assume a loss of $9000 for that year. The net present value of the shoe store investment after six years is given by: NPV(8%, B2:B6, -9000)+B1 equals -$3, XNPV Returns the net present value for a schedule of cash flows that is not necessarily periodic. To calculate the net present value for a series of cash flows that is periodic, use the NPV function. If this function is not available, run the Setup program to install the Analysis ToolPak. After you install the Analysis ToolPak, you must enable it by using the Add-Ins command on the Tools menu. XNPV(rate,values,dates) Rate is the discount rate to apply to the cash flows. Values is a series of cash flows that corresponds to a schedule of payments in dates. The first payment is optional and corresponds to a cost or payment that occurs at the beginning of the investment. If the first value is a cost or payment, it must be a negative value. All succeeding payments are discounted based on a 365-day year. The series of values must contain at least one positive value and one negative value. ACS King s College Page 4

5 Dates is a schedule of payment dates that corresponds to the cash flow payments. The first payment date indicates the beginning of the schedule of payments. All other dates must be later than this date, but they may occur in any order. Microsoft Excel stores dates as sequential serial numbers so that it can perform calculations on them. Excel stores January 1, 1900, as serial number 1 if your workbook uses the 1900 date system. If your workbook uses the 1904 date system, Excel stores January 1, 1904, as serial number 0 (January 2, 1904, is serial number 1). For example, in the 1900 date system, Excel stores January 1, 1998, as serial number because it is 35,795 days after January 1, Learn more about how Microsoft Excel stores dates and times. Numbers in dates are truncated to integers. If any argument is nonnumeric, XNPV returns the #VALUE! error value. If any number in dates is not a valid date, XNPV returns the #NUM! error value. If any number in dates precedes the starting date, XNPV returns the #NUM! error value. If values and dates contain a different number of values, XNPV returns the #NUM! error value. Example Consider an investment that requires a $10,000 cash payment on January 1, 1998, and returns: $2,750 on March 1, 1998; $4,250 on October 30, 1998; $3,250 on February 15, 1999; and $2,750 on April 1, Assume that the cash flows are discounted at 9 percent. The net present value is: XNPV(0.09,{-10000,2750,4250,3250,2750}, {35796,35855,36098,36206,36251}) equals , or $2, IRR Returns the internal rate of return for a series of cash flows represented by the numbers in values. These cash flows do not have to be even, as they would be for an annuity. However, the cash flows must occur at regular intervals, such as monthly or annually. The internal rate of return is ACS King s College Page 5

6 the interest rate received for an investment consisting of payments (negative values) and income (positive values) that occur at regular periods. IRR(values,guess) Values is an array or a reference to cells that contain numbers for which you want to calculate the internal rate of return. Values must contain at least one positive value and one negative value to calculate the internal rate of return. IRR uses the order of values to interpret the order of cash flows. Be sure to enter your payment and income values in the sequence you want. If an array or reference argument contains text, logical values, or empty cells, those values are ignored. Guess is a number that you guess is close to the result of IRR. Microsoft Excel uses an iterative technique for calculating IRR. Starting with guess, IRR cycles through the calculation until the result is accurate within percent. If IRR can't find a result that works after 20 tries, the #NUM! error value is returned. In most cases you do not need to provide guess for the IRR calculation. If guess is omitted, it is assumed to be 0.1 (10 percent). If IRR gives the #NUM! error value, or if the result is not close to what you expected, try again with a different value for guess. IRR is closely related to NPV, the net present value function. The rate of return calculated by IRR is the interest rate corresponding to a 0 (zero) net present value. The following formula demonstrates how NPV and IRR are related: NPV(IRR(B1:B6),B1:B6) equals 3.60E-08 [Within the accuracy of the IRR calculation, the value 3.60E-08 is effectively 0 (zero).] Examples Suppose you want to start a restaurant business. You estimate it will cost $70,000 to start the business and expect to net the following income in the first five years: $12,000, $15,000, $18,000, $21,000, and $26,000. B1:B6 contain the following values: $-70,000, $12,000, $15,000, $18,000, $21,000 and $26,000, respectively. ACS King s College Page 6

7 To calculate the investment's internal rate of return after four years: IRR(B1:B5) equals percent To calculate the internal rate of return after five years: IRR(B1:B6) equals 8.66 percent To calculate the internal rate of return after two years, you need to include a guess: IRR(B1:B3,-10%) equals percent MIRR Returns the modified internal rate of return for a series of periodic cash flows. MIRR considers both the cost of the investment and the interest received on reinvestment of cash. MIRR(values,finance_rate,reinvest_rate) Values is an array or a reference to cells that contain numbers. These numbers represent a series of payments (negative values) and income (positive values) occurring at regular periods. Values must contain at least one positive value and one negative value to calculate the modified internal rate of return. Otherwise, MIRR returns the #DIV/0! error value. If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included. Finance_rate is the interest rate you pay on the money used in the cash flows. Reinvest_rate is the interest rate you receive on the cash flows as you reinvest them. MIRR uses the order of values to interpret the order of cash flows. Be sure to enter your payment and income values in the sequence you want and with the correct signs (positive values for cash received, negative values for cash paid). Examples Suppose you're a commercial fisherman just completing your fifth year of operation. Five years ago, you borrowed $120,000 at 10 percent annual interest to purchase a boat. Your catches have yielded $39,000, $30,000, $21,000, $37,000, and $46,000. During these years you reinvested ACS King s College Page 7

8 your profits, earning 12 percent annually. On a worksheet, your loan amount is entered as - $120,000 in B1, and your five annual profits are entered in B2:B6. To calculate the investment's modified rate of return after five years: MIRR(B1:B6, 10%, 12%) equals percent To calculate the modified rate of return after three years: MIRR(B1:B4, 10%, 12%) equals percent To calculate the five-year modified rate of return based on a reinvest_rate of 14 percent MIRR(B1:B6, 10%, 14%) equals percent XIRR Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic. To calculate the internal rate of return for a series of periodic cash flows, use the IRR function. If this function is not available, run the Setup program to install the Analysis ToolPak. After you install the Analysis ToolPak, you must enable it by using the Add-Ins command on the Tools menu. XIRR(values,dates,guess) Values is a series of cash flows that corresponds to a schedule of payments in dates. The first payment is optional and corresponds to a cost or payment that occurs at the beginning of the investment. If the first value is a cost or payment, it must be a negative value. All succeeding payments are discounted based on a 365-day year. The series of values must contain at least one positive and one negative value. Dates is a schedule of payment dates that corresponds to the cash flow payments. The first payment date indicates the beginning of the schedule of payments. All other dates must be later than this date, but they may occur in any order. Guess is a number that you guess is close to the result of XIRR. Microsoft Excel stores dates as sequential serial numbers so that it can perform calculations on them. Excel stores January 1, 1900, as serial number 1 if your workbook uses the 1900 date system. If your workbook uses the 1904 date system, Excel stores ACS King s College Page 8

9 January 1, 1904, as serial number 0 (January 2, 1904, is serial number 1). For example, in the 1900 date system, Excel stores January 1, 1998, as serial number because it is 35,795 days after January 1, Learn more about how Microsoft Excel stores dates and times. Numbers in dates are truncated to integers. XIRR expects at least one positive cash flow and one negative cash flow; otherwise, XIRR returns the #NUM! error value. If any number in dates is not a valid date, XIRR returns the #NUM! error value. If any number in dates precedes the starting date, XIRR returns the #NUM! error value. If values and dates contain a different number of values, XIRR returns the #NUM! error value. In most cases you do not need to provide guess for the XIRR calculation. If omitted, guess is assumed to be 0.1 (10 percent). XIRR is closely related to XNPV, the net present value function. The rate of return calculated by XIRR is the interest rate corresponding to XNPV = 0. Example Excel uses an iterative technique for calculating XIRR. Using a changing rate (starting with guess), XIRR cycles through the calculation until the result is accurate within percent. If XIRR can't find a result that works after 100 tries, the #NUM! error value is returned. Consider an investment that requires a $10,000 cash payment on January 1, 1998, and returns $2,750 on March 1, 1998, $4,250 on October 30, 1998, $3,250 on February 15, 1999, and $2,750 on April 1, The internal rate of return (in the 1900 date system) is: XIRR({-10000,2750,4250,3250,2750}, {"1/1/1998","3/1/1998","10/30/1998","2/15/1999","4/1/1999"},0.1) equals or percent ACS King s College Page 9

PMT. 0 or omitted At the end of the period 1 At the beginning of the period

PMT. 0 or omitted At the end of the period 1 At the beginning of the period PMT Calculates the payment for a loan based on constant payments and a constant interest rate. PMT(rate,nper,pv,fv,type) For a more complete description of the arguments in PMT, see the PV function. Rate

More information

COMPUTER APPLICATIONS IN BANKING & FINANCE. Salih KATIRCIOGLU

COMPUTER APPLICATIONS IN BANKING & FINANCE. Salih KATIRCIOGLU COMPUTER APPLICATIONS IN BANKING & FINANCE Salih KATIRCIOGLU Eastern Mediterranean University Faculty of Business and Economics Department of Banking and Finance Famagusta, Turkish Republic of Northern

More information

Lease Analysis Tools

Lease Analysis Tools Lease Analysis Tools 2009 ELFA Lease Accountants Conference Presenter: Bill Bosco, Pres. wbleasing101@aol.com Leasing 101 914-522-3233 Overview Math of Finance Theory Glossary of terms Common calculations

More information

TVM Functions in EXCEL

TVM Functions in EXCEL TVM Functions in EXCEL Order of Variables = (Rate, Nper, Pmt, Pv, Fv,Type, Guess) Future Value = FV(Rate,Nper,Pmt,PV,Type) Present Value = PV(rate,nper,pmt,fv,type) No. of Periods = NPER(rate, pmt, pv,

More information

Microsoft Excel - XP Intermediate

Microsoft Excel - XP Intermediate Microsoft Excel - XP Intermediate Financial Functions Goal Seeking Variable Tables IF Statements AND & OR Functions Mathematical Operations Between Separate Sheets Mathematical Operations Between Separate

More information

rate nper pmt pv Interest Number of Payment Present Future Rate Periods Amount Value Value 12.00% 1 0 $100.00 $112.00

rate nper pmt pv Interest Number of Payment Present Future Rate Periods Amount Value Value 12.00% 1 0 $100.00 $112.00 In Excel language, if the initial cash flow is an inflow (positive), then the future value must be an outflow (negative). Therefore you must add a negative sign before the FV (and PV) function. The inputs

More information

6: Financial Calculations

6: Financial Calculations : Financial Calculations The Time Value of Money Growth of Money I Growth of Money II The FV Function Amortisation of a Loan Annuity Calculation Comparing Investments Worked examples Other Financial Functions

More information

HO-23: METHODS OF INVESTMENT APPRAISAL

HO-23: METHODS OF INVESTMENT APPRAISAL HO-23: METHODS OF INVESTMENT APPRAISAL After completing this exercise you will be able to: Calculate and compare the different returns on an investment using the ROI, NPV, IRR functions. Investments: Discounting,

More information

Using Basic Financial and Logical Functions

Using Basic Financial and Logical Functions LESSON 8 Using Basic Financial and Logical Functions 8.1 After completing this lesson, you will be able to: Use the PMT function to forecast loan payments. Calculate cumulative interest. Compute investment

More information

Excel Financial Functions

Excel Financial Functions Excel Financial Functions PV() Effect() Nominal() FV() PMT() Payment Amortization Table Payment Array Table NPer() Rate() NPV() IRR() MIRR() Yield() Price() Accrint() Future Value How much will your money

More information

Calculating Loan Payments

Calculating Loan Payments IN THIS CHAPTER Calculating Loan Payments...............1 Calculating Principal Payments...........4 Working with Future Value...............7 Using the Present Value Function..........9 Calculating Interest

More information

Basic Financial Calculations

Basic Financial Calculations I Corporate Finance Models Basic Financial Calculations. Overview This chapter aims to give you some finance basics and their Excel implementation. If you have had a good introductory course in finance,

More information

9-17a Tutorial 9 Practice Review Assignment

9-17a Tutorial 9 Practice Review Assignment 9-17a Tutorial 9 Practice Review Assignment Data File needed for the Review Assignments: Restaurant.xlsx Sylvia has some new figures for the business plan for Jerel's. She has received slightly better

More information

2014 Securexam Guide Tips

2014 Securexam Guide Tips 2014 Securexam Guide Tips For candidates planning to write the UFE or regional evaluations Chartered Professional Accountants of Canada, CPA Canada, CPA are trademarks and/or certification marks of the

More information

SOME EXCEL FORMULAS AND FUNCTIONS

SOME EXCEL FORMULAS AND FUNCTIONS SOME EXCEL FORMULAS AND FUNCTIONS About calculation operators Operators specify the type of calculation that you want to perform on the elements of a formula. Microsoft Excel includes four different types

More information

Part 610 Natural Resource Economics Handbook

Part 610 Natural Resource Economics Handbook Part 610 Natural Resource Economics Handbook 610.20 Introduction Subpart C Discounted Cash Flow Analysis A. Benefits and costs of conservation practices do not necessarily occur at the same time. Certain

More information

How To Use Excel To Compute Compound Interest

How To Use Excel To Compute Compound Interest Excel has several built in functions for working with compound interest and annuities. To use these functions, we ll start with a standard Excel worksheet. This worksheet contains the variables used throughout

More information

Numbers 101: Cost and Value Over Time

Numbers 101: Cost and Value Over Time The Anderson School at UCLA POL 2000-09 Numbers 101: Cost and Value Over Time Copyright 2000 by Richard P. Rumelt. We use the tool called discounting to compare money amounts received or paid at different

More information

2015 SECUREXAM TIPS GUIDE

2015 SECUREXAM TIPS GUIDE 2015 SECUREXAM TIPS GUIDE Chartered Professional Accountants of Canada, CPA Canada, CPA are trademarks and/or certification marks of the Chartered Professional Accountants of Canada. 2015, Chartered Professional

More information

Commonly Used Excel Formulas

Commonly Used Excel Formulas Microsoft Excel 2007 Advanced Formulas Windows XP Look Up Values in a List of Data: Commonly Used Excel Formulas Let's say you want to look up an employee's phone extension by using their badge number

More information

Module 8: Developing the Business Case

Module 8: Developing the Business Case Module 8: Developing the Business Case Module 8 develops a practical knowledge of financial analysis of proposed energy management measures, and the concepts and language that the energy manager needs

More information

CHAPTER 4. The Time Value of Money. Chapter Synopsis

CHAPTER 4. The Time Value of Money. Chapter Synopsis CHAPTER 4 The Time Value of Money Chapter Synopsis Many financial problems require the valuation of cash flows occurring at different times. However, money received in the future is worth less than money

More information

Bank: The bank's deposit pays 8 % per year with annual compounding. Bond: The price of the bond is $75. You will receive $100 five years later.

Bank: The bank's deposit pays 8 % per year with annual compounding. Bond: The price of the bond is $75. You will receive $100 five years later. ü 4.4 lternative Discounted Cash Flow Decision Rules ü Three Decision Rules (1) Net Present Value (2) Future Value (3) Internal Rate of Return, IRR ü (3) Internal Rate of Return, IRR Internal Rate of Return

More information

Problem Set: Annuities and Perpetuities (Solutions Below)

Problem Set: Annuities and Perpetuities (Solutions Below) Problem Set: Annuities and Perpetuities (Solutions Below) 1. If you plan to save $300 annually for 10 years and the discount rate is 15%, what is the future value? 2. If you want to buy a boat in 6 years

More information

Basic financial arithmetic

Basic financial arithmetic 2 Basic financial arithmetic Simple interest Compound interest Nominal and effective rates Continuous discounting Conversions and comparisons Exercise Summary File: MFME2_02.xls 13 This chapter deals

More information

How To Calculate Net Present Value In Excel 113

How To Calculate Net Present Value In Excel 113 11. Introduction to Discounted Cash Flow Analysis and Financial Functions in Excel John Herbohn and Steve Harrison The financial and economic analysis of investment projects is typically carried out using

More information

Chapter 8. 48 Financial Planning Handbook PDP

Chapter 8. 48 Financial Planning Handbook PDP Chapter 8 48 Financial Planning Handbook PDP The Financial Planner's Toolkit As a financial planner, you will be doing a lot of mathematical calculations for your clients. Doing these calculations for

More information

PV Tutorial Using Excel

PV Tutorial Using Excel EYK 15-3 PV Tutorial Using Excel TABLE OF CONTENTS Introduction Exercise 1: Exercise 2: Exercise 3: Exercise 4: Exercise 5: Exercise 6: Exercise 7: Exercise 8: Exercise 9: Exercise 10: Exercise 11: Exercise

More information

1. If you wish to accumulate $140,000 in 13 years, how much must you deposit today in an account that pays an annual interest rate of 14%?

1. If you wish to accumulate $140,000 in 13 years, how much must you deposit today in an account that pays an annual interest rate of 14%? Chapter 2 - Sample Problems 1. If you wish to accumulate $140,000 in 13 years, how much must you deposit today in an account that pays an annual interest rate of 14%? 2. What will $247,000 grow to be in

More information

UNDERSTANDING HEALTHCARE FINANCIAL MANAGEMENT, 5ed. Time Value Analysis

UNDERSTANDING HEALTHCARE FINANCIAL MANAGEMENT, 5ed. Time Value Analysis This is a sample of the instructor resources for Understanding Healthcare Financial Management, Fifth Edition, by Louis Gapenski. This sample contains the chapter models, end-of-chapter problems, and end-of-chapter

More information

Dick Schwanke Finite Math 111 Harford Community College Fall 2015

Dick Schwanke Finite Math 111 Harford Community College Fall 2015 Using Technology to Assist in Financial Calculations Calculators: TI-83 and HP-12C Software: Microsoft Excel 2007/2010 Session #4 of Finite Mathematics 1 TI-83 / 84 Graphing Calculator Section 5.5 of textbook

More information

Dick Schwanke Finite Math 111 Harford Community College Fall 2013

Dick Schwanke Finite Math 111 Harford Community College Fall 2013 Annuities and Amortization Finite Mathematics 111 Dick Schwanke Session #3 1 In the Previous Two Sessions Calculating Simple Interest Finding the Amount Owed Computing Discounted Loans Quick Review of

More information

Appendix C- 1. Time Value of Money. Appendix C- 2. Financial Accounting, Fifth Edition

Appendix C- 1. Time Value of Money. Appendix C- 2. Financial Accounting, Fifth Edition C- 1 Time Value of Money C- 2 Financial Accounting, Fifth Edition Study Objectives 1. Distinguish between simple and compound interest. 2. Solve for future value of a single amount. 3. Solve for future

More information

Chapter 6 Contents. Principles Used in Chapter 6 Principle 1: Money Has a Time Value.

Chapter 6 Contents. Principles Used in Chapter 6 Principle 1: Money Has a Time Value. Chapter 6 The Time Value of Money: Annuities and Other Topics Chapter 6 Contents Learning Objectives 1. Distinguish between an ordinary annuity and an annuity due, and calculate present and future values

More information

Prepared by: Dalia A. Marafi Version 2.0

Prepared by: Dalia A. Marafi Version 2.0 Kuwait University College of Business Administration Department of Finance and Financial Institutions Using )Casio FC-200V( for Fundamentals of Financial Management (220) Prepared by: Dalia A. Marafi Version

More information

NPV calculation. Academic Resource Center

NPV calculation. Academic Resource Center NPV calculation Academic Resource Center 1 NPV calculation PV calculation a. Constant Annuity b. Growth Annuity c. Constant Perpetuity d. Growth Perpetuity NPV calculation a. Cash flow happens at year

More information

2 The Mathematics. of Finance. Copyright Cengage Learning. All rights reserved.

2 The Mathematics. of Finance. Copyright Cengage Learning. All rights reserved. 2 The Mathematics of Finance Copyright Cengage Learning. All rights reserved. 2.3 Annuities, Loans, and Bonds Copyright Cengage Learning. All rights reserved. Annuities, Loans, and Bonds A typical defined-contribution

More information

You just paid $350,000 for a policy that will pay you and your heirs $12,000 a year forever. What rate of return are you earning on this policy?

You just paid $350,000 for a policy that will pay you and your heirs $12,000 a year forever. What rate of return are you earning on this policy? 1 You estimate that you will have $24,500 in student loans by the time you graduate. The interest rate is 6.5%. If you want to have this debt paid in full within five years, how much must you pay each

More information

Compounding Quarterly, Monthly, and Daily

Compounding Quarterly, Monthly, and Daily 126 Compounding Quarterly, Monthly, and Daily So far, you have been compounding interest annually, which means the interest is added once per year. However, you will want to add the interest quarterly,

More information

MBA Quantitative Methods PC-Exercises Introductory Examples

MBA Quantitative Methods PC-Exercises Introductory Examples MBA Quantitative Methods PC-Exercises Introductory Examples intro.xls intro_with_output.xls intro.doc For all Examples you need the file intro.xls. The file intro_with_output.xls is the file with the results

More information

Chapter F: Finance. Section F.1-F.4

Chapter F: Finance. Section F.1-F.4 Chapter F: Finance Section F.1-F.4 F.1 Simple Interest Suppose a sum of money P, called the principal or present value, is invested for t years at an annual simple interest rate of r, where r is given

More information

CHAPTER 9 Time Value Analysis

CHAPTER 9 Time Value Analysis Copyright 2008 by the Foundation of the American College of Healthcare Executives 6/11/07 Version 9-1 CHAPTER 9 Time Value Analysis Future and present values Lump sums Annuities Uneven cash flow streams

More information

Excel 2010 Formulas & Functions

Excel 2010 Formulas & Functions Excel is the world s premier spreadsheet software. You can use Excel to analyze numbers, keep track of data, and graphically represent your information. With Excel 2010, you can manage more data than ever,

More information

Chapter 6. Discounted Cash Flow Valuation. Key Concepts and Skills. Multiple Cash Flows Future Value Example 6.1. Answer 6.1

Chapter 6. Discounted Cash Flow Valuation. Key Concepts and Skills. Multiple Cash Flows Future Value Example 6.1. Answer 6.1 Chapter 6 Key Concepts and Skills Be able to compute: the future value of multiple cash flows the present value of multiple cash flows the future and present value of annuities Discounted Cash Flow Valuation

More information

Chapter 1: The time value of money *

Chapter 1: The time value of money * Chapter 1: The time value of money * minor bug fix: September 9, 2003 Chapter contents Overview... 2 1.1. Future value... 3 1.2. Present value... 18 1.3. Net present value... 26 1.4. The internal rate

More information

CHAPTER 30, DATA TABLES *

CHAPTER 30, DATA TABLES * CHAPTER 0, DATA TABLES * slight bug fix: July, 00 Chapter contents Overview... 0.. A simple example... 0.. Summary: How to do a one-dimensional data table... 0.. Some notes on data tables... 0.. Two dimensional

More information

Discounted Cash Flow Valuation

Discounted Cash Flow Valuation 6 Formulas Discounted Cash Flow Valuation McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter Outline Future and Present Values of Multiple Cash Flows Valuing

More information

How To Calculate The Value Of A Project

How To Calculate The Value Of A Project Chapter 02 How to Calculate Present Values Multiple Choice Questions 1. The present value of $100 expected in two years from today at a discount rate of 6% is: A. $116.64 B. $108.00 C. $100.00 D. $89.00

More information

Understanding Types of Returns & Time Value of Money Using Excel. July 2012

Understanding Types of Returns & Time Value of Money Using Excel. July 2012 Understanding Types of Returns & Time Value of Money Using Excel July 2012 Annualized Returns Annualized Return It is a method of arriving at a comparable one-year return (annual return) for investments

More information

Key Concepts and Skills. Multiple Cash Flows Future Value Example 6.1. Chapter Outline. Multiple Cash Flows Example 2 Continued

Key Concepts and Skills. Multiple Cash Flows Future Value Example 6.1. Chapter Outline. Multiple Cash Flows Example 2 Continued 6 Calculators Discounted Cash Flow Valuation Key Concepts and Skills Be able to compute the future value of multiple cash flows Be able to compute the present value of multiple cash flows Be able to compute

More information

CIS300 - Study Guide for Test 3

CIS300 - Study Guide for Test 3 Coverage Management Information Systems Chapter 7: Databases and Data Warehouses (concepts only) Succeeding in Business with Microsoft Excel 2010 slides Chapter 7: Organizing Data for Effective Analysis

More information

TIME VALUE OF MONEY. Return of vs. Return on Investment: We EXPECT to get more than we invest!

TIME VALUE OF MONEY. Return of vs. Return on Investment: We EXPECT to get more than we invest! TIME VALUE OF MONEY Return of vs. Return on Investment: We EXPECT to get more than we invest! Invest $1,000 it becomes $1,050 $1,000 return of $50 return on Factors to consider when assessing Return on

More information

JF MSISS. Excel 2010. Tutorial 4

JF MSISS. Excel 2010. Tutorial 4 JF MSISS Excel 2010 Tutorial 4 In this session you will learn how to: Using functions The IF statement Calculating net present values. 1. Building a Spreadsheet Model The standard mortgage is the annuity

More information

The Time Value of Money

The Time Value of Money CHAPTER 7 The Time Value of Money After studying this chapter, you should be able to: 1. Explain the concept of the time value of money. 2. Calculate the present value and future value of a stream of cash

More information

EXCEL FUNCTIONS MOST COMMON

EXCEL FUNCTIONS MOST COMMON EXCEL FUNCTIONS MOST COMMON This is a list of the most common Functions in Excel with a description. To see the syntax and a more in depth description, the function is a link to the Microsoft Excel site.

More information

PowerPoint. to accompany. Chapter 5. Interest Rates

PowerPoint. to accompany. Chapter 5. Interest Rates PowerPoint to accompany Chapter 5 Interest Rates 5.1 Interest Rate Quotes and Adjustments To understand interest rates, it s important to think of interest rates as a price the price of using money. When

More information

CALCULATOR TUTORIAL. Because most students that use Understanding Healthcare Financial Management will be conducting time

CALCULATOR TUTORIAL. Because most students that use Understanding Healthcare Financial Management will be conducting time CALCULATOR TUTORIAL INTRODUCTION Because most students that use Understanding Healthcare Financial Management will be conducting time value analyses on spreadsheets, most of the text discussion focuses

More information

Chapter 6. Learning Objectives Principles Used in This Chapter 1. Annuities 2. Perpetuities 3. Complex Cash Flow Streams

Chapter 6. Learning Objectives Principles Used in This Chapter 1. Annuities 2. Perpetuities 3. Complex Cash Flow Streams Chapter 6 Learning Objectives Principles Used in This Chapter 1. Annuities 2. Perpetuities 3. Complex Cash Flow Streams 1. Distinguish between an ordinary annuity and an annuity due, and calculate present

More information

DISCOUNTED CASH FLOW VALUATION and MULTIPLE CASH FLOWS

DISCOUNTED CASH FLOW VALUATION and MULTIPLE CASH FLOWS Chapter 5 DISCOUNTED CASH FLOW VALUATION and MULTIPLE CASH FLOWS The basic PV and FV techniques can be extended to handle any number of cash flows. PV with multiple cash flows: Suppose you need $500 one

More information

How To Analyze Data In Excel 2003 With A Powerpoint 3.5

How To Analyze Data In Excel 2003 With A Powerpoint 3.5 Microsoft Excel 2003 Data Analysis Larry F. Vint, Ph.D lvint@niu.edu 815-753-8053 Technical Advisory Group Customer Support Services Northern Illinois University 120 Swen Parson Hall DeKalb, IL 60115 Copyright

More information

REVIEW MATERIALS FOR REAL ESTATE ANALYSIS

REVIEW MATERIALS FOR REAL ESTATE ANALYSIS REVIEW MATERIALS FOR REAL ESTATE ANALYSIS 1997, Roy T. Black REAE 5311, Fall 2005 University of Texas at Arlington J. Andrew Hansz, Ph.D., CFA CONTENTS ITEM ANNUAL COMPOUND INTEREST TABLES AT 10% MATERIALS

More information

The Time Value of Money

The Time Value of Money The Time Value of Money Future Value - Amount to which an investment will grow after earning interest. Compound Interest - Interest earned on interest. Simple Interest - Interest earned only on the original

More information

Midterm 1 Practice Problems

Midterm 1 Practice Problems Midterm 1 Practice Problems 1. Calculate the present value of each cashflow using a discount rate of 7%. Which do you most prefer most? Show and explain all supporting calculations! Cashflow A: receive

More information

Appendix. Time Value of Money. Financial Accounting, IFRS Edition Weygandt Kimmel Kieso. Appendix C- 1

Appendix. Time Value of Money. Financial Accounting, IFRS Edition Weygandt Kimmel Kieso. Appendix C- 1 C Time Value of Money C- 1 Financial Accounting, IFRS Edition Weygandt Kimmel Kieso C- 2 Study Objectives 1. Distinguish between simple and compound interest. 2. Solve for future value of a single amount.

More information

Continue this process until you have cleared the stored memory positions that you wish to clear individually and keep those that you do not.

Continue this process until you have cleared the stored memory positions that you wish to clear individually and keep those that you do not. Texas Instruments (TI) BA II PLUS Professional The TI BA II PLUS Professional functions similarly to the TI BA II PLUS model. Any exceptions are noted here. The TI BA II PLUS Professional can perform two

More information

Excel s Business Tools: What-If Analysis

Excel s Business Tools: What-If Analysis Excel s Business Tools: Introduction is an important aspect of planning and managing any business. Understanding the implications of changes in the factors that influence your business is crucial when

More information

Problems on Time value of money January 22, 2015

Problems on Time value of money January 22, 2015 Investment Planning Problems on Time value of money January 22, 2015 Vandana Srivastava SENSEX closing value on Tuesday: closing value on Wednesday: opening value on Thursday: Top news of any financial

More information

Discounted Cash Flow Valuation

Discounted Cash Flow Valuation Discounted Cash Flow Valuation Chapter 5 Key Concepts and Skills Be able to compute the future value of multiple cash flows Be able to compute the present value of multiple cash flows Be able to compute

More information

Index Numbers ja Consumer Price Index

Index Numbers ja Consumer Price Index 1 Excel and Mathematics of Finance Index Numbers ja Consumer Price Index The consumer Price index measures differences in the price of goods and services and calculates a change for a fixed basket of goods

More information

Investments. 1.1 Future value and present value. What you must be able to explain:

Investments. 1.1 Future value and present value. What you must be able to explain: Investments What you must be able to explain: Future value Present value Annual effective interest rate Net present value (NPV ) and opportunity cost of capital Internal rate of return (IRR) Payback rule

More information

MAT116 Project 2 Chapters 8 & 9

MAT116 Project 2 Chapters 8 & 9 MAT116 Project 2 Chapters 8 & 9 1 8-1: The Project In Project 1 we made a loan workout decision based only on data from three banks that had merged into one. We did not consider issues like: What was the

More information

MATHEMATICS OF FINANCE AND INVESTMENT

MATHEMATICS OF FINANCE AND INVESTMENT MATHEMATICS OF FINANCE AND INVESTMENT G. I. FALIN Department of Probability Theory Faculty of Mechanics & Mathematics Moscow State Lomonosov University Moscow 119992 g.falin@mail.ru 2 G.I.Falin. Mathematics

More information

This is Time Value of Money: Multiple Flows, chapter 7 from the book Finance for Managers (index.html) (v. 0.1).

This is Time Value of Money: Multiple Flows, chapter 7 from the book Finance for Managers (index.html) (v. 0.1). This is Time Value of Money: Multiple Flows, chapter 7 from the book Finance for Managers (index.html) (v. 0.1). This book is licensed under a Creative Commons by-nc-sa 3.0 (http://creativecommons.org/licenses/by-nc-sa/

More information

Corporate Finance Fundamentals [FN1]

Corporate Finance Fundamentals [FN1] Page 1 of 32 Foundation review Introduction Throughout FN1, you encounter important techniques and concepts that you learned in previous courses in the CGA program of professional studies. The purpose

More information

Mathematics. Rosella Castellano. Rome, University of Tor Vergata

Mathematics. Rosella Castellano. Rome, University of Tor Vergata and Loans Mathematics Rome, University of Tor Vergata and Loans Future Value for Simple Interest Present Value for Simple Interest You deposit E. 1,000, called the principal or present value, into a savings

More information

Returns. FV(rate,nper,pmt,pv,type) the future value of an annuity based on periodic, fixed payments and a fixed interest rate.

Returns. FV(rate,nper,pmt,pv,type) the future value of an annuity based on periodic, fixed payments and a fixed interest rate. EXCEL 2007 MACROS FOR FINANCIAL CALCULATIONS Cosma Emil Ovidius University Constanta, Faculty of Economics Sciences, Telephone 0721/279981, E-mail: ecosma@univ-ovidius.ro The performing of the financial

More information

BUDGETING, FORECASTING AND COST MANAGEMENT USING EXCEL

BUDGETING, FORECASTING AND COST MANAGEMENT USING EXCEL PC BASED EVENT BUDGETING, FORECASTING AND COST MANAGEMENT USING EXCEL 10-11 April 2014 at Hotel Cardoso, Maputo, Mozambique This pc-based workshop will significantly enhance the skills and knowledge of

More information

Present Value and Annuities. Chapter 3 Cont d

Present Value and Annuities. Chapter 3 Cont d Present Value and Annuities Chapter 3 Cont d Present Value Helps us answer the question: What s the value in today s dollars of a sum of money to be received in the future? It lets us strip away the effects

More information

FIN 5413: Chapter 03 - Mortgage Loan Foundations: The Time Value of Money Page 1

FIN 5413: Chapter 03 - Mortgage Loan Foundations: The Time Value of Money Page 1 FIN 5413: Chapter 03 - Mortgage Loan Foundations: The Time Value of Money Page 1 Solutions to Problems - Chapter 3 Mortgage Loan Foundations: The Time Value of Money Problem 3-1 a) Future Value = FV(n,i,PV,PMT)

More information

FIN 3000. Chapter 6. Annuities. Liuren Wu

FIN 3000. Chapter 6. Annuities. Liuren Wu FIN 3000 Chapter 6 Annuities Liuren Wu Overview 1. Annuities 2. Perpetuities 3. Complex Cash Flow Streams Learning objectives 1. Distinguish between an ordinary annuity and an annuity due, and calculate

More information

Module 5: Interest concepts of future and present value

Module 5: Interest concepts of future and present value file:///f /Courses/2010-11/CGA/FA2/06course/m05intro.htm Module 5: Interest concepts of future and present value Overview In this module, you learn about the fundamental concepts of interest and present

More information

Statistical Models for Forecasting and Planning

Statistical Models for Forecasting and Planning Part 5 Statistical Models for Forecasting and Planning Chapter 16 Financial Calculations: Interest, Annuities and NPV chapter 16 Financial Calculations: Interest, Annuities and NPV Outcomes Financial information

More information

Module 5: Interest concepts of future and present value

Module 5: Interest concepts of future and present value Page 1 of 23 Module 5: Interest concepts of future and present value Overview In this module, you learn about the fundamental concepts of interest and present and future values, as well as ordinary annuities

More information

Lesson 1. Key Financial Concepts INTRODUCTION

Lesson 1. Key Financial Concepts INTRODUCTION Key Financial Concepts INTRODUCTION Welcome to Financial Management! One of the most important components of every business operation is financial decision making. Business decisions at all levels have

More information

Capital Budgeting OVERVIEW

Capital Budgeting OVERVIEW WSG12 7/7/03 4:25 PM Page 191 12 Capital Budgeting OVERVIEW This chapter concentrates on the long-term, strategic considerations and focuses primarily on the firm s investment opportunities. The discussions

More information

Foundation review. Introduction. Learning objectives

Foundation review. Introduction. Learning objectives Foundation review: Introduction Foundation review Introduction Throughout FN1, you will be expected to apply techniques and concepts that you learned in prerequisite courses. The purpose of this foundation

More information

International Financial Strategies Time Value of Money

International Financial Strategies Time Value of Money International Financial Strategies 1 Future Value and Compounding Future value = cash value of the investment at some point in the future Investing for single period: FV. Future Value PV. Present Value

More information

A brief introduction of PMT, IPMT and PPMT Excel functions

A brief introduction of PMT, IPMT and PPMT Excel functions A brief introduction of PMT, IPMT and PPMT Excel functions MS Excel PMT Function(WS, VBA) In Excel, the PMT function returns the payment amount for a loan based on an interest rate and a constant payment

More information

Oklahoma State University Spears School of Business. Time Value of Money

Oklahoma State University Spears School of Business. Time Value of Money Oklahoma State University Spears School of Business Time Value of Money Slide 2 Time Value of Money Which would you rather receive as a sign-in bonus for your new job? 1. $15,000 cash upon signing the

More information

The Time Value of Money

The Time Value of Money The Time Value of Money Time Value Terminology 0 1 2 3 4 PV FV Future value (FV) is the amount an investment is worth after one or more periods. Present value (PV) is the current value of one or more future

More information

Chapter 4: Time Value of Money

Chapter 4: Time Value of Money FIN 301 Homework Solution Ch4 Chapter 4: Time Value of Money 1. a. 10,000/(1.10) 10 = 3,855.43 b. 10,000/(1.10) 20 = 1,486.44 c. 10,000/(1.05) 10 = 6,139.13 d. 10,000/(1.05) 20 = 3,768.89 2. a. $100 (1.10)

More information

In Section 5.3, we ll modify the worksheet shown above. This will allow us to use Excel to calculate the different amounts in the annuity formula,

In Section 5.3, we ll modify the worksheet shown above. This will allow us to use Excel to calculate the different amounts in the annuity formula, Excel has several built in functions for working with compound interest and annuities. To use these functions, we ll start with a standard Excel worksheet. This worksheet contains the variables used throughout

More information

TIME VALUE OF MONEY PROBLEM #7: MORTGAGE AMORTIZATION

TIME VALUE OF MONEY PROBLEM #7: MORTGAGE AMORTIZATION TIME VALUE OF MONEY PROBLEM #7: MORTGAGE AMORTIZATION Professor Peter Harris Mathematics by Sharon Petrushka Introduction This problem will focus on calculating mortgage payments. Knowledge of Time Value

More information

Future Value. Basic TVM Concepts. Chapter 2 Time Value of Money. $500 cash flow. On a time line for 3 years: $100. FV 15%, 10 yr.

Future Value. Basic TVM Concepts. Chapter 2 Time Value of Money. $500 cash flow. On a time line for 3 years: $100. FV 15%, 10 yr. Chapter Time Value of Money Future Value Present Value Annuities Effective Annual Rate Uneven Cash Flows Growing Annuities Loan Amortization Summary and Conclusions Basic TVM Concepts Interest rate: abbreviated

More information

Chapter 4 Time Value of Money ANSWERS TO END-OF-CHAPTER QUESTIONS

Chapter 4 Time Value of Money ANSWERS TO END-OF-CHAPTER QUESTIONS Chapter 4 Time Value of Money ANSWERS TO END-OF-CHAPTER QUESTIONS 4-1 a. PV (present value) is the value today of a future payment, or stream of payments, discounted at the appropriate rate of interest.

More information

TIME VALUE OF MONEY (TVM)

TIME VALUE OF MONEY (TVM) TIME VALUE OF MONEY (TVM) INTEREST Rate of Return When we know the Present Value (amount today), Future Value (amount to which the investment will grow), and Number of Periods, we can calculate the rate

More information

TIME VALUE OF MONEY. Hewlett-Packard HP-12C Calculator

TIME VALUE OF MONEY. Hewlett-Packard HP-12C Calculator SECTION 1, CHAPTER 6 TIME VALUE OF MONEY CHAPTER OUTLINE Clues, Hints, and Tips Present Value Future Value Texas Instruments BA II+ Calculator Hewlett-Packard HP-12C Calculator CLUES, HINTS, AND TIPS Present

More information

EXAM 2 OVERVIEW. Binay Adhikari

EXAM 2 OVERVIEW. Binay Adhikari EXAM 2 OVERVIEW Binay Adhikari FEDERAL RESERVE & MARKET ACTIVITY (BS38) Definition 4.1 Discount Rate The discount rate is the periodic percentage return subtracted from the future cash flow for computing

More information

How To Value A Bond In Excel

How To Value A Bond In Excel Financial Modeling Templates http://spreadsheetml.com/finance/bondvaluationyieldtomaturity.shtml Copyright (c) 2009-2014, ConnectCode All Rights Reserved. ConnectCode accepts no responsibility for any

More information

3. Time value of money. We will review some tools for discounting cash flows.

3. Time value of money. We will review some tools for discounting cash flows. 1 3. Time value of money We will review some tools for discounting cash flows. Simple interest 2 With simple interest, the amount earned each period is always the same: i = rp o where i = interest earned

More information