Hi,

When I run an exponential regression line through my chart, the following equation is returned: "y=217001e^-.174x"
When I run the logest equation on the same data set, I get the following two numbers: .84039, 217001

What I want to do set up an equation so that I can get the y-values that would result from the regression for given x-inputs. However I am not sure how I would write the equation using the outputs from the logest formula. I know one option would be to manually type in the "y=" equation that I listed in the first line, but I would much prefer to create a dynamic equation that links to the outputs of the logest function so that I don't have to manually type this every time I replicate the analysis.

Any ideas?