Formula to Determine REPEAT Offenders

JustBrowsing305

New Member
Joined
Jan 18, 2018
Messages
10
Good Morning, First off any help is greatly appreciated. I've run into a formula that I can't figure out. My boss wants to see which of our employees are "repeat" offenders in a spreadsheet. To put it simple. I need a formula that recognizes a "repeat" UNDER THE CONDITION that THAT same employee ID is on another date. The issue is that ONE unique employee ID might come out multiple times in one day simply because they might have multiple offenses in one day. The way that the data is pulled from the report is: We have the Dates of the offense on the "A" column. We have the employee ID on the "B" column. Then column "C-G" (Row 1) we have the dates that we want to check if these employee committed an offense on TWO or more separate dates. I can't just use a formula that counts the employee ID because if an employee commits a lot of errors/offenses in one day it doesn't matter. What matters is if this is a repeated offender who needs to be properly trained on the procedure. Any help is greatly appreciated. Thank you in advance. Below is a super simplified version what I'm asking but it's basically the dilemma I'm facing.

Date:Employee ID:1/8/20181/9/20181/10/20181/11/20181/12/2018
1/8/201841K
1/8/201841K
1/8/201834E
1/9/201841K
1/10/201841K
1/10/210841K
1/11/201841K
1/12/201841K

<tbody>
</tbody><colgroup><col><col><col span="2"><col span="3"></colgroup>
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
the quickest solution would be doing a PIVOT table based on Employee ID in row field.
 
Upvote 0
the quickest solution would be doing a PIVOT table based on Employee ID in row field.

Thank you for your reply. And my boss and I have tried that but through the entire state we have over 1200 employees. The example i put there is the very simplified version of it. When we put the employee ID in the pivot table, the table row maximum is 1000. And even when we add slicers to divide it by divisions, the data still displays single offenders. My boss wants to see only repeat offenders.
 
Upvote 0
For clarity, could you please populate the table from Post # 1 with the expected results?
 
Upvote 0
Actually,
I managed to figure it out. The only issue is that these formulas causes the processors on the computer to go crazy (then again the file that I'm working on is ridiculously huge). But hopefully this helps someone in the future. The formula that I created (I'm referring it to the table that I used as an example) is =IF(COUNTIFS($B:$B,$B2,$A:$A,C$1)=0,"",COUNTIFS($B:$B,$B2,$A:$A,C$1)). What is this formula doing? This formula is counting how many times the employee ID comes out under the Criteria that the date (either C1,D1,E1,F1,G1) on the row of that employee ID matches C1. So, in this scenario it counts that for 1/8/18 there was 2 errors by employee ID 41K. But my boss doesn't care if they committed multiple errors in ONE day, he only cares if they commit errors on more than one day. So, that's why I put an "if" formula so that if COUNTIFS($B:$B,$B2,$A:$A,C$1) results in 0, leave it blank. On the column H, I added the following formula: IF(COUNT(C2:G2)>=2,"Yes","No"). So as to if that employee ID has a DATE count of 2 or equal to 2, then "yes" he's a repeated offender. I hope this helps someone, I'm not a great teacher like Mr.Excel but hope it helps.
 
Upvote 0
Actually,
I managed to figure it out. The only issue is that these formulas causes the processors on the computer to go crazy (then again the file that I'm working on is ridiculously huge). But hopefully this helps someone in the future. The formula that I created (I'm referring it to the table that I used as an example) is =IF(COUNTIFS($B:$B,$B2,$A:$A,C$1)=0,"",COUNTIFS($B:$B,$B2,$A:$A,C$1)). What is this formula doing? This formula is counting how many times the employee ID comes out under the Criteria that the date (either C1,D1,E1,F1,G1) on the row of that employee ID matches C1. So, in this scenario it counts that for 1/8/18 there was 2 errors by employee ID 41K. But my boss doesn't care if they committed multiple errors in ONE day, he only cares if they commit errors on more than one day. So, that's why I put an "if" formula so that if COUNTIFS($B:$B,$B2,$A:$A,C$1) results in 0, leave it blank. On the column H, I added the following formula: IF(COUNT(C2:G2)>=2,"Yes","No"). So as to if that employee ID has a DATE count of 2 or equal to 2, then "yes" he's a repeated offender. I hope this helps someone, I'm not a great teacher like Mr.Excel but hope it helps.

Hi,

You can take out the first part of the formula you're using, and modify the second part to eliminate showing the "double" count:


Excel 2010
ABCDEFG
1Date:Employee ID:1/8/20181/9/20181/10/20181/11/20181/12/2018
21/8/201841K11111
31/8/201841K11111
41/8/201834E1
51/9/201841K11111
61/10/201841K11111
71/10/210841K11111
81/11/201841K11111
91/12/201841K11111
Sheet4
Cell Formulas
RangeFormula
C2=IF(COUNTIFS($B:$B,$B2,$A:$A,C$1)>=1,1,"")
 
Upvote 0
You're welcome, welcome to the forum.BTW, to speed up the formula/calculations, you probably don't want to use entire Column references (there are over 1 Million rows in Excel), so may be limit it to 3000 rows or whatever number that you are certain your data won't exceed, since you say you have over 1200 employees, something like:
Code:
=IF(COUNTIFS($B$2:$B$3000,$B2,$A$2:$A$3000,C$1)>=1,1,"")
 
Upvote 0
I will implement that formula into the Spreadsheet. The formula/calculations were taking a ridiculous amount of time to run so that will definitely save time. Thank you so much
 
Upvote 0

Forum statistics

Threads
1,214,415
Messages
6,119,382
Members
448,889
Latest member
TS_711

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