Financial Functions
Use Excel PMT, NPV, IRR, FV, and PV functions for loan calculations, investment analysis, and financial modelling.
✅ What You Will Learn
Financial functions in Excel are used by finance teams, banking analysts, and business owners to make investment and loan decisions. Whether you are calculating the EMI on a home loan, evaluating whether a project should be funded based on its NPV, or building a retirement savings model, Excel financial functions handle the mathematics precisely.
The most important concept underlying all financial functions is the time value of money — a rupee today is worth more than a rupee received a year from now, because today's rupee can be invested to earn returns. NPV and IRR are the two primary methods of investment appraisal used in capital budgeting.
In Excel financial functions, cash outflows (payments) are negative numbers and inflows (receipts) are positive. Interest rates must be entered as per-period rates — if the annual rate is 12% and payments are monthly, use 12%/12 = 1% per period.
📋 Loan and investment scenarios
| Scenario | Loan Amount / Investment | Rate (Annual) | Tenure | Monthly Payment / Return |
|---|---|---|---|---|
| Home Loan EMI | ₹50,00,000 | 8.5% | 20 years | =PMT(8.5%/12,240,5000000) |
| Car Loan EMI | ₹8,00,000 | 10% | 5 years | =PMT(10%/12,60,800000) |
| SIP Future Value | ₹10,000/month | 12% | 10 years | =FV(12%/12,120,-10000) |
| Project NPV | Initial: ₹5,00,000 | 15% | 5 years | =NPV(15%, cash_flows)-500000 |
Syntax
Examples
📌 Key Points to Remember
- ✓All rates must be per-period: annual rate ÷ 12 for monthly, ÷ 4 for quarterly
- ✓Cash outflows are negative (loan payments, investments made); inflows are positive (returns received)
- ✓NPV > 0 means the project creates value at the given discount rate — accept it
- ✓IRR > cost of capital (hurdle rate) means the project is worthwhile
- ✓PPMT and IPMT let you build an amortisation schedule showing how much of each EMI is principal vs. interest
🏢 Real-World Application
Financial analysts at banks use PMT to calculate loan eligibility — how large a loan can a customer afford given their income. Corporate finance teams use NPV and IRR for capital expenditure decisions — whether to buy new machinery, open a new facility, or launch a product line. Personal finance advisers use FV to show clients how their SIP investments grow over 20 years.
⚠️ Common Mistakes to Avoid
❓ Frequently Asked Questions
How do I build a loan amortisation schedule in Excel?
Create a table with columns: Period, Opening Balance, EMI (PMT), Interest (IPMT), Principal (PPMT), Closing Balance. Use IPMT(rate, period, nper, pv) and PPMT(rate, period, nper, pv) for each row. Copy down for all periods.
What is the difference between NPV and XNPV?
NPV assumes equal time intervals between cash flows. XNPV(rate, values, dates) handles irregular dates — use XNPV for real project cash flows with specific dates.
Can I use IRR for monthly cash flows?
IRR returns the per-period rate. If cash flows are monthly, IRR gives a monthly rate. Annualise it: =(1+IRR(values))^12 - 1 for the effective annual IRR.
✏️ Practice Exercise
Build a financial decision model in Excel: (1) PMT calculator for a home loan with variable inputs (loan amount, rate, tenure), (2) FV calculator showing SIP corpus at 8%, 10%, 12% returns for 5, 10, 15, 20 years, (3) NPV/IRR analysis for a business investment with 5-year cash flow projections. Format with currency, add input validation for rates (0–30%) and tenure (1–30 years).
Learn Excel with Live Trainer Guidance
These tutorials give you the foundations. Our live Excel course at EVIKA Academy, Noida teaches you to build real dashboards on actual business data — with a trainer who uses Excel professionally every day.