For actuals months I am calculating a 3 month moving average of percentages across several dimensions. For forecast months I want to repeat the results from the final month of actuals all the way to the end of my time range. Is there a formula for this? It seems that PREVIOUS should do this but it is only returning the previous month's value once (so for the first forecast month) and then stopping, rather than continuing to reproduce the previous month's values ad infinitum, which is what I want. Thanks