kumara_faith
Well-known Member
- Joined
- Aug 19, 2006
- Messages
- 951
- Office Version
- 365
Hi,
I have the following Table
In another Table, I am trying to summarize the above table as below:
Based on the first Table, the correct result should be as below. The Task columns shows the total task for the month regardless of status. The each column then shows whether the task has been Done, In Progress of Not Started based on the first Table above. The criteria would be to look at the Start date of all the Task for all the columns below.
Appreciate any help on how to achieve this. Thank you in advance.
I have the following Table
TASK | ASSIGNED TO | PROGRESS | STATUS | START | END |
First review - SBP/Finance/Risk/TO | 100% | DONE | 2-Feb-23 | 3-Feb-23 | |
Second Review - - SBP/Finance/Risk/TO | 100% | DONE | 3-Feb-23 | 4-Feb-23 | |
Review by CTOO | 100% | DONE | 4-Feb-23 | 5-Feb-23 | |
Review by Finance | 100% | DONE | 5-Feb-23 | 6-Feb-23 | |
Review by CFO | 0% | Not Started | 4-Feb-23 | 5-Feb-23 | |
Functional review | 96% | IN PROGRESS | 9-Jul-23 | 12-Jul-23 |
In another Table, I am trying to summarize the above table as below:
Month | Task | Completed | In Progress | Not Started |
Feb | ||||
Mar | ||||
Apr | ||||
May | ||||
Jun | ||||
Jul | ||||
Aug | ||||
Sep | ||||
Oct | ||||
Nov | ||||
Dec |
Based on the first Table, the correct result should be as below. The Task columns shows the total task for the month regardless of status. The each column then shows whether the task has been Done, In Progress of Not Started based on the first Table above. The criteria would be to look at the Start date of all the Task for all the columns below.
Month | Task | Done | In Progress | Not Started |
Feb | 5 | 4 | 1 | |
Mar | ||||
Apr | ||||
May | ||||
Jun | ||||
Jul | 1 | 1 | ||
Aug | ||||
Sep | ||||
Oct | ||||
Nov | ||||
Dec |
Appreciate any help on how to achieve this. Thank you in advance.