Skip to content
Excel

EFFECT function in Excel

Returns the effective annual interest rate

=EFFECT(nominal_rate, npery)

EFFECT syntax and parameters

Two arguments, two required.

  • nominal_ratenumberRequired

    The nominal interest rate.

  • nperynumberRequired

    The number of compounding periods per year.

EFFECT examples

Formulas you'll actually reuse.

  1. A 6% nominal rate compounded monthly is really 6.17% a year:

    =EFFECT(6%, 12)

    Result0.0617

  2. Daily compounding on the rate in B2 (5% → 5.13%):

    =EFFECT(B2, 365)

    Result0.0513

EFFECT in Google Sheets

Same name — your formula ports as-is.

Try EFFECT in the playground

Edit the example — nothing to install.

Preloaded with the EFFECT formula from Example 1 — change anything and watch it respond.

Loading the editor…