How to Calculate EMI in Excel (Simple Guide)

You don’t need to manually use the EMI formula in Excel. Excel already has a built-in function that calculates EMI instantly.


Excel Function for EMI

The function used is:

PMT(rate, nper, pv)

What Each Parameter Means

ParameterMeaning
rateMonthly interest rate
nperTotal number of months
pvLoan amount (present value)

Step-by-Step: EMI Calculation in Excel

Step 1: Convert Interest Rate to Monthly

If your annual interest rate is 12%, then:

Monthly rate = 12 ÷ 12 ÷ 100 = 0.01


Step 2: Convert Tenure into Months

If loan is 5 years:

nper = 5 × 12 = 60 months


Step 3: Use Excel Formula

Type this in any Excel cell:

=PMT(0.01, 60, -500000)

Why is Loan Amount Negative?

In Excel:

  • Loan is treated as money received (cash inflow)
  • EMI is money paid back (cash outflow)

So we use negative sign (-) for loan amount.


Example Output

For:

  • Loan = 500,000
  • Interest = 12%
  • Tenure = 5 years

Excel returns:

EMI ≈ 11,122 per month


Advanced Excel EMI Formula (Using Cell Reference)

Instead of typing numbers directly, use cells:

CellValue
A1Loan amount (500000)
A2Annual interest (12%)
A3Tenure in years (5)

Formula:

=PMT(A2/12, A3*12, -A1)

Optional: Calculate Total Payment in Excel

To find total repayment:

=PMT(A2/12, A3*12, -A1) * A3 * 12

Optional: Calculate Total Interest

=(PMT(A2/12, A3*12, -A1) * A3 * 12) - A1

Quick Summary

To calculate EMI in Excel:

  1. Convert annual interest to monthly
  2. Convert years to months
  3. Use PMT formula
  4. Add negative sign for loan amount

Final Tip

Excel is more powerful than manual calculation because you can:

  • Compare multiple loan scenarios
  • Change interest rates instantly
  • Build your own EMI calculator sheet

If you want, I can also create:

  • A ready-made Excel EMI calculator file
  • Or a Google Sheets version for your website users
  • Or SEO article version for your loan calculator page

Last Updated:

Latest Posts

  • APR Calculator

    Calculate the Annual Percentage Rate (APR) of a loan using loan amount, interest rate, fees, and repayment term. This APR Calculator helps estimate the real yearly borrowing cost, including lender fees and finance charges. It is useful for comparing personal loans, auto loans, mortgages, and other credit options. APR Calculator Estimate the real annual cost of a loan including interest…

    Read more

  • DCF Calculator

    Estimate the intrinsic value of a business or investment using this DCF Calculator. Enter free cash flow, growth rate, discount rate, projection years, terminal growth rate, net debt, and shares outstanding to calculate the discounted cash flow value, enterprise value, equity value, and estimated value per share. DCF Calculator Estimate intrinsic value using discounted cash flow analysis. Current Free…

    Read more

  • Sales Tax Calculator

    Calculate sales tax and total price quickly using this Sales Tax Calculator. Enter the item price and sales tax rate to find the tax amount, final price, or pre-tax price. This calculator is useful for shopping, budgeting, invoices, business pricing, and estimating purchase costs before checkout. Sales Tax Calculator Calculate sales tax, total price, or pre-tax price in seconds.…

    Read more