Date Calculation Assistance

RockFish74

New Member
Joined
Aug 31, 2017
Messages
19
Hello,

I am trying to calculate completion dates for process steps using the WORKDAY function, however, the WORKDAY function alone does not recognize partial days i.e. 0.25, 0.75, etc. Is anyone able to recommend a function that calculates completion dates for each step in a process? I will manually enter the start date of the first process step. Please see my example below.

Thank You!

TillPlantWaterFertilizeGrowHarvestTransportWashTransport
Days →→0.7510.250.5101.750.250.250.75
Using SUM, partial days recognized and includes weekends4/1/20184/2/20184/3/20184/3/20184/13/20184/15/20184/15/20184/15/20184/16/2018
Should be…partial days recognized and excludes weekends (manual entries)4/1/20184/2/20184/3/20184/3/20184/17/20184/18/20184/19/20184/19/20184/20/2018
Function that recognizes partial days and excludes weekends?
<colgroup><col width="392" style="width: 294pt; mso-width-source: userset; mso-width-alt: 13937;"> <col width="49" style="width: 37pt; mso-width-source: userset; mso-width-alt: 1735;" span="4"> <col width="54" style="width: 41pt; mso-width-source: userset; mso-width-alt: 1934;" span="5"> <tbody> </tbody>
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Try this.

Book1
ABCDEFGHIJ
1Start0.7510.250.5101.750.250.250.75
204/01/20184/14/24/34/34/174/194/194/194/20
Sheet1
Cell Formulas
RangeFormula
B2=WORKDAY($A2, SUM($B$1:B1))
Enter the formula in B2 and copy to the right.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,489
Messages
6,113,947
Members
448,534
Latest member
benefuexx

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