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

  • How to Calculate My BMR (Basal Metabolic Rate) – Full Guide

    If you want to manage weight, plan a diet, or understand how many calories your body burns at rest, then learning how to calculate your BMR (Basal Metabolic Rate) is the first step. BMR tells you how much energy your body uses just to keep you alive — even if you do nothing all day.…

    Read more

  • How to Calculate BMI with Height and Weight (Simple Guide)

    BMI (Body Mass Index) is a quick way to check whether your weight is healthy for your height. It is calculated using only two values: height and weight. You do NOT need age, gender, or anything else for the formula. BMI Formula Using Height and Weight Metric System (kg & meters) BMI = \frac{weight,(kg)}{height,(m)^2} Imperial…

    Read more

  • How to Calculate BMI for Men (Simple Step-by-Step Guide)

    BMI (Body Mass Index) is calculated exactly the same way for men and women. There is no separate formula for men. The difference is only in how the result may be interpreted because men usually have higher muscle mass. You can also skip manual calculation and use this quick tool:👉 https://tinytoolspro.com/bmi-calculator/ What is BMI? BMI…

    Read more