Soldato
- Joined
- 15 Feb 2012
- Posts
- 3,308
- Location
- 2
Each time you cut it in half, you essentially double the amount of sandwiches you have.
I love tuna... no bones

Each time you cut it in half, you essentially double the amount of sandwiches you have.
Each time you cut it in half, you essentially double the amount of sandwiches you have.
Does this mean a bird in the hand is worth 2 in the bush ?
![]()
% increase is just the difference between months divided by the value of the first.
I know. I'm trying to calculate the long term trend.
All this talk of sandwiches is making me hungry... Lunch.
That's ok if you've got a constant increase from month to month, but I've got ups & downs. It's the long term trend that I want to get growth for.
Here's my data & the chart
![]()
What is the trend supposed to be showing here?
You haven't even got the months in date order so surely trying to get a trend line is meaningless?
What is the trend supposed to be showing here?
You haven't even got the months in date order so surely trying to get a trend line is meaningless?
Ffs. For y=mx+c if c!=0 the gradient percentage is (m/c)*100, so y=119.45x+51062 gives (119.45/51062)*100 = 0.234%
^ I don't think that's right. Looking at OP's graph, the trendline starts at about 52000 and ends at 55000. Resulting in an overall % increase of 5.77%.
This is harder than I thought and now I'm stuck. OP this thread may help:
http://www.excelforum.com/excel-general/672000-trendlines.html
So the trend is an increase of 0.234% per period, ie over 10 months you'd expect to have growth of 2.34%? That makes more sense.
1 100
2 110
3 120
4 130
5 140
Yeh it looks right but if I do a basic graph of this data:
Code:1 100 2 110 3 120 4 130 5 140
Clearly the % increase is 40% and the equation is y=10x+90. Following Tummy's method:
(10/90)*100*number of periods (4) = 44.4% i.e. not right![]()
Ignoring the actual answer for a second, I'm not sure if you are analysing the data in a meaningful manner. Correct me if I'm wrong but aren't you just drawing a straight line between the first and last data point and saying that that is giving you the 'trend over time'. Who says there is a trend over time at all, perhaps what you are extrapolating is simply the scatter in the data?
Ignoring the actual answer for a second, I'm not sure if you are analysing the data in a meaningful manner. Correct me if I'm wrong but aren't you just drawing a straight line between the first and last data point and saying that that is giving you the 'trend over time'. Who says there is a trend over time at all, perhaps what you are extrapolating is simply the scatter in the data?
No. It's a calculated trend line and you can see that it's not on the first & last data points but slightly below.