NOMINAL Function

Excel Functions › Financial

All versions Financial

The Excel NOMINAL function converts an effective annual interest rate back to the nominal (stated) rate for a given compounding frequency.


Quick answer:
=NOMINAL(6.17%, 12) // about 6% nominal

Syntax

=NOMINAL(effect_rate, npery)
ArgumentDescription
effect_rateRequiredThe effective annual rate.
nperyRequiredCompounding periods per year.

How to use it

NOMINAL converts an effective annual interest rate back to the nominal (stated) rate for a given compounding frequency.

=NOMINAL(6.17%, 12) // effective 6.17% = ~6% nominal

Try it: interactive demo

Live demo

This is the formula pattern NOMINAL uses — copy it into Excel with your own numbers.

Result: computed in Excel

Practice workbook

📊
Download the free NOMINAL practice workbook
Every example on this page, ready to open in Excel — plus practice challenges with answers on a separate tab. No sign-up required.

Frequently asked questions

NOMINAL vs EFFECT?
Inverses: NOMINAL goes effective→nominal; EFFECT goes the other way.
Why convert to nominal?
Loan and bond quotes use nominal rates; convert from an effective (APY) figure to compare.
Which Excel versions support it?
All modern versions.
Why might it return #NUM! or #VALUE!?
Out-of-range arguments (e.g. negative rate or settlement after maturity) give #NUM!; non-numeric inputs give #VALUE!.

Master functions like this in one day

This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.

See the Formulas & Functions Class

Related functions: PMT · FV · PV · RATE · NPER