Can't seem to get the right formula for Non-Conformance Closure Cycle time to measure how well one aspect of our NCR process is working.
NOTE: All of the information I am working with is DATA-LINKED from another system that can't be modified easily due to the front end design of the input template.
PROBLEM: Need to identify how many NCR's were closed within a user defined DATE range (i.e: 1/1/2018 - 1/31/2018)
We have a formula to count how many NCR's were closed within the user defined date range.
STEP 1 [=COUNTIFS('NCR DATA'!X:X,">="&C1,'NCR DATA'!X:X,"<="&C2+1)]
The 3 main data columns are as follows:
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]
[TD]
[TD]
[/TR]
[TR]
[TD]DATE OF CREATION
[/TD]
[TD]NCR STATUS
[/TD]
[TD]VERIFIED ON
[/TD]
[/TR]
[TR]
[TD]4/25/2018
[/TD]
[TD]OPEN
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4/12/2018
[/TD]
[TD]CLOSED
[/TD]
[TD]4/28/2018
[/TD]
[/TR]
[TR]
[TD]3/30/2018
[/TD]
[TD]PENDING
[/TD]
[TD]4/18/2018
[/TD]
[/TR]
[TR]
[TD]3/8/2018
[/TD]
[TD]CLOSED
[/TD]
[TD]3/15/2018
[/TD]
[/TR]
[TR]
[TD]3/1/2018
[/TD]
[TD]CLOSED
[/TD]
[TD]3/10/2018
[/TD]
[/TR]
[TR]
[TD]1/18/2018
[/TD]
[TD]CLOSED
[/TD]
[TD]1/20/2018
[/TD]
[/TR]
[TR]
[TD]1/18/2018
[/TD]
[TD]CLOSED
[/TD]
[TD]1/25/2018
[/TD]
[/TR]
[TR]
[TD]1/15/2018
[/TD]
[TD]CLOSED
[/TD]
[TD]1/29/2018
[/TD]
[/TR]
</tbody>[/TABLE]
Step 1: Identify the population of all CLOSED NCR's that fall within the user define DATE range. (GOT THAT PART)
Step 2: Calculate the closure cycle time in workdays for each CLOSEDNCR (Column X - Column A).
Step 3: Calculate the AVERAGE days based on the number of NCR's closed. =(SUM of all WORKDAYS TO CLOSE NCRS / Number of NCR's closed).
I would appreciate any ideas on how to accomplish this.
NOTE: All of the information I am working with is DATA-LINKED from another system that can't be modified easily due to the front end design of the input template.
PROBLEM: Need to identify how many NCR's were closed within a user defined DATE range (i.e: 1/1/2018 - 1/31/2018)
We have a formula to count how many NCR's were closed within the user defined date range.
STEP 1 [=COUNTIFS('NCR DATA'!X:X,">="&C1,'NCR DATA'!X:X,"<="&C2+1)]
The 3 main data columns are as follows:
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]
Column A
[/TD][TD]
Column T
[/TD][TD]
Column X
[/TD][/TR]
[TR]
[TD]DATE OF CREATION
[/TD]
[TD]NCR STATUS
[/TD]
[TD]VERIFIED ON
[/TD]
[/TR]
[TR]
[TD]4/25/2018
[/TD]
[TD]OPEN
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4/12/2018
[/TD]
[TD]CLOSED
[/TD]
[TD]4/28/2018
[/TD]
[/TR]
[TR]
[TD]3/30/2018
[/TD]
[TD]PENDING
[/TD]
[TD]4/18/2018
[/TD]
[/TR]
[TR]
[TD]3/8/2018
[/TD]
[TD]CLOSED
[/TD]
[TD]3/15/2018
[/TD]
[/TR]
[TR]
[TD]3/1/2018
[/TD]
[TD]CLOSED
[/TD]
[TD]3/10/2018
[/TD]
[/TR]
[TR]
[TD]1/18/2018
[/TD]
[TD]CLOSED
[/TD]
[TD]1/20/2018
[/TD]
[/TR]
[TR]
[TD]1/18/2018
[/TD]
[TD]CLOSED
[/TD]
[TD]1/25/2018
[/TD]
[/TR]
[TR]
[TD]1/15/2018
[/TD]
[TD]CLOSED
[/TD]
[TD]1/29/2018
[/TD]
[/TR]
</tbody>[/TABLE]
Step 1: Identify the population of all CLOSED NCR's that fall within the user define DATE range. (GOT THAT PART)
Step 2: Calculate the closure cycle time in workdays for each CLOSEDNCR (Column X - Column A).
Step 3: Calculate the AVERAGE days based on the number of NCR's closed. =(SUM of all WORKDAYS TO CLOSE NCRS / Number of NCR's closed).
I would appreciate any ideas on how to accomplish this.