rockyhawkky
New Member
- Joined
- Jul 18, 2022
- Messages
- 8
- Office Version
- 365
- Platform
- Windows
I am making a task tracking grant chart using 2 input value Start(Date and time) and Duration(Hourly), to calculate their Finish by simply just Start+Duration/24
as you can see in this sheet.
my problem is the working time is 06:00-18:00 (im using 24 hr format) any time before or after this time is non-working time and i want my finish date to calculated by skipping these period.
ex. if my start date is 1-Oct 6:00 duration is 13 finish will go to next day 2-Oct 7:00 as you can see in task 2
any idea of formular to cal my Finish date?
as you can see in this sheet.
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Task | Duration | Start | Finish | ||
2 | Task1 | 12 | 01-Oct 06:00 | 01-Oct 18:00 | ||
3 | Task2 | 13 | 01-Oct 06:00 | 02-Oct 07:00 | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D2 | D2 | =C2+(B2/24) |
my problem is the working time is 06:00-18:00 (im using 24 hr format) any time before or after this time is non-working time and i want my finish date to calculated by skipping these period.
ex. if my start date is 1-Oct 6:00 duration is 13 finish will go to next day 2-Oct 7:00 as you can see in task 2
any idea of formular to cal my Finish date?