Formualizer Docs
ReferenceFunctionsStatistics Functions

GROWTH

GROWTH: Returns fitted values from an exponential trend model.

Summary

GROWTH fits y = b * m^x by linearizing in log space, then returns predictions for new_x.

Remarks

  • All known y-values must be strictly greater than 0.
  • known_x defaults to 1..n; new_x defaults to known_x.
  • const defaults to TRUE; set to FALSE to force b = 1.
  • Returns spreadsheet errors for invalid domains, mismatched lengths, or degenerate x-variance.

Examples

Exponential growth forecast
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
[[16,32]]
Default x-values with perfect doubling pattern
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
[[3,6,12]]

Runtime metadata

Category

Statistics

Signature

GROWTH(arg1…: Number (Range))

This function accepts a repeating argument pattern (min args: 1).

Arity

min 1, max variadic

Arguments

arg1

Number · Range · coercion NumberLenientText

Caps

PURENUMERIC_ONLY

Source

On this page