How to enter a task start date based on the end date of a previous task. LONG

abuchanan

New Member
Joined
Jan 25, 2014
Messages
49
I am trying to figure out how to allow data to be entered into an excel cell based on a previous data. This is a TASK monitoring spreadsheet.

You enter each task, and give an estimated end date for the task. The task is tracked, and once completed, an ACTUAL end date is entered. You can check to see if you're ahead or behind schedule... and also check to see how accurate your estimated end day way.

I want to allow the end user to either manually enter the start date or have the option to say the start date is dependent on the actually end date of a previous task.

This is MUCH easier to show in a sample workbook which I have attached.

I've already asked for previous help with this project, and apologize I have so many question. I used to work in excel ALL THE TIME, but that was over five years ago. As I gotten older, I've lost brain cells!!!!! :). Thanks in advance for any help!

1686230193853.png


1686230222562.png

1686230242946.png






Book2
ABCDEFGHIJKLMNOPQRS
1TaskESTIMATEDCALCULATEDACTUAL
2TaskCode NumberPersonStart DateDependent on?END DATENUM DAYSEND DATE# DAYSEnd Date# DaysStart Date Dependend on End Date of:
3Task 1Mon 5/01/236/2/23Fri, Jun, 2, 2324
4Task 2Tue 5/02/235Tue, May, 9, 235
5Task 36/2/23Fri, Jun, 2, 2332200
6Task 46/2/23Fri, Jun, 2, 2332200
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Sheet1
Cell Formulas
RangeFormula
I3:I6I3=IF(AND(G3="", NOT(ISBLANK(H3))), WORKDAY(E3, J3), IF(AND(G3<>"", H3=""), G3, ""))
J3:J4J3=IF(AND(G3<>"", H3=""), (NETWORKDAYS(E3,I3)-1), IF(AND(G3="", H3<>""), H3, ""))
J5:J6J5=IF(AND(G5<>"", H5=""), NETWORKDAYS(E5,I5), IF(AND(G5="", H5<>""), H5, ""))
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().

Forum statistics

Threads
1,215,092
Messages
6,123,063
Members
449,090
Latest member
fragment

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