FORECAST.ETS.SEASONALITY

FORECAST.ETS.SEASONALITY(values, timeline [,data_completion] [,aggregation])

Returns the length of the repetitive seasonality pattern.

valuesThe historical values.
timelineThe array or range of cells.
data_completion(Optional) The number indicating how to handle missing points:
1 - use the average of the neighbouring points (default)
0 - use zero for any missing points
aggregation(Optional) The type of function to use:
1 = AVERAGE (default)
2 = COUNT
3 = COUNTA
4 = MAX
5 = MIN
6 = MEDIAN
7 = SUM

REMARKS
* This function was added in Excel 2016.
* ETS stands for Exponential Triple Smoothing.
* You can use the FORECAST.LINEAR function to return the future y-value along a linear trend using existing values.
* You can use the FORECAST.ETS function to return the future value based on historical values.
* You can use the FORECAST.ETS.CONFINT function to return the confidence interval for a future value.
* You can use the FORECAST.ETS.STAT function to return the statistical value for a future value.
* For the Microsoft documentation refer to support.microsoft.com

 A
1xx


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top