Skip to content

Excel Formulas For Financial Analysts

Master Excel Formulas For Financial Analysts with 44 free flashcards. Study using spaced repetition and focus mode for effective learning in Business.

🎓 44 cards ⏱️ ~22 min Intermediate
Study Full Deck →
Share: 𝕏 Twitter LinkedIn WhatsApp

🎯 What You'll Learn

Preview Questions

12 shown

NPV formula in Excel?

Show ▼

=NPV(rate, value1, value2, ...) + initial_investment — NPV discounts from period 1; include the initial outflow (often negative) separately.

IRR formula?

Show ▼

=IRR(cashflows) — first cashflow usually negative (investment), then inflows.

XNPV vs NPV?

Show ▼

NPV: assumes equal-period intervals.
XNPV(rate, values, dates): handles irregular dates.

XIRR vs IRR?

Show ▼

IRR: equal periods.
XIRR(values, dates): irregular dates — used when actual cash flow timing varies.

INDEX/MATCH pattern?

Show ▼

=INDEX(returnRange, MATCH(lookupValue, lookupRange, 0)) — more flexible than VLOOKUP.

VLOOKUP vs XLOOKUP?

Show ▼

VLOOKUP: looks up by leftmost column, returns a column to the right; can't go left.
XLOOKUP: any direction, exact match default, IFNULL built in.

Compute CAGR?

Show ▼

=(EndValue/StartValue)^(1/Years) - 1

Loan PMT?

Show ▼

=PMT(rate/12, n_months, -principal)

Bond price?

Show ▼

=PRICE(settlement, maturity, coupon_rate, yield, redemption, frequency, [basis])

Convert a date to fiscal quarter?

Show ▼

=ROUNDUP((MONTH(A1) - FiscalStart + 12) MOD 12 / 3, 0) or use INT((MONTH+offset)/3).

YEARFRAC use?

Show ▼

=YEARFRAC(start, end, basis) — fractional years between two dates with day-count conventions (30/360, ACT/360, etc.).

Quickly sum visible cells after filter?

Show ▼

=SUBTOTAL(9, range) or =AGGREGATE(9, 5, range)

🎓 Start studying Excel Formulas For Financial Analysts

🎮 Study Modes Available

🔄

Flashcards

Flip to reveal

🧠

Focus Mode

Spaced repetition

Multiple Choice

Test your knowledge

⌨️

Type Answer

Active recall

📚

Learn Mode

Multi-round mastery

🎯

Match Game

Memory challenge

Related Topics in Business

📖 Learning Resources