![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > LOGNORMDIST |
LOGNORMDIST(x, mean, standard_dev) |
| Returns the cumulative lognormal distribution of x, where ln(x) is normally distributed with parameters mean and standard_dev. Use this function to analyze data that has been logarithmically transformed. |
| x | The value at which to evaluate the function. | |
| mean | The mean of ln(x). | |
| standard_dev | The standard deviation of ln(x). |
| REMARKS |
| If any of the arguments are not numeric, then #VALUE! is returned. | ||
| If "x" = 0, then #NUM! is returned. | ||
| If "standard_dev" = 0, then #NUM! is returned. |
| EXAMPLES |
|
| Functions - L | Index - L | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |