NicholasP
Active Member
- Joined
- Nov 18, 2006
- Messages
- 291
I have a formula I'm trying to modify without using VB...
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 appreciated.
Thanks
Nick
Code:
=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 appreciated.
Thanks
Nick