![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Financial > NOMINAL |
NOMINAL(effect_rate, npery) |
| Returns the nominal annual interest rate, given the effective rate and the number of compounding periods per year. |
| effect_rate | The effective interest rate. | |
| npery | The number of compounding periods per year. |
| REMARKS |
| This function is only available if you have the Analysis ToolPak add-in installed. | ||
| "npery" is truncated to an integer. | ||
| If any of the arguments are not numeric, then #VALUE! is returned. | ||
| If "effect_rate" = 0, then #NUM! is returned. | ||
| If "npery" < 1, then #NUM! is returned. | ||
| This function is related to the EFFECT() function. |
| EXAMPLES |
|
| Functions - N | Index - N | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |