GROWTH
Description
Calculates the exponential growth curve based on the specified y values and one or more sets of x values, and extends the curve to calculate more y values for a specified set of new x values.
Syntax
GROWTH(
known_ys
, [
known_xs
], [
new_xs
], [
const
])
- known_ys: The known y values.
- known_xs: The known x values.
- new_xs: New x values to calculate y values based on.
- const: Specifies whether to force the b constant to equal 1. TRUE or Empty = calculate normally; FALSE = set b to 1.