Is there a good way to identify and isolate duplicate values in a column? I need to find every duplicate value in one column among many, and work with that data (not caring about the single occurances), so the Unique tool doesn't quite work for my needs. i've been running my data through the Summary tool and counting the columns of focus, Filter tool to isolate count values > 1, and then Join that result back with the original data. This process just feels clunky to me, does anyone know a single-tool formula/process to accomplish the same result? Bonus points if the process can be adapted for multiple columns. Thank you!