Omit column from Trend formula

tsolis13

New Member
Joined
Dec 21, 2015
Messages
12
Hi!

I am using a TREND formula for the first time to predict oil price and sales through the end of 2018 (cells using formula in red). I believe I managed to get the TREND formula to work for column B (Price), but do not think it is populating correctly for column C (Net Vol). I will need to use TREND on column D (Gross Sales) as well. I am assuming the issue lies within the fact that the formula picks up all columns to the left of column A when populating column C and D.

Is there anyway I can filter for just column A (Month) when finalizing the TREND formula for column C and D? Hopefully I'm making sense. Thank you!

[TABLE="width: 305"]
<tbody>[TR]
[TD]Month[/TD]
[TD] Price[/TD]
[TD] Net Vol[/TD]
[TD] Gross Sales[/TD]
[/TR]
[TR]
[TD="align: right"]June17[/TD]
[TD] 44.11[/TD]
[TD] 2,640.71[/TD]
[TD] 116,474.97[/TD]
[/TR]
[TR]
[TD="align: right"]July17[/TD]
[TD] 46.47[/TD]
[TD] 2,516.82[/TD]
[TD] 116,955.79[/TD]
[/TR]
[TR]
[TD="align: right"]Aug17[/TD]
[TD] 48.23[/TD]
[TD] 2,021.35[/TD]
[TD] 97,497.11[/TD]
[/TR]
[TR]
[TD="align: right"]Sep17[/TD]
[TD] 50.42[/TD]
[TD] 2,265.90[/TD]
[TD] 114,235.94[/TD]
[/TR]
[TR]
[TD="align: right"] Oct17[/TD]
[TD] 53.98[/TD]
[TD] 2,034.09[/TD]
[TD] 109,792.86[/TD]
[/TR]
[TR]
[TD="align: right"]Nov17[/TD]
[TD] 60.13[/TD]
[TD] 1,826.73[/TD]
[TD] 109,838.36[/TD]
[/TR]
[TR]
[TD="align: right"]Dec17[/TD]
[TD] 61.70[/TD]
[TD] 1,864.81[/TD]
[TD] 115,061.01[/TD]
[/TR]
[TR]
[TD="align: right"]Jan18[/TD]
[TD] 67.00[/TD]
[TD] 1,825.89[/TD]
[TD] 122,326.94[/TD]
[/TR]
[TR]
[TD="align: right"]Feb18[/TD]
[TD] 64.74[/TD]
[TD] 1,555.79[/TD]
[TD] 100,716.47[/TD]
[/TR]
[TR]
[TD="align: right"] Mar18[/TD]
[TD] 63.55[/TD]
[TD] 1,701.69[/TD]
[TD] 108,140.59[/TD]
[/TR]
[TR]
[TD="align: right"] Apr18[/TD]
[TD] 68.00[/TD]
[TD] 474.38[/TD]
[TD] 32,258.77[/TD]
[/TR]
[TR]
[TD="align: right"]May18[/TD]
[TD]72.22[/TD]
[TD]988.39[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD="align: right"]Jun18[/TD]
[TD] 74.72[/TD]
[TD] 927.54 [/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 
Last edited:

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
I'm not quite sure what you're getting at with the filter commentary. But I've got the trend formula built here with an expanding range. Copy B13 across and down.

It is never a good idea in Excel to have dates listed as they are in your ColA; it is best to make them be Excel Date Serial Numbers so that functions like TREND can work properly. You can always apply a NumberFormat to display them however you like.


Book1
ABCD
1MonthPriceNet VolGross Sales
26/01/1744.112,640.71116,474.97
37/01/1746.472,516.82116,955.79
48/01/1748.232,021.3597,497.11
59/01/1750.422,265.90114,235.94
610/01/1753.982,034.09109,792.86
711/01/1760.131,826.73109,838.36
812/01/1761.701,864.81115,061.01
91/01/1867.001,825.89122,326.94
102/01/1864.741,555.79100,716.47
113/01/1863.551,701.69108,140.59
124/01/1868.00474.3832,258.77
135/01/1872.22988.3980,974.50
146/01/1874.80835.3977,053.64
Sheet75
Cell Formulas
RangeFormula
B13=TREND(B$2:B12,$A$2:$A12,$A13)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,325
Members
452,635
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top