Gantt Chart Microsoft Excel Mac

You can also choose to recolor individual tasks, but you will need to tweak your data a bit to split your tasks into different series (categories). Open the Edit Chart Data table and:

Excel for Office 365 Excel for Office 365 for Mac Excel 2019 Excel 2016 Excel 2019 for Mac Excel 2013 Excel 2010 Excel 2007 Excel 2016 for Mac PowerPoint 2016 for Mac Word 2016 for Mac Word. Switch Row/Column is available only when the chart's Excel data table is open and only for certain chart types. Microsoft Store. Account profile. How to create Gantt chart in Excel? When you need to display your timeline of the project management in Excel, the Gantt chart can help you. Most of users may be known that the Gantt chart is a horizontal bar chart which is often used in project management applications, and from it you can view the timelines of each project managements visually and intuitively (see the following screenshot).

i.Add several new rows beneath your Duration line, as shown in the image below. This will generate a series of different colors for your tasks, which you can customize however you wish later.

ii.Now, to move a task into a different color category, cut (Cmd + X) its Duration value from the original row and paste it (Cmd + V) in whichever of the newly added rows (keep the same column). You can see how I set up the new colors for my graphic in the image below.

iii.The tasks with their duration values distributed on different rows will be considered as distinct series, while the ones with duration values on the same row represent a single series. This means you can further customize the former separately and the latter at once, which includes changing the default colors generated by Keynote earlier. If you want to do so, double-click on the desired bar, go to the Style tab and use the Color Fill indicator to select a new shade. Here is how I changed the default colors for my chart:

Download a simple project scheduling tool for Microsoft Excel® - by Jon Wittwer, PhD | Updated 6/2/19

A Gantt chart is a tool for project management developed originally by Henry Gantt in the early 1900s. It is a type of bar chart that shows the start and end times for each task in a project schedule. The tasks are usually categorized using a work breakdown structure with summary tasks for the main project deliverables and sub-tasks that break the project down into a detailed and manageable task hierarchy. If you use Excel or Google Sheets, you can create this type of project schedule with almost no learning curve by downloading Vertex42's free Gantt Chart Template.

For complicated project management activities, you may need a tool such as Microsoft Project or other specialized software. But, if you want to create a simple Gantt chart quickly and easily, you only need some basic Excel skills to use this template (such as knowing how to copy and insert rows).

Microsoft Excel Gantt Chart

'No installation, no macros - just a simple spreadsheet' - by Jon Wittwer

License: Private Use (not for distribution or resale)

This template is the original Excel Gantt Chart created by Vertex42 over a decade ago. Over 3 million downloads so far. That is a LOT of projects.

Download

⤓ Excel (.xlsx)⤓ Google Sheets
Go Pro!

Older Versions

OpenOffice (.ods)

Description

This template contains the core functionality needed to create a simple Gantt chart easily. Each row of the worksheet represents a separate task. All you need to do is define the start date and duration of each task.

  • To add more tasks, you just copy and paste rows (or insert a row then press Ctrl+D to copy formulas down).
  • To change the range of dates displayed in the chart area, just slide the scroll bar.
  • To track the status of a task, edit the % Complete column. The bars in the chart show the % complete for each task.
  • The vertical red line shows the current date.
  • To use the automatic work breakdown structure numbering, copy the formula for the appropriate level from the bottom of the worksheet.
  • Update 2/12/2018: The most significant update to the free version in many years: it is now unlocked!

While planning a project, you may also want to use a yearly calendar or project budget worksheet.

Gantt chart microsoft excel mac free
  • Enter Work Days, Calendar Days, or End Date
  • Choose Different Colors for the Bars
  • Select a Daily, Weekly, or Monthly View
  • Create Task Dependencies Easily
  • Exclude Holidays from Work Days
  • No Password-Protected Worksheets

License: Private Use (not for distribution or resale)

⤓ Download

This download provides the same functionality as the original free gantt chart template above. The main difference is the formatting. The WBS, End, and Work Days columns are highlighted gray to indicate that they contain formulas.

Note: This new design is available for the Pro version as well, but only as an alternative to one of the main files.

Creating Dependent Tasks in a Gantt Chart with Excel

One of the reasons why Excel is a useful tool for creating Gantt Charts is that task dependencies can be defined by using Excel formulas. Gantt Chart Template Pro is designed to make this easier than entering your own formulas, but here are a few simple examples you can try:

1. Start a Task the Day After a Predecessor Task

=end_date + 1

where end_date is a reference to cell (e.g. D10) containing the END date of the predecessor task.

2. Start a Task on the Same Day as another task

where start_date is a reference to cell containing the START date of the other task.

3. Start a Task the next WORK day after a Predecessor task (excludes Sat & Sun)

=WORKDAY(end_date,1)

Use the WORKDAY.INTL() function in Excel 2010+ to define a custom work week (days other than only Sat & Sun)

The problem with only using formulas is that you can't see the dependencies between tasks when you view or print the chart. Other Gantt chart software may show dependencies as lines connecting the bars in the gantt chart, but I've never found a simple way for Excel to do that (and the lines can get really messy).

Microsoft Project

The simple approach is to list the WBS number of the Predecessor in another column, like in the critical path example above. In the CPM template and in Gantt Chart Template Pro, formulas calculate the start dates based on what you enter. If you want to try doing this on your own, here is a formula to get you started:

4. Start a Task the next day after a Predecessor task listed in another column

=INDEX(range_of_end_dates,MATCH(predecessor_wbs,wbs_range,0))

Gantt Chart Pro uses a formula like this, but it allows up to three predecessors and it accounts for work days.

Showing Critical Tasks in a Gantt Chart

Some Gantt charts are designed to show the critical path and available slack or float time for each task. If every task must be done in sequence, every task is critical and there is no slack time (because if one task is delayed, it delays the entire project). However, if some tasks can be done in parallel and have some available slack time, then the project manager may be able to free up some resources to devote to the more critical tasks.

Currently, the only template I have so far that uses the Critical Path Method (CPM) algorithm to show critical tasks and available float time is the CPM Template shown in the image on the left. The Gantt chart in this example shows the critical tasks in red and the available slack time in gray.

The CPM algorithm requires a fully defined task dependency structure, meaning that every task must have a successor (another task that depends on it). A simple Gantt chart may not need to have the dependencies between tasks fully defined, which is why you will see many project schedules with tasks defined only with a start and end date.

More Free Excel Gantt Chart Templates


Commercial Gantt Chart Software

There are hundreds of software applications for creating gantt charts and project schedules. Some of the most popular are those that allow easy online collaboration such as SmartSheet.com and ProjectManager.com. And of course there's Microsoft:

  • Microsoft Project - products.office.com - Although a bit pricey, this really is the ultimate software for creating gantt charts and project timelines, partly because it is widely used and you can probably find someone in your office that knows how to use it if you have questions.

Other Free Gantt Chart Spreadsheets

  • Simple Project Schedule - vertex42.com - This worksheet may be useful if you want to avoid formulas and just want a way to create a stylish project timeline.
  • PeltierTech.com - John Peltier explains how to create a gantt chart in Excel using stacked bar graphs.
  • hyperthot.com by James Chapman - This page includes a few free gantt chart downloads for Excel that also calculate spend plan. This is done by including labor costs broken down by employee and the number of hours spent on each task.
  • CPM / PERT Spreadsheet - vertex42.com - This template includes a gantt chart for critical path analysis.

References

  • Gantt Chart Definition and History - wikipedia.com
  • Project Management Graphics (Gantt Charts) - edwardtufte.com - A detailed academic discussion about the use of gantt charts as project management tools.

Gantt Chart Microsoft Excel Mac Free

Related Content