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

  • Net Present Value (NPV) Calculator

    Calculate the Net Present Value (NPV) of an investment, project, or business opportunity using expected cash flows and a discount rate. This NPV Calculator helps compare the present value of future returns with the initial investment, making it useful for investment analysis, capital budgeting, and financial decision-making. NPV Calculator Calculate net present value using investment cost, discount rate, and yearly…

    Read more

  • Hourly to Yearly Salary Calculator

    Convert your hourly wage into an annual income instantly with this Hourly to Yearly Salary Calculator. By entering your hourly pay, hours worked per week, and weeks worked per year, you can easily estimate your yearly salary, monthly earnings, and weekly pay for better budgeting and financial planning. Hourly to Yearly Salary Calculator Convert your hourly wage into annual, monthly, and weekly income.…

    Read more

  • APY Calculator

    Calculate Annual Percentage Yield (APY) and estimate how much your savings or investment may grow with compounding. This APY Calculator helps you convert an interest rate into effective annual yield and estimate future value, interest earned, and total growth for savings accounts, CDs, deposits, and investments. APY Calculator Calculate annual percentage yield and estimate growth with compounding. Initial Amount Nominal Annual Interest Rate…

    Read more