Skip to main content

PMT Function

​How to Use Home Loan EMI Calculation Using in (PMT Formula) Excel 

EMI is defined by Investopedia as "A fixed payment amount made by a borrower to a lender at a specified date each calendar month. Equated monthly installments are used to pay off both interest and principal each month, so that over a specified number of years (Months) , the loan is paid off in full.

PMT is one of the Financial Functions Formula in Excel,  calculates the payment for a loan based on constant payments and a constant interest rate.

PMT FUNCTION FORMULA Syntax is : -

PMT(rate, nper, pv, [fv], [type])


The PMT Function Formula syntax has the following arguments:

  • Rate    Mandatory. The interest rate for the loan.
  • Nper    Mandatory. The total number of payments for the loan.
  • Pv    Mandatory. The present value, or the total amount that a series of future payments is worth now; also known as the principal.
  • Fv    Optional.  The future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (zero), that is, the future value of a loan is 0.
  • Type    Optional. The number 0 (zero) or 1 and indicates when payments are due.

PMT Function Formula  is used to know the EMI

Here the example for, the amount of the principle paid each period is equal to Rs.5,00,000 divided by 12 = 16666.67

Also notice that the total payment decreases each month as the amount of interest decreases while the principle stays the same.Excel doesn't provide worksheet functions to support term-loan calculations. Therefore, we must use spreadsheet formulas.          

              

Calculating Home Loan Values With one exception, it's quite easy to calculate the values for a Home loan. To illustrate, I'll use the following abbreviations. In parentheses I show the values from the example above.




Loan amount of the : 500000

Interest Rate :  8.35% per Annual

Years : 1

Payments for year : 12




Using these abbreviations, here are the formulas for a Home Loan:

  • Payment With Interest Formula : =PMT(0.0835/12,1*12,-500000)
  • Interest Formula : =IPMT(0.0835/12,A8,1*12,-500000)
  • Principle Amount Formula : =PPMT(0.0835/12,A8,1*12,-500000)
  • Outstanding Amount Formula : =E7-D8

Here the Below Screen Shot


Comments

Post a Comment

Popular posts from this blog

Discount Formula in Excel

  Discount Formula in Excel To Discount Formula   an original price minus 5 is the same as Calculate to 95 of that value so if you have the Product Price (4585) in A2 use the Discount Formula Here the Below Example for Discount Formulas : -   5% Discount formula is =A2*0.95 10% Discount formula is =A2*0.90 15% Discount formula is =A2*0.85 20% Discount formula is =A2*0.80 25% Discount formula is =A2*0.75 30% Discount formula is =A2*0.70 40% Discount formula is =A2*0.60 50% Discount formula is =A2*0.50 Another Way to Calculate Discount Formula in Excel How to Find Discounted Amount in Excel Column A is Product Price, Column B is Discount Percentage, Column C is Discounted Amount and Column D is After Discount Amount     Discounted Amount Formula is  =A2*5%   After Discount Amount Formula is =A2-C2 Another Easiest Way to Calculate Discount F ormula  Col umn A is Product Pr ice, Col umn B is Discou...
Excel Some Useful Shortcuts Excel Some Useful Shortcuts Shortcut key Action Menu equivalent comments Alt or F10 Menu Go to Menu bar Alt+’ Format Style dialog box Format the Style Alt+= AutoSum Sum Formaula Showing in Cell Alt+Down arrow Display AutoComplete list Displaying Auto Complete Data List Alt+F1 Insert Chart Insert the Chart Alt+F11 Visual Basic Editor Tools, Macro, Visual Basic Editor Alt+F2 Save As Save File to Save As Alt+F4 Exit File Exit Alt+F8 Macro dialog box Macro dialog box Tools Alt+Shift+F1 New worksheet Insert New Worksheet Alt+Shift+F2 Save Save the File Ctrl + Shift + L Filter Filter the Row Ctrl W Close Close the Open File Ctrl+- Delete Delete the Rows, Columns and Cells Right or Down Depends on selection Ctrl+! Format cells dialog box Font Tab Open in F...

IFERROR With VLOOKUP And LEN AND LENB FUNCTION

Combining the IFERROR Function Formula with Logical VLOOKUP Functions Formula IFERROR Function With VLOOKUP Function Formula Description : -  Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula. Use the IFERROR Function With VLOOKUP function to trap and handle errors in a formula Below Following Values if Error : - #N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL! For Example A                          B                    C                         D Description         Value          Description       Value Lookup Product               #N/A            Product                0 Produ...