Counting repeats from one date to the next

wknight7

New Member
Joined
Mar 1, 2023
Messages
12
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hello-
I have a report with 3 columns:
  • Column A- date
  • Column B- employee name
  • Column C- a reference number that basically corresponds to work they need to complete.
So if employee Bob has reference number 123 on 2/12/24, and then again 2/28/24, this would indicate to me that Bob didn't do what he was supposed to.

I am trying to create a formula that will count those instances when there is a repeat from one date to the next. Any help would be appreciated. Thanks!
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Couldn't use just use a COUNTIFS formula, counting all the instances where column B and C are the same, and check if the value is greater than 1?
See: COUNTIFS Function
 
Upvote 0
Solution
Thank you, that got me thinking in the right direction and I was able to get what I need.
 
Upvote 0
You are welcome.
Glad to hear it helped!
 
Upvote 0

Forum statistics

Threads
1,215,669
Messages
6,126,117
Members
449,292
Latest member
Mario BR

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