I am hoping this is really simple, and my brain is just not working!
In Column G is the date the request received
In Column H is the "Work Resource"
In Column J is the "Status" - unfortunately, there are several "Open" status'" (and also "Rejected")
In Column Q is the "Completed" date
My week starts on a Sunday. (For instance w/c Sunday 27th February 2022 to Saturday 5th March 2022 or Sunday 6th March 2022 - Saturday 12th March 2022)
What I need to do is have a count of the number of "Open/active" work items in a particular week. The count needs to be whatever is there on the Saturday.
There is also a Column M which has an automated timestamp. So, for instance if Column J - Status is amended to "Rejected" it will input the below. It is worth mentioning that no date is input anywhere else for the date a work item is rejected.
So, in essence I need a count of
Open work items
w/c 20/02/2022 (to Saturday 26/2/2022 (ANSWER : 6) ....... 10001 / 10002 / 10003 / 10004 / 10006 / 10007
w/c 27/02/2022 (to Saturday 05/03/2022 (ANSWER : 5) ....... 10002 / 10003 / 10006 / 10007 / 100008
I hope that makes sense and someone can help!
In Column G is the date the request received
In Column H is the "Work Resource"
In Column J is the "Status" - unfortunately, there are several "Open" status'" (and also "Rejected")
In Column Q is the "Completed" date
My week starts on a Sunday. (For instance w/c Sunday 27th February 2022 to Saturday 5th March 2022 or Sunday 6th March 2022 - Saturday 12th March 2022)
What I need to do is have a count of the number of "Open/active" work items in a particular week. The count needs to be whatever is there on the Saturday.
There is also a Column M which has an automated timestamp. So, for instance if Column J - Status is amended to "Rejected" it will input the below. It is worth mentioning that no date is input anywhere else for the date a work item is rejected.
Column A (Ref Number) | Column G (Received Date) | Column H (Resource) | Column J (Status) | Column Q (Comp. Date) | Column M (Audit Trail) | |
10001 | 18/02/2022 | Department A | Complete | 28/02/2022 | ||
10002 | 23/02/2022 | Department A | Submitted | |||
10003 | 23/02/2022 | Department A | In QA | |||
10004 | 25/02/2002 | Department A | Complete | 04/03/2022 | ||
10005 | 25/02/2022 | Department B | Complete | 27/02/2022 | ||
10006 | 25/02/2022 | Department B | In investigation | |||
10007 | 25/02/2022 | Department B | Rejected | 28/02/2022 11:15:13 - Status change: Rejected | ||
10008 | 01/03/2022 | Department A | Submitted | |||
10009 | 01/03/2022 | Department A | Complete | 02/03/2022 |
So, in essence I need a count of
Open work items
w/c 20/02/2022 (to Saturday 26/2/2022 (ANSWER : 6) ....... 10001 / 10002 / 10003 / 10004 / 10006 / 10007
w/c 27/02/2022 (to Saturday 05/03/2022 (ANSWER : 5) ....... 10002 / 10003 / 10006 / 10007 / 100008
I hope that makes sense and someone can help!