Excel

How to Use the IRR Function in Excel (Step-by-Step Guide with Examples)

When making investment or business decisions, it’s important to know whether a project is truly profitable. One of the most widely used metrics is the Internal Rate of Return (IRR), which represents the discount rate that makes the net present value (NPV) of future cash flows equal to zero.

Excel’s IRR function makes this calculation simple, saving you from complex manual formulas.


🔍 What is the IRR Function?

The IRR function in Excel calculates the internal rate of return for a series of cash flows (both inflows and outflows).

Syntax:

=IRR(values, [guess])
  • values → The range of cash flows (must include at least one negative and one positive value).

  • guess (optional) → Your estimate of the IRR (Excel starts with 10% if omitted).

💡 Note: IRR assumes cash flows occur at regular intervals (e.g., yearly, monthly).


✅ Example 1: Simple Investment

You invest $10,000 today (negative value) and receive $3,000 annually for 5 years.

Year Cash Flow
0 -10000
1 3000
2 3000
3 3000
4 3000
5 3000

Formula:

=IRR(B2:B7)

Result: 11.79%

✔️ Explanation: The IRR is 11.79%, meaning the project’s return is slightly better than a typical 10% benchmark.


✅ Example 2: Uneven Cash Flows

Year Cash Flow
0 -20000
1 5000
2 7000
3 10000
4 12000

Formula:

=IRR(B2:B6)

Result: 18.66%

✔️ Explanation: With uneven cash inflows, IRR is higher—making this project potentially more attractive.


✅ Example 3: Using a Guess

Sometimes IRR has multiple solutions, especially with alternating positive and negative cash flows. Adding a guess helps Excel find the correct rate.

Formula:

=IRR(B2:B7, 0.15)

✔️ Explanation: If you expect the IRR to be around 15%, providing a guess improves accuracy.


✅ Example 4: Monthly Cash Flows

If cash flows are monthly, IRR returns the monthly rate. Multiply it to annualize:

Formula:

=IRR(B2:B13) * 12

✔️ Explanation: Convert the monthly IRR into an annual rate for comparison.


🎯 Practical Uses of IRR

  1. Investment Analysis → Decide if a project meets required return rates.

  2. Business Decisions → Compare profitability between multiple projects.

  3. Loan Evaluations → Assess the effective cost of borrowing.

  4. Private Equity & Venture Capital → Evaluate long-term profitability.


📝 Conclusion

The IRR function in Excel is an essential financial tool that helps you measure the profitability of investments and projects. By understanding internal rate of return, you can make smarter financial decisions.

👉 Rule of thumb:

  • If IRR > required return, the project is worthwhile.

  • If IRR < required return, reconsider the investment.