Pivot table Calculated field for Projected Year-End based on most recent month value

joieroxx

New Member
Joined
Apr 11, 2008
Messages
2
Hello. I have a pivot table showing monthly revenue for fiscal year beginning Jul ending the following Jun. How would you add a calculated field to show projected year-end total based on Jul-Sep total, plus the projected revenue from Oct to Jun, based on the Sep value, assuming the Sep value would remain the same for the rest of the fiscal year? Thanks so much!
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
You should go to your profile and define what version of Excel you're using. For example I have no idea if this will work.
For MS 365, select your data (typically two columns like a Date and Values), select the data, then go to Data and click Forecast Sheet button. Select your options and click Options at the lower left to change the options, and then click the [Create] button. A new Worksheet will be created like this:

Book1
ABCDE
1datevalueForecast(value)Lower Confidence Bound(value)Upper Confidence Bound(value)
21/1/2020258.682
32/1/2020259.007
43/1/2020258.165
3510/1/2022298.062298.062298.06298.06
3611/1/2022299.0797885296.75301.41
3712/1/2022300.3349557296.13304.54
381/1/2023301.5901229294.87308.31
392/1/2023302.84529293.15312.54
403/1/2023304.1004572291.05317.16
414/1/2023305.3556243288.61322.10
425/1/2023306.6107915285.87327.35
436/1/2023307.8659586282.86332.88
447/1/2023309.1211258279.58338.67
Sheet2
Cell Formulas
RangeFormula
C36:C44C36=FORECAST.ETS(A36,$B$2:$B$35,$A$2:$A$35,1,1)
D36:D44D36=C36-FORECAST.ETS.CONFINT(A36,$B$2:$B$35,$A$2:$A$35,0.95,1,1)
E36:E44E36=C36+FORECAST.ETS.CONFINT(A36,$B$2:$B$35,$A$2:$A$35,0.95,1,1)


Note that I hid rows to reduce the size above. You can then use those values created. The formulas created may be help as well!
 
Upvote 0

Forum statistics

Threads
1,214,863
Messages
6,121,978
Members
449,058
Latest member
oculus

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