Hi all. This question is more about mathematical problem than excel, but, anyway..
So, I have a data to do exponential regression using LINEST function.
Suppose the trendline would be y = a*e^bx, I can get the parameters by (please see screenshot for the data):
a=EXP(INDEX(LINEST(LN(B2:B5),A2:A5),1,2))
b=INDEX(LINEST(LN(B2:B5),A2:A5),1,1)
But I need to set 'a' parameter as fixed value, in this case as a=y(0)=563.21.
Is it possible to do this? How should I modify the y values before inputting to LINEST function?
Thank you in advance.
So, I have a data to do exponential regression using LINEST function.
Suppose the trendline would be y = a*e^bx, I can get the parameters by (please see screenshot for the data):
a=EXP(INDEX(LINEST(LN(B2:B5),A2:A5),1,2))
b=INDEX(LINEST(LN(B2:B5),A2:A5),1,1)
But I need to set 'a' parameter as fixed value, in this case as a=y(0)=563.21.
Is it possible to do this? How should I modify the y values before inputting to LINEST function?
Thank you in advance.