| LARGE | The Kth largest value in an array of numbers. |
| LCM* | The least common multiple of integers. |
| LEFT | The first or left most character (or characters) in a text string. |
| LEN | The number of characters in a text string. |
| LINEST | The array of values for a straight line that best fits your data. |
| LN | The natural logarithm of a number. |
| LOG | The logarithm of a number to a given base. |
| LOG10 | The logarithm of a number to the base 10. |
| LOGEST | The array of values for an exponential curve that best fits your data. |
| LOGINV | The inverse of the lognormal cumulative distribution function. |
| LOGNORMDIST | The cumulative lognormal distribution of x. |
| LOOKUP | The value in a row (or column) that matches a value in a column (or row). |
| LOWER | The text string with all the characters converted to lower case. |