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.
[TABLE="width: 491"]
<tbody>[TR]
[TD]Date:[/TD]
[TD]Employee ID:[/TD]
[TD]1/8/2018[/TD]
[TD]1/9/2018[/TD]
[TD]1/10/2018[/TD]
[TD]1/11/2018[/TD]
[TD]1/12/2018[/TD]
[/TR]
[TR]
[TD]1/8/2018[/TD]
[TD]41K[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1/8/2018[/TD]
[TD]41K[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1/8/2018[/TD]
[TD]34E[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1/9/2018[/TD]
[TD]41K[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1/10/2018[/TD]
[TD]41K[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1/10/2108[/TD]
[TD]41K[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1/11/2018[/TD]
[TD]41K[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1/12/2018[/TD]
[TD]41K[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
</tbody><colgroup><col><col><col span="2"><col span="3"></colgroup>[/TABLE]
[TABLE="width: 491"]
<tbody>[TR]
[TD]Date:[/TD]
[TD]Employee ID:[/TD]
[TD]1/8/2018[/TD]
[TD]1/9/2018[/TD]
[TD]1/10/2018[/TD]
[TD]1/11/2018[/TD]
[TD]1/12/2018[/TD]
[/TR]
[TR]
[TD]1/8/2018[/TD]
[TD]41K[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1/8/2018[/TD]
[TD]41K[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1/8/2018[/TD]
[TD]34E[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1/9/2018[/TD]
[TD]41K[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1/10/2018[/TD]
[TD]41K[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1/10/2108[/TD]
[TD]41K[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1/11/2018[/TD]
[TD]41K[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1/12/2018[/TD]
[TD]41K[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
</tbody><colgroup><col><col><col span="2"><col span="3"></colgroup>[/TABLE]