I've managed to successfully create a Forecast line chart. It has produced a table including forecast values, which is great. However, I'd really like to know what % increase it's working on? How would I go about adding this column to the Forecast table?
1 Answer
You need to follow these steps:
- Using Source Data find Forecast in
Col C.
- Plot the Line Chart.
Find the difference in Cell
Col Dby using this Formula in cellD103, apply Percentage cell format.=IF(B103="","",(C108-B103)/B103).Write click Plot Area & click Select Data.
- This time add Range
D103:D108and name it to Difference.
Select the Difference Series and apply Cell Value as Data Label.
Finally add Secondary Axis to the Chart.
You find this:
Adjust Cell references as needed.
2