6 . Financial Functions
▪PMT() :- Calculates loan repayments based on
constant payments and a constant interest
rate.
=pmt(rate, nper, pv,[fv] , [type])
▪ PPMT() :- calculates the principal payment
made in a period of investment.
=ppmt(rate, per, nper, pv, [fv] , [type])
▪ IPMT() :- calculate the interest paid during
the period of a loan or investment.
=ipmt(rate, per, nper, pv,[fv], [type])
▪ PV() :- represent the preset value of an
investment based on a constant interest rate
and payments.
=pv(rate, nper, pmt, [fv] , [type])
▪ FV() :- returns the future value of an
investment based on constant payments and a
constant interest rate.
=fv(rate, nper, pmt, [pv], [type])
▪ RATE() :- returns the interest rate per period
of a loan or investment.
=rate(nper, pmt, pv, [fv], [type])
7. Lookup and Reference
Functions
▪ LOOKUP():- performs a rough match
lookup either in a row or a column range
and returns the information.
=lookup(lookup_ value, array)
▪ VLOOKUP():- Looks vertically down a list to
find a record and returns information related to
that record.
=vlookup (lookup_ value, table_ array , col_
index_ num,[range_ lookup])
▪ HLOOKUP() :- Looks horizontally across a list
to find a record and returns information related
to the record.
=hlookup(lookup_ value, table_ array, row_
index_ num, [range_lookup])
▪ MATCH() :- returns the position of a value in a
list.
=match(lookup_ value, lookup_ array, [match
type])