logo
excelfunctions.org
bookmarks

FORECAST

Returns a value along a linear trend This function has been replaced with FORECAST.LINEAR as part of the new Forecasting, but it's still available for compatibility with earlier versions.

StatisticalStatistics & Analysis

What it does

Calculates a future value along a linear trend (Legacy).

Syntax

FORECAST(x, known_y's, known_x's)

Arguments

  • x(number) β€” Data point.
  • known_y's(range) β€” Dependent range.
  • known_x's(range) β€” Independent range.

Examples

Linear Forecast

Forecast y for x=30.

FORMULA
=FORECAST(30, B2:B4, A2:A4)
RESULT
300
SAMPLE DATA
AB
1XY
210100
320200
440400