Returns an ideal exponential curve or predicts further values that best fit the given data set.
Syntax
y_values: The array or range containing the known (or dependent) y values. E.g. B2:B11
x_values: The array or range containing the known (or independent) x values. It can have more than one variable. It must be of the same size as that of y_values. Defaults to {1,2,3...} if omitted. E.g. A2:A11
new_x_values: The new x values for which you want the corresponding y values. E.g. D2:D5
If FALSE, the value of b is set to 1
Examples
|
Formula |
Result |
|
=GROWTH(B2:B11;A2:A11;D2:D5) |
1329410 1796307 2427180 3279620 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions