Changing dates based on hours worked

CSRUSS

New Member
Joined
Sep 2, 2018
Messages
5
Can anyone tell me how to auto change dates based on hours worked? All tasks are sequential, so row 2 "end date" will be the "start date" of the row 3.

TaskHours WorkedStart DateEnd Date
Task#1809/15/2018
Task #216

<tbody>
</tbody>


Your help is greatly appreciated.
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
You did not provide much information.
Weekends?
Holidays?
Normal work days?
etc.

Informative examples with expected results would be useful.


Excel 2010
ABCD
1TaskHoursDateEnd
2815-Sep-1816-Sep-18
31616-Sep-1818-Sep-18
4
5815-Sep-18Mon, Sep 17, 2018
61617-Sep-18Wed, Sep 19, 2018
7
1e
Cell Formulas
RangeFormula
D2=(C2+B2/8)
D5=WORKDAY(C5,B5/8)
C3=D2
C6=D5
 
Upvote 0

Forum statistics

Threads
1,216,030
Messages
6,128,408
Members
449,448
Latest member
Andrew Slatter

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