ottlots said:
I printed the trendline equation on the chart.
The equation is:
y=5E+16e[to the power of]-3E-04x
ottlots said:
I must have omitted some important details or I am
applying this wrong, because the results I am getting
don't make sense.
Most likely the latter ("apply this wrong").
ottlots said:
The "x"s in this case are dates at the end of the month:
Aug 31, 2012, September 30, 2012, etc. These are in date
format in Excel, but are whole numbers in formulas
(41152 and 41182 respectively). [....]
Roughly speaking, the result using September 30 end of
month (41182)as "x", I would expect this formula to
generate a "y" of greater than 33B and less than 34.5B.
Plugging the known numbers in to the formula, I am getting
215B.
I agree that the following formula results in about 215E+09:
=5E+16*EXP(-3E-04*A2)
I anticipated the problem. As I wrong before: "it would be wrong to copy
the trendline coefficients exactly as they are displayed. There rounded
values are usually too inaccurate to use into an Excel formula".
The point is: 5E+16 and -3E-04 are rounded approximations. This is for
display purposes only. In fact, you can format the trendline "label"
(displayed formula) so that it displays more precision.
I suggest using Scientific with 14 decimal places if you intend to copy the
coefficients into an Excel formula. That is still inaccurate. But it is
the best we can do, since Excel limits its displayed values to 15
significant digits. And that is probably good enough.
ottlots said:
In the chart, the trendline follow the expected trajectory.
I am just trying to find the exact number the formula is
generating for subsequent months.
There is a better way to enter the coefficients into Excel: use LINEST in a
particular way.
However, without the data (X and Y) used to generate the trendline, I cannot
be more specific.
If you want more guidance, you can upload an example Excel file (devoid of
any private data) that demonstrates the problem to a file-sharing website.
Then post the "shared", "public" or "view-only" link (aka URL;
http://...)
in a response here. The following is a list of some free file-sharing
websites; or use your own.
Box.Net:
http://www.box.net/files
Windows Live Skydrive:
http://skydrive.live.com
MediaFire:
http://www.mediafire.com
FileFactory:
http://www.filefactory.com
FileSavr:
http://www.filesavr.com
RapidShare:
http://www.rapidshare.com
In this case, it should be sufficient to create a new workbook,
copy-and-paste the values for X and Y, then create the chart and the
trendline.