How to Create a Stacked Waterfall Chart in Excel – 3 Steps

The following dataset contains records of price changes of product “X” from 2015 to 2021. A stacked waterfall chart will show the changes over the years.

how to create a stacked waterfall chart in excel

 


Step 1 – Modifying Dataset to Create a Stacked Waterfall Chart in Excel

  • Modify the dataset by adding values. Add an extra column: Start Line before the Base Value column.

how to create a stacked waterfall chart in excel

  • Use the following formula in the second cell of the Start Line column corresponding to 2016.
=E4

It returns the value of the increment from E4 to C5.

modifying dataset

  • Use the following formula in C6.
=C5+D5+E5

C5, D5, and E5 are the values of the Start Line, Base Value, and Increment columns of the previous row.

modifying dataset

  • Press ENTER and drag down the Fill Handle tool.

how to create a stacked waterfall chart in excel

It copies the formula from C6 to C9.

=C8+D8+E8

C8, D8, and E8 are the values of the Start Line, Base Value, and Increment columns in the previous row.

modifying dataset

  • Add the values of the Base Value and Increment columns by using the following formula in E10.
=SUM(D4:E9)

The SUM function adds values in D4:E9.

modifying dataset

  • Press ENTER

It returns the total value of $55,680.00 as the 2021 End price.

how to create a stacked waterfall chart in excel

Read More: How to Create Stacked Waterfall Chart with Multiple Series in Excel


Step 2 – Inserting a Stacked Column Chart to Create a Stacked Waterfall Chart

This is the dataset:

how to create a stacked waterfall chart in excel

  • Select the data range and go to Insert Tab >> Charts Group >> Insert Column or Bar Chart Dropdown >> 2-D Stacked Column.

insert stacked column chart

The following chart is showcased:

insert stacked column chart

Read More: How to Make a Waterfall Chart with Multiple Series in Excel


Step 3 – Modifying a Stacked Waterfall Chart

 

how to create a stacked waterfall chart in excel

  • To hide the Start Line series: select it and Right-Click.

modifying chart

  • Click Fill and select No Fill.

how to create a stacked waterfall chart in excel

The Start Line series is invisible.

modifying chart

When the color of the 2015 Starting Price column and the 2021 End Price column are similar to the Increment series, changing the color is necessary.

  • Double-click the 2015 Starting Price column and Right-click.

modifying chart

  • Click Fill and select a color (Red here).

how to create a stacked waterfall chart in excel

The color of the 2015 Starting Price column changed.

modifying chart

  • Change the color of the 2021 End Price column.

how to create a stacked waterfall chart in excel

Widen the columns:

  • Select any series in the chart and Right-click.
  • Choose Format Data Series.

modifying chart

In Format Data Series:

  • Select Series and lower the Gap Width value.

modifying chart

The Gap Width changed from 150% to 26%.

modifying chart

This will be the final chart:

modifying chart

Change the chart title to “Price Changes of product “X” from 2015 to 2021”.

how to create a stacked waterfall chart in excel


Practice Section

Practice using the table below:

practice


Download Workbook


Related Articles


<< Go Back to Waterfall Chart in Excel | Excel Charts | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Tanjima Hossain
Tanjima Hossain

TANJIMA HOSSAIN is a marine engineer who enjoys working with Excel and VBA programming. For her, programming is a handy, time-saving tool for managing data, files, and online tasks. She's skilled in Rhino3D, Maxsurf C++, MS Office, AutoCAD, and Excel & VBA, going beyond the basics. She holds a B.Sc. in Naval Architecture & Marine Engineering from BUET and is now a content developer. In this role, she creates tech-focused content centred around Excel and VBA. Apart from... Read Full Bio

2 Comments
  1. This method does not seem to work for negative increments, as it plots them below the x-axis.

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo