A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
What I usually do is add a column with the formula =LN(y-Value cell) and use LINEST on that.
Ed Ferrero www.edferrero.com
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is the function that gives me an array similar to
LINEST
or
LOGEST
for an exponential fit?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
What I usually do is add a column with the formula =LN(y-Value cell) and use LINEST on that.
Ed Ferrero www.edferrero.com
Yes, I feared that'd be the only way.
Thx.
For example:
I have a function that, in a graph, is fitted exponentially with y=A*exp(Bx)
(How) can the values of the preexponential factor A and the B be displayed without manually writing them out into a spreadsheet?
Is there a function to do this?
thx.