Skip to content

How to calculate the effective annual interest rate

Topic:Finance basics
Excel & Google Sheets
=EFFECT(A2,B2)

Verified example

Computed by a real spreadsheet engine on the sample data below.

Nominal annual ratePeriods per year
0.1212

=EFFECT(A2,B2)0.1268250301

Both expressions are checked against an independently calculated expected result in HyperFormula. This is a sample execution check, not native Excel or Google Sheets certification.

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Put the nominal annual rate in A2 and a positive whole-number compounding frequency in B2.
  2. 2Use 0.12 or 12% for the nominal rate and 12 for monthly compounding.
  3. 3Enter the formula outside the sample. Apply Percentage formatting to its decimal output.
  4. 4Reconcile with (1 + 0.12/12)^12 - 1, which is approximately 0.1268250301.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

Why does the cell show 0.1268250301 instead of 12.68%?

The result is a ratio. Percentage formatting changes its display without multiplying the stored value by 100.

Why does EFFECT return #NUM!?

Check that the nominal rate is greater than zero and the compounding-period count is at least one.

More on Finance basics

See all →

Sources and compatibility

Reviewed 2026-09-16

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: