Applications of Financial Functions
Applications of Financial Functions
Excel comes with a lot of pre-defined functions. These are grouped into
various categories. One of the categories is Financial functions. These
would be used to do various things that would be or use to people in the
finance world. For example there are functions to work out rates of interest,
the amount of a payment for a loan in order to pay the loan off in a set
amount of time, depreciation of value of assets, future values of
investments and many others. These types of functions would be used by
people in financial services, such as bankers or accountants or
stockbrokers or investment managers and so on.
PMT Function:
= PMT ( rate , nper , pv , fv , type )
Where,
rate: annual interest rate for the loan.
nper: total number of payments to be made on the investment/loan.
Example: Vivek has decided to take out a loan of Rs1000000 from his
friendly banker. Lets calculate, how much per month is this going to cost
him for 5 years?(interest rate 24%)
NPER Function:
Returns the number of periods for an investment based on periodic,
constant payments and a constant interest rate.
syntax:
=NPER(rate, pmt, pv, fv, type)
Pmt: is the payment made each period; it cannot change over the life of
the annuity. Typically, pmt contains principal and interest but no other fees
or taxes.
Example: For a personal loan of 2,50,000. Sai has agreed to pay 10,000
a month and 5 percent annual interest. How long would it take to pay off
that loan?
Here,
amount of the payments is known.
number of payments is the result.
Solution:
FV Function:
Returns the future value of an investment based on periodic, constant
payments and a constant interest rate.
Syntax:
=FV(rate,nper,pmt,pv,type)
The equal sign tells Excel that this is a formula.
Within the parentheses are the arguments.
Example: Imagine that you're saving for a vacation. You would like to
know how much you would have in 12 months, if your account contained
rs5000 to start with and you were to deposit rs2000 a month, at an annual
interest rate of 6 percent.
Given,
DB Function:
Returns the depreciation of an asset for a specified period using the fixeddeclining balance method.
Syntax:
=DB(cost,salvage,life,period,month)
Where,
Cost: is the initial cost of the asset.
Salvage: is the value at the end of the depreciation.
Life: is the number of periods over which the asset is being depreciated.
Period: is the period for which you want to calculate the depreciation.
Period must use the same units as life.
Month: is the number of months in the first year.
Example:
NPV Function:
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).
Syntax:
=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.
NPV=943.21