Archive of Mr Excel Message Board
A B C D E
1 Date 7/3 7/10 7/17 7/24
2 Used 62.7 44.9 30.0 89.6
3 Estimate 8/23
Using the TREND function as: =TREND(B2:E2, B1:E1, B3)
The resulting value, 94.8, I presume to be the estimated
value on date 8/23 (approx 4 weeks from 7/24). So far so
good.
The oddity comes in when I use: =TREND(B1:E1, B2:E2, 94.8)
I was hoping to get something -close- to 8/23. What I'm seeing
is 7/11. I realize that TREND uses linear regression, but
does this much variation between results seem acceptable to
anyone else?

| Check out our Excel Resources | ||||
![]() |
![]() |
|||

As for who is a function of whom, my goal for this
is to supply two values:
1 - What will USAGE be in 4 weeks.
2 - When will USAGE be XXX
Subseuqnetly I need to manipulate both as a function
of the other depending on the context.
The notion of one set of values being linear while
another is not doesn't seem to apply here. (If
both were linear, the data would fit into y=mx+b
pretty easy and I may not need the trend function)
As for TRENDs arguments, the help screen I have
indicate that 'const' will defalut to TRUE if not
supplied. Considering how the function does not
error out on the version of Excel I'm using, I'd
believe the help screen is correct.
Thanks for the responce though. It did get me to
revisit some graphing and the visual clarified the
results I was seeing.

