I have a formula I'm trying to modify without using VB...
=IFERROR(LINEST(Output!D210:D245,Output!E210:O245,TRUE,TRUE),"")
The idea is that D245 is the last row in a data set and D210 is the previous 36 months. Is this possible to make dynamic without VB?
Any help would be greatly...