Ankitsharmaece
New Member
- Joined
- Jan 31, 2021
- Messages
- 10
- Office Version
- 2019
- Platform
- Windows
- 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.
As per table below, I want to calculate start date and end date automatically based on target achieved.
21-May | 22-May | 23-May | 24-May | 25-May | 26-May | ||||||||||
Work start Date | work end Date | Target qty | Completed Qty | A | B | A | B | A | B | A | B | A | B | A | B |
22-May | 26-May-23 | 20 | 20 | 10 | 5 | 2 | 2 | 1 | |||||||
1.xlsx | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | |||
1 | 21-May | 22-May | 23-May | 24-May | 25-May | 26-May | ||||||||||||
2 | Work start Date | work end Date | Target qty | Completed Qty | A | B | A | B | A | B | A | B | A | B | A | B | ||
3 | 22-May | 26-May-23 | 20 | 20 | 10 | 5 | 2 | 2 | 1 | |||||||||
Sheet2 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
H1,P1,N1,L1,J1 | H1 | =F1+1 |
E3 | E3 | =SUM(F3:Q3) |