DerekWooley
New Member
- Joined
- May 1, 2018
- Messages
- 34
Hello, I am trying to write a formula that calculates theend date of employees based on the calculated work hours that will be added.The employees start at 6:20am and stop at 4:50pm and only work Monday-Thursday.How can I write a formula in Column C below to add the workhours within thosetime constraints for only Mon-Thur? Also, the start date for the next task is immediatelyfollows the previous task so I need it to do Previous end Date +1 day but onlystart on Mondays or Thursdays since those are the only days they work.
[TABLE="width: 225"]
<tbody>[TR]
[TD="width: 64, bgcolor: transparent"] [/TD]
[TD="width: 85, bgcolor: transparent"] [/TD]
[TD="width: 74, bgcolor: transparent"] [/TD]
[TD="width: 78, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"] [/TD]
[TD="width: 85, bgcolor: transparent"] [/TD]
[TD="width: 74, bgcolor: transparent"] [/TD]
[TD="width: 78, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"] [/TD]
[TD="width: 85, bgcolor: transparent"] [/TD]
[TD="width: 74, bgcolor: transparent"] [/TD]
[TD="width: 78, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"] [/TD]
[TD="width: 85, bgcolor: transparent"] [/TD]
[TD="width: 74, bgcolor: transparent"] [/TD]
[TD="width: 78, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"] [/TD]
[TD="width: 85, bgcolor: transparent"] [/TD]
[TD="width: 74, bgcolor: transparent"] [/TD]
[TD="width: 78, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"] [/TD]
[TD="width: 85, bgcolor: transparent"] [/TD]
[TD="width: 74, bgcolor: transparent"] [/TD]
[TD="width: 78, bgcolor: transparent"] [/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"] [/TD]
[TD="width: 85, bgcolor: transparent"] [/TD]
[TD="width: 74, bgcolor: transparent"] [/TD]
[TD="width: 78, bgcolor: transparent"] [/TD]
[/TR]
</tbody>[/TABLE]
Thank you for any help.
[TABLE="width: 225"]
<tbody>[TR]
[TD="width: 64, bgcolor: transparent"]
Column A
[TD="width: 85, bgcolor: transparent"]
Column B
[TD="width: 74, bgcolor: transparent"]
Column C
[TD="width: 78, bgcolor: transparent"]
Column D
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"]
[TD="width: 85, bgcolor: transparent"]
Start
[TD="width: 74, bgcolor: transparent"]
Hours
[TD="width: 78, bgcolor: transparent"]
End Date
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"]
Task 1
[TD="width: 85, bgcolor: transparent"]
11/15/2018
[TD="width: 74, bgcolor: transparent"]
87
[TD="width: 78, bgcolor: transparent"]
?
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"]
Task 2
[TD="width: 85, bgcolor: transparent"]
0
[TD="width: 74, bgcolor: transparent"]
45
[TD="width: 78, bgcolor: transparent"]
?
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"]
Task 3
[TD="width: 85, bgcolor: transparent"]
?
[TD="width: 74, bgcolor: transparent"]
56
[TD="width: 78, bgcolor: transparent"]
?
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"]
Task 4
[TD="width: 85, bgcolor: transparent"]
?
[TD="width: 74, bgcolor: transparent"]
34
[TD="width: 78, bgcolor: transparent"]
?
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"]
Task 5
[TD="width: 85, bgcolor: transparent"]
?
[TD="width: 74, bgcolor: transparent"]
44
[TD="width: 78, bgcolor: transparent"]
?
[/TR]
</tbody>[/TABLE]
Thank you for any help.