Gantt Chart In Excel

kins

Board Regular
Joined
Jul 26, 2010
Messages
157
hi

I have a gantt chart in excel and i have the following dates colored

06/11/2017 - 14/11/2017. The duration of the project is 9 weekday so I want the cells to color weekday. My start date and end date to the left is fine and excludes weekend (because I've put a weekday formula in) but I don't know how to get the actual chart color to change.

Any ideas?
 
Two functions that may help you are WORKDAY and NETWORKDAYS. If your weekends do not fall on Saturday and Sunday, you would use WORKDAY.INTL and NETWORKDAYS.INTL.

WORKDAY will return the date, before or after a starting date, excluding weekends and, optionally, excluding a list of holidays.
=WORKDAYS(start_date, days_between, list_of_holidays)

NETWORKDAYS will return the number of days between two dates, excluding weekends, and optionally, excluding a list of holidays.
=NETWORKDAYS(start_date, end_date, list_of_holidays)

A listing of Youtube tutorials by Mike Girvin that may be of interest:
https://www.youtube.com/user/ExcelIsFun/search?query=gantt
 
Upvote 0

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Forum statistics

Threads
1,224,824
Messages
6,181,187
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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