Excel like a finance pro.
EFFECT & NOMINAL
FinanceConvert a quoted rate into the one you actually pay, and find out what an early-payment discount really costs.
Difficulty
1What is it?
A rate quoted as 12% compounded monthly isn't 12% — it's 12.68%, because each month's interest starts earning too. EFFECT converts a nominal annual rate into that effective one; NOMINAL goes back the other way. The reason this matters outside a textbook is supplier terms: 2/10 net 30 — two percent off if you pay in ten days instead of thirty — looks like a 2% discount and is closer to a 37% annual rate for the twenty days of cash it costs you. That's usually the cheapest or most expensive financing decision in a small business, and nobody prices it.
2What it looks like
EFFECT(nominal_rate, npery) · NOMINAL(effect_rate, npery)- nominal_rate
- The rate as quoted, per year.
- npery
- How many times a year it compounds — 12 monthly, 4 quarterly, 365 daily. Truncated to an integer.
- effect_rate
- For NOMINAL: the effective annual rate you want to work back from.
3When you use it
- Compare a monthly-compounded loan against a quarterly-compounded one honestly.
- Price supplier terms: what taking 2/10 net 30 is really worth annualised.
- Turn a card processor's monthly rate into the annual number for a board pack.
4See it in action
Change the inputs — the formula and result update live. Prefer the real thing? Download the Excel file and open it in Excel.
Compounding turns 12% into something more. Change how often it compounds.
=EFFECT(B2/100, B3)Quoted: 12.00%| A | B | C | |
|---|---|---|---|
| 1 | Input | Value | Result |
| 2 | Quoted rate % | Quoted: 12.00% | |
| 3 | Compounds / year | Effective: 12.68% | |
| 4 | The gap compounding adds: 0.68 points |
The lime cell holds the formula — click it (or any cell) to see its contents in the bar above, just like Excel. Edit the blue cells to watch it recompute.
5Common errors
#NUM!npery is less than 1, or the rate is zero or negative.Fix: Compounding happens at least once a year, and the rate has to be positive.
#VALUE!Either argument is text — often a rate pasted in as "12%".Fix: Convert it to a number first; see VALUE.
Answer looks identical to what you passed innpery is 1, so there's nothing to compound.Fix: That's correct — annual compounding means nominal and effective are the same.
6Better functions & alternatives
Want EFFECT & NOMINAL already wired into a model? Wauvel's free tools download as branded, formula-driven Excel.
Learn the moves here — or let Wauvel run them on your numbers.
Meet your AI CFO →One CFO-grade Excel tip a week
A short, practical email for finance operators — functions, shortcuts, and the moves that save an afternoon. Free, unsubscribe anytime.