Forum Discussion

AlinaP92's avatar
AlinaP92
Copper Contributor
Aug 31, 2021
Solved

How to forecast based on 3/5/7/10 etc. last observations?

Hello everyone.    I have two columns of observations: Date and Number of Registrations.    My task is to forecast the number of registrations for the remaining days based on 3/5/7/10 last values...
  • HansVogelaar's avatar
    Aug 31, 2021

    AlinaP92 

    Select B23:B32.

    Enter the formula

     

    =FORECAST.LINEAR($A$23:$A$32,$B$22:OFFSET($B$22,-$E$2+1,0),$A$22:OFFSET($A$22,-$E$2+1,0))

     

    If you have Microsoft 365, simply press Enter. Otherwise, press Ctrl+Shift+Enter.

Resources