How to get Project Start date and End date in Excel 2016

Ankitsharmaece

New Member
Joined
Jan 31, 2021
Messages
10
Office Version
  1. 2019
Platform
  1. Windows
  2. Mobile
Please let me know how can I get start date and end date automatically based on on table.
As per table below, I want to calculate start date and end date automatically based on target achieved.

21-May22-May23-May24-May25-May26-May
Work start Datework end DateTarget qtyCompleted QtyABABABABABAB
22-May26-May-232020105221



1.xlsx
BCDEFGHIJKLMNOPQ
121-May22-May23-May24-May25-May26-May
2Work start Datework end DateTarget qtyCompleted QtyABABABABABAB
322-May26-May-232020105221
Sheet2
Cell Formulas
RangeFormula
H1,P1,N1,L1,J1H1=F1+1
E3E3=SUM(F3:Q3)
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
try this:


Mr excel questions 40.xlsm
ABCDEFGHIJKLMNOP
1Sun 23/5/21Mon 23/5/22Tue 23/5/23Wed 23/5/24Thu 23/5/25Fri 23/5/26
2Work start Datework end DateTarget qtyCompleted QtyABABABABABAB
3Mon 23/5/22Fri 23/5/26105221
Ankitsharmaece
Cell Formulas
RangeFormula
G1,O1,M1,K1,I1G1=E1+1
A3A3=INDEX(IF(E1:P1="",D1:O1,E1:P1), 1/AGGREGATE(14,6,1/((ISNUMBER(E3:P3))*(COLUMN(E3:P3)-4)),1))
B3B3=INDEX(IF(E1:P1="",D1:O1,E1:P1), AGGREGATE(14,6,((ISNUMBER(E3:P3))*(COLUMN(E3:P3)-4)),1))



It does require unmerged cells in row 1.
 
Upvote 0
I tried and copied same code in my excel. but it is giving me #VALUE! Error. I am using MS excel 2016
- I did not see any relation with target qty. you did not put any value in target quantity C3 cell. then how can we say that project completed in B3 (Work end date).
- Can you elaborate the formula little bit. I did not understand the logic.

currently not working for me. please help.
 
Upvote 0
OQC Unloader MasterFile.xlsx
ABCDEFGHIJKLMNOP
1Sunday, May 21, 2023Monday, May 22, 2023Tuesday, May 23, 2023Wednesday, May 24, 2023Thursday, May 25, 2023Friday, May 26, 2023
2Work start Datework end DateTarget qtyCompleted QtyABABABABABAB
3#VALUE!#VALUE!2020105221
Sheet10
Cell Formulas
RangeFormula
G1,O1,M1,K1,I1G1=E1+1
A3A3=INDEX(IF(E1:P1="",D1:O1,E1:P1),1/AGGREGATE(14,6,1/((ISNUMBER(E3:P3))*(COLUMN(E3:P3)-4)),1))
B3B3=INDEX(IF(E1:P1="",D1:O1,E1:P1),AGGREGATE(14,6,((ISNUMBER(E3:P3))*(COLUMN(E3:P3)-4)),1))
D3D3=SUM(E3:P3)
 
Upvote 0

Forum statistics

Threads
1,215,186
Messages
6,123,537
Members
449,106
Latest member
techog

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