I am building a Box-Jenkins model in Excel using solver. The model is AR(2). The data that I have contains trend and seasonality both.
I know how to remove seasonality using seasonal indexes and add it back to the forecast. But, how do I handle trend? If I remove trend from the data, how should I add it back to the forecast?
Also, is the excel solver best way to find the AR parameters?