Combine IF and WORKDAY functions in Gantt

rajatsehgal

New Member
Joined
Jan 11, 2019
Messages
1
Hi

I need help to plugin the Workday & Holiday formula to my existing formula to calculate the number of days.

=IF(D9="","",IF(F9="",E9-D9+1,(E9-D9+1)-G9))

In above formula:
  1. D9 is the start date
  2. E9 is the End Date
  3. F9 is manual column to calculate the % of work completed and
  4. G9 has the formula to calculate the Work Done [=IF(F9="","",(E9-D9+1)*F9%)]
  5. H9 is the column where Work Left is calculated

What I am looking for is the Work Left (H9) column calculates the total days including weekends. I do not want it to calculate the weekends. Also, I would want that there are certain list of Holidays too which should not be counted too.

Please help! Thanks in advance.

Best,
Rajat
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.

Forum statistics

Threads
1,214,819
Messages
6,121,749
Members
449,050
Latest member
excelknuckles

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