Easiest with 2 helper columns.
First helper (column C):
=A2&B2
Second helper:
=IF(COUNTIF(C:C,C2)>1,"DUPLICATE","")
Copy down as needed.
--
Best Regards,
Luke M
*Remember to click "yes" if this post helped you!*
"habelow1" wrote:
> I have 2 columns (First Name, Last Name) that I need to see if there are any
> duplicates in the spreadsheet, and to flag them.
> John Smith <----Duplicate
> Jane Smith
> John H Smith
> John Smith <---- Duplicate
>
> Thanks