How do i make a Gantt chart not include weekends?

muizac

Board Regular
Joined
Oct 24, 2006
Messages
50
Hi,

Hopefully you can help me, this problem has been killing me.

My calculations seem right in that i'm using the following formula to produce a list of project items - and the delviery dates dont include weekends.

C=number of days
E=End date
I=start date

=IF((WEEKDAY(E18,2)+C19)<6,E18+C19,IF((WEEKDAY(E18)+C19)<12,E18+C19+2,IF((WEEKDAY(E18)+C19)<17,E18+C19+4,E18+C19+6)))

All is good. I chart this using stacked columns to display the start date and number of days (then deleting the start date) the remaining days look like a simple gannt chart. However, a 10 day project item spans over the weekends in the chart - how do i get it not to include weekends in this 10 day period?

Thanks guys,

Andrew

Ps- i'm using Excel 2004 for Macs
[/img]
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney

Forum statistics

Threads
1,215,639
Messages
6,125,967
Members
449,276
Latest member
surendra75

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