I have a large Excel file that contains duplicate data. I want to identify what the duplicates are. In Excel I would normally just do a formula to count the number of times that particular device ID is listed using a Countif formula, but my data set is over 600k rows.

In Alteryx:
How can I create a column to identify duplicates?