ExcelExcel 2016+
FORECAST.LINEAR function in Excel
Returns a future value based on existing values
=FORECAST.LINEAR(x)FORECAST.LINEAR syntax and parameters
One argument, one required.
- xnumberRequired
If is nonnumeric, FORECAST and FORECAST.LINEAR return the #VALUE! error value.
FORECAST.LINEAR examples
Formulas you'll actually reuse.
Next month's revenue from a year of monthly history:
=FORECAST.LINEAR(13, B2:B13, A2:A13)Result
13482.5Extrapolate a dated series to a specific future date:
=FORECAST.LINEAR(DATE(2027,1,1), B2:B25, A2:A25)
FORECAST.LINEAR in Google Sheets
Same name — your formula ports as-is.
Try FORECAST.LINEAR in the playground
Edit the example — nothing to install.
Preloaded with the FORECAST.LINEAR formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- AVERAGEIFReturns the average (arithmetic mean) of all the cells in a range that meet a given criteriaStatisticalGoogle Sheets
- LINESTReturns the parameters of a linear trendStatisticalGoogle Sheets
- CELLReturns information about the formatting, location, or contents of a cellThis function is not available in Excel for the web.InfoGoogle Sheets
- CSCReturns the cosecant of an angleMathGoogle Sheets
- FILTERFilters a range of data based on criteria you defineLookupGoogle Sheets
- FINDFinds one text value within another (case-sensitive)TextGoogle Sheets