![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Engineering > ERF |
ERF(lower_limit [,upper_limit]) |
| Returns the error function integrated between lower_limit and upper_limit. |
| lower_limit | The lower bound for integrating ERF. | |
| upper_limit | The upper bound for integrating ERF. |
| REMARKS |
| This function is only available if you have the Analysis ToolPak add-in installed. | ||
| If any of the arguments are not numeric, then #VALUE! is returned. | ||
| If "lower_limit" < 0, then #NUM! is returned. | ||
| If "upper_limit" < 0, then #NUM! is returned. | ||
| If "upper_limit" is left blank, then it integrates between zero and "lower_limit". |
| EXAMPLES |
|
| Functions - E | Index - E | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |