code or formula to list results of duplicate values

Excel Ent

New Member
Joined
Aug 21, 2019
Messages
19
Office Version
  1. 2016
Platform
  1. Windows
Good day
We have delivery drivers that train new employees and we incentivize them forthis. A report is printed out weekly that has the drivers name in A, the routename in B, and the date in C. Is there code or formula to list the drivers thatran the same route on the same day?

Example :

Name Route Date
John Doe KEN1 8/1/2019 Results
Chip Blok DOV2 8/4/2019 John Doe
Chap Stik FRI1 7/22/2019 Jane Doe
Jane Doe KEN1 8/1/2019
Bill You ASP3 6/8/2019 Chip Blok
Don Lusk KLL5 7/5/2019 Ping Pong
Harry Arm JAM3 7/3/2019
Ping Pong DOV2 8/4/2019


Thank you for considering.


 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hey, Assuming first name starts in cell A2 then try this in D2 and drag down Col D.

D2:
Rich (BB code):
IF(SUMPRODUCT(($B$2:$B$9=B2)*($C$2:$C$9=C2))>1,A2,"")

Change the number in red to accommodate how many rows of data you have.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,940
Messages
6,122,361
Members
449,080
Latest member
Armadillos

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