LOGEST
Description
Returns the logarithmic regression, based on the specified x values and y values.
Syntax
LOGEST(
known_ys
, [
known_xs
], [
const
], [
stats
])
- known_ys: The array of x values.
- known_xs: The array of y values.
- const: Specifies how to handle the constant b. FALSE or Empty = b is 1; TRUE = treat it normally.
- stats: Specifies whether to return more regression information. FALSE or Empty = do not return more information; TRUE = do return more information.