Financial Functions This lecture will cover the use of some basic functions provided by EXCEL. We will be explore how these functions work and how they.

Slides:



Advertisements
Similar presentations
Computer Science & Engineering 2111 Lecture 6 Financial Functions 1CSE 2111 Lecture 6-Financial Functions.
Advertisements

1. In cell E5, write an Excel formula which can be copied down the column into cells E6:E8 to show the actual loan amount rounded to nearest dollar. The.
6-1 CHAPTER 28 Time Value of Money The language of Finance The most important lesson.
CHAPTER THREE THE INTEREST RATE FACTOR IN FINANCING.
QUESTIONS IN SPREADSHEET Dr. Faiyaz Gadiwalla Hinduja College.
MS-Excel Manual-3 Pradeep Velugoti Lakshman Tallam.
Discounting Problems Andi Wijayanto, S.Sos, M.Si.
Copyright © 2011 Pearson Prentice Hall. All rights reserved. The Time Value of Money: Annuities and Other Topics Chapter 6.
Agenda 11/28 Review Quiz 4 Discuss interest and the time value of money Explore the Excel time value of money functions Examine the accounting measures.
Chapter 9: Mathematics of Finance
CS&E 1111 ExFin Microsoft Excel Financial Functions Objectives: Understanding and using Financial Functions the time value of money PV, FV, Rate, NPER,
THE TIME VALUE OF MONEY TVOM is considered the most Important concept in finance because we use it in nearly every financial decision.
1 Agenda – 4/17/2013 Discuss interest and the time value of money Explore the Excel time value of money functions Examine the accounting measures of profitability.
Chapter 13 Creating Formulas for Financial Applications Microsoft Office Excel 2003.
Financial Functions. Working with Loans and Investments =PMT(rate, nper, pv, [fv=0] [type=0]) =FV(rate, nper, pmt, [pv=0] [type=0]) =NPER(rate, pmt, pv,
THE TIME VALUE OF MONEY TVOM is considered the most Important concept in finance because we use it in nearly every financial decision.
Computer Science & Engineering 4194 Day 9 Financial Functions 1.
Annuities Chapter 11 2 Annuities Equal Cash Flows at Equal Time Intervals Ordinary Annuity (End): Cash Flow At End Of Each Period Annuity Due (Begin):
Quantitative Finance Unit 1 Financial Mathematics.
The Time Value of Money Lesson Starter Objectives Students will be able to –Use a formula to find the future value of a series of payments –Use.
Lecture Outline Basic time value of money (TVM) relationship
CHAPTER 5 TIME VALUE OF MONEY. Chapter Outline Introduction Future value Present value Multiple cash flow Annuities Perpetuities Amortization.
Ch.7 The Time Value of Money Goals: Concept of the time value of money Present value and Future value Cash flows and time value calculation Compounding.
Computer Science & Engineering 2111 Lecture 6 Financial Functions 1.
Agenda – 11/19/2013 Present Excel financial functions Discuss financial concepts that underlie functions  Specialized vocabulary  Must understand the.
Understanding and Appreciating the Time Value of Money
PMT and What if analysis. PMT  The Microsoft Excel PMT function returns the payment amount for a loan based on an interest rate and a constant payment.
1 Financial Functions By Prof. J. Brink with modifications by L. Murphy 1/13/2009.
Warm Up What is wealth and why is it desirable?. Definition of Wealth.
© 2005 The McGraw-Hill Companies, Inc., All Rights Reserved McGraw-Hill/Irwin Slide 1 CHAPTER THREE THE INTEREST RATE FACTOR IN FINANCING.
Week 13 Simple Interest. Lesson Objectives After you have completed this lesson, you will be able to: Represent or solve simple interest problems. Solve.
More Than One Future Cash Flow?
Basic Finance The Time Value of Money
Chapter 5 Learning Objectives
Time Value of Money Annuity.
Time Value of Money Basics and Building Blocks
Chapter 4: The Time Value of Money
Nominal and Effective Interest Rates
Personal Finance Annuities
Lecture 5: Time Value of Money
LSP 120: Quantitative Reasoning and Technological Literacy
Chapter 3 Mathematics of Finance
Chapter 5 - The Time Value of Money
Compound Interest, Future Value, and Present Value
LSP 120: Quantitative Reasoning and Technological Literacy
Excel Tutorial 9 Developing a Financial Analysis
Discounted cash flow valuation
PMT and What if analysis
Chapter 03& 04 : Banking What is the Bank ? 1. Receive Deposits
Financial Functions Functions that can be used to calculate values based on compounded interest Taking a loan Investing in a savings account Financial.
Session 3 TIME VALUE OF MONEY
NE 364 Engineering Economy
Longwood University 201 High Street Farmville, VA 23901
Time Value of Money Math
The Time Value of Money.
Intro to Financial Management
Business Finance Michael Dimond.
Effective Personal Financial Planning
Microsoft Excel – Part II
Translating Today’s Benefits to the Future
Discounted Cash Flow Valuation
Translating Today’s Benefits to the Future
Engineering Economic Analysis
Financial Management: Principles & Applications
Chapter 4: The Time Value of Money
FIN 360: Corporate Finance
Time Value of Money Math
Chapter 1 Annuities Dr. A. PHILIP AROKIADOSS Assistant Professor
Chapter 4: The Time Value of Money
Presentation transcript:

Financial Functions This lecture will cover the use of some basic functions provided by EXCEL. We will be explore how these functions work and how they can be used to solve problems.

Financial Functions Functions that can be used to calculate values based on compounded interest Taking a loan Investing in a savings account

Simple Interest vs. Compound Interest Simple interest always calculates interest based on the original amount. So $1,000 at 4% per year for 2 years Year 1: $1000 * 4%  $40 in interest for the 1st year. Year 2: $1000 * 4%  $40 in interest for the 2nd year. After 2 years you would have: $1,000 * 4% = $80 interest For a total of $1,080

Simple Interest vs. Compound Interest Compound interest always calculates interest based on the “latest amount”. So $1,000 at 4% per year for 2 years compounded Yearly Year 1: $1,000 * 4%  $40 in interest for the 1st year. Year 2: $1,040 * 4%  $41.60 in interest for the 2nd year. After 2 years you would have: $1,000 * 4% = $81.60 interest For a total of $1,081.60

Compounding Periods Compounded Yearly Compounded Quarterly Compounded Semi-Annually Compounded Monthly The total amount of your financial transaction will be different based on when the interest is compounded.

Compounding Interest Quarterly What if we compound our 4% interest quarterly for the $1,000. This would be four separate calculations Quarter Principal Interest 1st Quarter $1,000 * 1% = $10.00 2nd Quarter $1,010 * 1% = $10.10 3rd Quarter $1,020.10 * 1% = $10.201 4th Quarter $1,030.301 * 1% ≈ $10.30

Financial Functions Present Value (PV) Future Value (FV) Payment (PMT) What you get/pay at the beginning of the financial transaction Future Value (FV) What you are going to get OR what you will have to pay at the end of the financial transaction Payment (PMT) Payment made each period. It remains constant over life of annuity RATE Interest rate per period NPER Number of payment periods

Financial Functions-Syntax =PV(rate, nper, pmt, [fv], [type]) =FV(rate, nper, pmt, [pv], [type]) =PMT(rate, nper, pv, [fv], [type]) =RATE(nper, pmt, pv, [fv], [type], [guess])*Compounding Periods =NPER(rate, pmt, pv, [fv], [type]) / Compounding Periods

Arguments in Financial Functions Description Argument Rules rate Interest rate per compounding period Always divide the rate by the number of compounding periods Rate/ # of compounding periods nper Number of compounding periods Always multiply the number of years by the compounding period # of compounding periods * # of years pmt Periodic payments to the initial sum Payment amount cannot vary pv Original value of financial transaction fv Value at the end of the financial transaction type Designates when payments are made 0: Payments are made at the end of the period 1: Payments are made at the beginning of the period (0 is the default and is implied)

Using Financial Functions Arguments Use consistent signs Outgoing cash ( - ) Incoming cash ( + ) For arguments that are zero, at least a comma must be put in the function to maintain the argument order, unless no other non-zero arguments follow. =PV(.03, 2, 0, 5000, 0) same as =PV(.03, 2, , 5000)

Write an excel formula in cell D2 to calculate the payment for a loan amount of $15,000 at 9% interest rate for a period of 5 years. Assume the loan is compounded monthly. =PMT(rate, nper, pv, [fv], [type]) ----Returns periodic payment =PMT(.09/12,5*12,15000,0,0) OR =PMT(.09/12,5*12,15000)

=NPER(rate, pmt, pv, [fv], [type]) ----Returns # of Payment periods Write an excel formula in cell B2 to determine how many years it will take to save $12,000 if you put $10,000 into a savings account paying 4% annual interest compounded quarterly. =NPER(rate, pmt, pv, [fv], [type]) ----Returns # of Payment periods =NPER(.04/4,0,-10000,12000,0) /4 OR =NPER(.04/4,,-10000,12000)/4 Note: Divide the function by the number of compounding periods to calculate the number of years for the annuity

=RATE(nper, pmt, pv, [fv], [type]) ----Returns the rate per period Write an excel formula in cell A2 to calculate the annual interest rate of a new Chevy Cruz. The cost of the car is $18,999, and you will put down $2,000. You will pay $350 per month for five years. The annual interest rate is compounded monthly. =RATE(nper, pmt, pv, [fv], [type]) ----Returns the rate per period =RATE(5*12,-350,16999,0,0)*12 OR =RATE(5*12,-350,16999)*12 Note: Multiply the function by the number of compounding periods to calculate the annual interest rate

Write an excel formula in cell E2 to determine how much money you would have to put into a CD now to have a $5,000 down payment on a car when you graduate in 2 years. The CD pays 3% annual interest rate compounded yearly. =PV(rate, nper, pmt, [fv], [type]) - Returns the present value of an investment =PV(.03,2,0,5000,0) OR =PV(.03,2,,5000)

Write an excel formula in cell F2 to determine the value of a CD in 2 years. You plan on an initial investment of $5,000 and you will add an additional $50 per month. The CD pays an annual interest rate of 3% compounded monthly. =FV(rate, nper, pmt, [pv], [type]) - Returns the future value of an investment =FV(.03/12,2*12,-50,-5000,0) OR =FV(.03/12,2*12,-50,-5000)

Write an Excel formula in cell G2 to calculate the monthly mortgage payment for a $100,000 home with a balloon payment of $10,000. The annual interest rate is 4% compounded monthly with a loan duration of 30 years. Note: A balloon payment is an amount due at the end of the loan and is indicated in the fv argument as a negative value .

Five years ago you won $75,000 on the game show, “I Wanna Win A lot of Money”! At that time, you invested the money in a CD that paid 6% per year compounded monthly. Write a formula in cell C9, to determine T/F if you have enough money to purchase a $100,000 house without financing.