EXCEL Functions 83425
EXCEL Functions 83425
BASIC CONCEPTS
• Future value (fv) –It is the value of an investment or loan after all payments
have been made.
• Rate (rate) – The interest rate or discount rate for an investment or loan.
• Lump sum is the amount paid at one time, generally at the beginning of the
period.
FV
• = fv (10% , 10 , -1000 , 0 , 0 )
Q2. Nachiket deposits Rs. 1000 at beginning of every month in an account for 5
years . The bank gives interest rate at 12% p.a. Find future value of the
deposit.
• Rate = 12% p.a.= 1% p.m. , nper = 5*12 = 60 , pmt = -1000, pv =0, type = 1
• = fv (1% , 60 , -1000 , 0 , 1 )
PV
Q1. Abhay wants to take a loan which he can repay at the end of every month,
by paying Rs. 5000 for 5 years at the rate of 10% interest p.a. Find amount of
loan that he can get .
• = pv(10%/12 , 60 , -5000, 0 , 0)
Q2. Priya has taken a car loan of Rs. 1,00,000 from a bank . She pays Rs.2700 at
the end of every month, for 5 years at the rate of 15% interest p.a. Find present
value of her loan.
• = pv(15%/12 , 60 , -2700, 0 , 0)
PMT
• Ajay has taken housing loan of Rs. 20 lakh @ 8.5% p.a. interest and agreed to
repay in 15 years. He wishes to repay the entire loan in monthly installments
paid at the beginning of the month. Find amount of payment he has to
make every month
Q2. Suppose you wish to save each month so that you have Rs. 300000 at the end
of 3 years at the interest rate 7% p.a. How much you should save every month?
• Fv = 0 , type = 0
• Principal component
• Interest component
Q2. Vilas wants to buy a car costing Rs. 25 L. he takes the loan of Rs. 25 L and
agrees to repay in 5 years @ 15% p.a. in annual installments of equal amount.
Find the interest that he will pay in all 5 years
RATE
• It returns interest rate per period of a loan or investment
NPER
• Sagar wants to know how many periodic payments of Rs. 2000 he should
make at the end of every month so that his total payment is Rs.3 L at 12%
interest p.a.
ROUND
ROUND DOWN
ROUND UP
CEILING
=CEILING(35,10) gives 40
=CEILING(68,5) gives 70
=CEILING(23,12) gives 24
=CEILING(70,3) gives 72
=CEILING(45,4) gives 48
FLOOR
=FLOOR(35,10) gives 30
=FLOOR(68,5) gives 65
=FLOOR(23,12) gives 12
=FLOOR(70,3) gives 69
=FLOOR(45,4) gives 44
INT
• INT displays integral part of the given number, by deleting decimal part
• =INT(24.27) gives 24
• =INT(97.148) gives 97
• =INT(56.934) gives 56
• MAX displays maximum value from the given range / set of numbers
• MIN displays minimum value from the given range / set of numbers
• ABS displays the absolute value of a given number ie it ignores the negative
sign.
• =SQRT(144) gives 12
• =SQRT(729) gives 27
• =SQRT(30*20+5*5) gives 25
• =MOD(number , divisor)
• SUM adds all the numbers in the specified range. It ignores other type of
data.
• COUNT gives number of cells containing numeric or date type of data in the
specified range. It ignores other types of data.