EFFECT Function
Calculates the effective annual interest rate from a nominal rate.
Syntax
Parameters
| Parameter | Description | Required |
|---|---|---|
| nominal_rate | Nominal annual interest rate. | Required |
| npery | Number of compounding periods per year. | Required |
Basic Example
Effective annual rate for a 6% nominal rate compounded monthly
=EFFECT(0.06, 12)A 6% nominal rate compounded monthly equals an effective annual rate of about 6.17%.
Advanced Examples
Example 1: Compare loans with different compounding
Loan shoppingEffective rate for quarterly compounding
=EFFECT(0.06, 4)How EFFECT Works
EFFECT uses the formula (1 + nominal_rate / npery)^npery - 1 to convert the nominal rate to the effective annual rate.
Important Notes & Limitations
Requires npery >= 1.
Does not include fees.
Useful for comparing loans with different compounding frequencies.
Common Errors & Fixes
#NUM! errornpery is less than 1.Fix: Ensure npery is at least 1.
Wrong rateNominal rate was entered as a percentage instead of a decimal.Fix: Enter 0.06 for 6%, not 6.
Download Practice File
EFFECT
effectPractice EFFECT with Real Data
Download a sample CSV file with pre-populated data and practice exercises for the EFFECT function. Works in both Excel and Google Sheets.
File format: CSV (comma-separated values) - opens in Excel, Google Sheets, and all spreadsheet apps