Formula for Target Completion Date

VictoriaM575

New Member
Joined
Sep 13, 2011
Messages
7
Hello!

I'm not Excel savvy and I need your help. I am trying to see if there is a formula for Target Completion Date (TCD) for various QA Laboratories projects, if I have a Start Date and if I were given an estimated time (in days, weeks, months, etc.) to complete a specific project. Given this information, how do I come up with TCD minus holidays and weekends.

Let's say, the labs started received a request for testing (Start Date) on 7/1/11 and they tell me that it takes about 18 weeks to complete the testing. Based on this information, I want to calculate the Target Completion Date (in net working days = excluding holidays and weekends). Is this doable?

Your help is greatly appreciated! :)
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
The NETWORKDAYS function can do this. Check Excel's online help and note that you may need to install the Analysis toolpack.
 
Upvote 0
Hello!

I'm not Excel savvy and I need your help. I am trying to see if there is a formula for Target Completion Date (TCD) for various QA Laboratories projects, if I have a Start Date and if I were given an estimated time (in days, weeks, months, etc.) to complete a specific project. Given this information, how do I come up with TCD minus holidays and weekends.

Let's say, the labs started received a request for testing (Start Date) on 7/1/11 and they tell me that it takes about 18 weeks to complete the testing. Based on this information, I want to calculate the Target Completion Date (in net working days = excluding holidays and weekends). Is this doable?

Your help is greatly appreciated! :)

A2: 7/1/11

B2: 18

Holidays is a range housing relevant holiday dates.

Nivoke:

=WORKDAY(A2,B2*7,Holidays)

The important thing here is how to decide that B2 is in weeks. The formula assumes weeks, hence the multiplier value of 7.
 
Upvote 0

Forum statistics

Threads
1,224,598
Messages
6,179,820
Members
452,946
Latest member
JoseDavid

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