Finance Assignment 3
Finance Assignment 3
Where:
Rate (required) - the constant interest rate per period. Can be supplied as percentage or
decimal number.
Nper (required) - the number of payments for the loan, i.e. the total number of periods over
which the loan should be paid.
Pv (required) - the present value.
Fv (optional) - the future value, or the cash balance you wish to have after the last payment
is made. If omitted, the future value of the loan is assumed to be zero (0).
Type (optional) - specifies when the payments are due:
Example:
For example, if you are applying for a two-year car loan with an annual interest rate of 7%
and the loan amount of $30,000, a PMT formula can tell you what your monthly payments
will be.
For the PMT function to work correctly in your worksheets, please keep in mind these facts:
2. IPMT Function
The IPMT function is a built-in function in Excel that is categorized as
a Financial Function. It can be used as a worksheet function (WS) and a
VBA function (VBA) in Excel.
Syntax
The syntax for the IPMT function in Microsoft Excel is:
Parameters or Arguments
interest_rate:The interest rate for the investment.
Period:The period to calculate the interest rate. It must be a value between 1
and number_payments.
number_payments:The number of payments for the annuity.
PV:The present value of the payments.
FV:Optional. It is the future value that you'd like the investment to be after all payments have
been made. If this parameter is omitted, it will assume a FV of 0.
Type.Optional. It indicates when the payments are due. If the Type parameter is omitted, it
assumes a Type value of 0. Type can be one of the following values:
Valu
Explanation
e
Returns
The IPMT function returns a numeric value.
Applies To
Excel for Office 365, Excel 2019, Excel 2016, Excel 2013, Excel 2011 for
Mac, Excel 2010, Excel 2007, Excel 2003, Excel XP, Excel 2000
Type of Function
Example
This first example returns the interest payment for a $5,000 investment that earns 7.5%
annually for 2 years. The interest payment is calculated for the 8th month and payments are due
at the end of each month.
3. PPMT Function
This article describes the formula syntax and usage of the PPMT function in
Microsoft Excel.
Description
Returns the payment on the principal for a given period for an investment
based on periodic, constant payments and a constant interest rate.
Syntax
Example
Copy the example data in the following table, and paste it in cell A1 of a new Excel
worksheet. For formulas to show results, select them, press F2, and then press
Enter. If you need to, you can adjust the column widths to see all the data.
4. PV Function
PV, one of the financial functions, calculates the present value of a loan or
an investment, based on a constant interest rate.
Syntax
PV(rate, nper, pmt, [fv], [type])
Example
Copy the example data in the following table, and paste it in cell A1 of a new Excel worksheet.
For formulas to show results, select them, press F2, and then press Enter. If you need to, you
can adjust the column widths to see all the data.
Data Description
$500.000 Money paid out of an insurance annuity at the end of every
month.
8% Interest rate earned on the money paid out.
20 Years the money will be paid out.
Formula Description Result
=PV(A3/12, 12*A4, A2, , Present value of an annuity with the terms in A2:A4. ($59,777.15)
0)
5. FV Function
FV, one of the financial functions, calculates the future value of an investment based
on a constant interest rate. You can use FV with either periodic, constant payments,
or a single lump sum payment.
Syntax
FV(rate,nper,pmt,[pv],[type])
Example
Data Description
0.12 Annual interest rate
12 Number of payments
-1000 Amount of the payment
Formula Description Result
=FV(A2/12, A3, A4) Future value of an investment using the terms in A2:A4. $12,682.50
6. Rate Function
Returns the interest rate per period of an annuity. RATE is calculated by iteration and can have
zero or more solutions. If the successive results of RATE do not converge to within 0.0000001
after 20 iterations, RATE returns the #NUM! error value.
Syntax
RATE(nper, pmt, pv, [fv], [type], [guess])
Example
Data Description
4 Years of the loan
-200 Monthly payment
8000 Amount of the loan
Formula Description Result
=RATE(A2*12, A3, Monthly rate of the loan with the terms entered 1%
A4) as arguments in A2:A4.
=RATE(A2*12, A3, Annual rate of the loan with the same terms. 9.24%
A4)*12
Function and Examples Of Finance Formula
IPMT
PMT
LOAN 5000000
LOAN 5000000 RATE 10%
RATE 10% TENUR
TENURE 3 E 3
IPMT (Rs41,666.67)
PMT (Rs161,335.94)
PPMT FV
PV Rs5,000,000.00
RATE
LOAN 5000000
RATE 10%
TENURE 3
1%
0.1 RATE