Definition: LOOKUP is a function that searches for a value in a range of cells and returns a corresponding value from the same position in another range of...
Definition: LOGNORMDIST is a function that returns the cumulative distribution function for a specified log-normal distribution. Syntax: =LOGNORMDIST(x, mean, standard_dev, cumulative) Situation: This formula is appropriate when you...
Definition: LOGINV is a function that returns the inverse of the cumulative distribution function for a specified log-normal distribution. Syntax: =LOGINV(probability, mean, standard_dev) Situation: This formula is appropriate...
Definition: LOGEST is a function that calculates an exponential curve that fits a set of data points using the least squares method. Syntax: =LOGEST(known_y's, [known_x's], [const], [stats]) Situation:...
Definition: LOG10 is a function that returns the base 10 logarithm of a number. Syntax: =LOG10(number) Situation: This formula is appropriate when you need to find the base...
Definition: LOG is a function that returns the logarithm of a number to a specified base. Syntax: =LOG(number, [base]) Situation: This formula is appropriate when you need to...
Definition: LN is a function that returns the natural logarithm of a number. Syntax: =LN(number) Situation: This formula is appropriate when you need to find the natural logarithm...
Definition: LINEST is a function that calculates the parameters of a linear regression line for a given set of data. Syntax: =LINEST(known_y's, [known_x's], [const], [stats]) Situation: This formula...
Definition: LEN is a function that returns the number of characters in a text string. Syntax: =LEN(text) Situation: This formula is appropriate when you need to find the...
Definition: LCID is a function that returns the locale identifier for a given language. Syntax: =LCID(language) Situation: This formula is appropriate when you need to find the locale...