In Excel Gantt Charts part of our project management series, we have discussed about how using Conditional Formatting and Formulas we can make a gantt chart like this:

But when you have large project plans, gantt charts like above can get pretty intense and hard to read. So a better approach is to group various tasks in project plan – like this:

In this article, we will learn how you can make such a grouping in a regular gantt chart.
For this tutorial, we will choose a familiar project – Project Peanut Butter Jelly Sandwich. (If you dont know what a PBJ is, you should find-out, prepare and eat one before reading any further. I am serious…)
Step 1: Make the regular project plan gantt chart in the following format
We will not talk about making a regular gantt chart. Here is an excellent tutorial on making excel gantt charts (and one more).
Once you are done, the chart should look like this:

Step 2: Add a new column and define groups of activities
This is very simple. Just add a new column (preferably to the left of activities) and define groups of project activities there. Like this,

Step 3: Select the entire gantt chart and add “subtotals”
To do this, just go to Data Ribbon (or menu) and select “Subtotals”.

Once you are inside the subtotals dialog, select “Start” and “End” columns to add subtotals.
In order to get the correct grouping in the gantt chart, we need minimum of start and maximum of end in each group. But this is not possible with subtotals dialog. So we just select “minimum” as the subtotal type.

Once you press OK, Excel will insert new rows and add SUBTOTAL formulas automatically.
Step 4: Change the SUBTOTAL formulas
Since both Start and End subtotals are pointing to minimum, we need to change the formulas for End so that they show Maximum. Just do that by editing the subtotal formulas manually and changing total type to “4” (MAX) for column End.
While we are at it, you can also change the labels from “Min of <group>” to “<group>”.
Step 5: Modify the conditional formatting so that groups are shown in a different color
In the conditional formatting add another condition (like when activity is blank) so that we can show those rows in a different color. [here are some tutorials on conditional formatting]
Now our Project Plan for Peanut butter sandwich is ready with groups.

Download the Gantt chart template with grouped activities
Download a copy of this example – Excel 2007 | Excel 2003 [mirror]
Get a copy of my project management template set – It has 7 gantt chart templates and 17 other project management templates.
Do you group tasks in your project plans ?
Grouping activities can be very useful to monitor project progress. In large projects usually there will be hundreds of activities. It can be a nightmare to know which ones are delayed, which ones need attention. By grouping you can present overall picture while allowing drill-down to items that need attention.
Do you group tasks in your plans? What is your experience like?
More resources on Project Management using Excel:
I suggest reading my 7 part series on project management using excel. Starting with Excel Gantt Charts to Project Dashboards.
Also, read the excel conditional formatting tips article and primer on excel subtotal formula.
















10 Responses to “Multiple Find Replace with Power Query List.Accumulate()”
Note: The text-formula above miss a -1. The video is correct.
😀 sorry, I made the exact same mistake as you did - initially - in the video. {0..3} is one thing, and Table.RowCount(replacements) -->3 items ={0,1,2} is another thing.
1st question : you've created a new column to put the replacements in. how ca we replace in the original column without creating a new one ?
2nd question : how can we replace the value in the entire cell and not only the text (Using ReplaceValue instead of text.Replace) ?
Thanks you in advance
Chandoo, I would be very interested to have your answers in both Yassine's questions!
Thank you for sharing,
Vassilis
Thank you for this! I was just doing an assignment where I was having to replace words with other words in my Excel sheet. We are starting with the basics in my class, so I know I don't have a huge list that I would need to find and replace, but this is something that could be useful down the road for me!
Hi
This is nearly perfect for my needs thank you, however I would like just the "replace" to be the result if possible please, I have tried in vain adjusting the formula without success.
Thank you in advance
Thank you! Awesome tip, and very flexible, too.
My find/replace values were in non-adjacent columns of a table containing a bunch of other data. Worked prefectly and I am now a tiny bit less clueless.
Hi!!!
I have the same question that Yassine did.
I need to replace the values in the same column. I don't want to create a new column e then have to remove the old column.
How could I could that?
That's a real fun article. It inspired me to delve deeper into the topic of List.Accumulate. I can see how the function works, but it takes an additional step to imagine how one can use it for more complex applications.
Your example also made it into my article, together with some other use-cases. Would be great to get your opinion on which other areas you would include in the article.
Let me drop the link to the page so others can too find it for further reading: https://gorilla.bi/power-query/list-accumulate/
Expression.Error: The name 'replacements' wasn't recognized. Make sure it's spelled correctly.