I have a worksheet in my excel workbook that contains a column of names, followed by 5 columns of data for each name, followed by another column of names with 5 proceeding columns of data for each name (and so on until 8 "sets" have been established. I want to be able to run a macro that finds the names that appear in every single column, or ones that appear in over half the columns, and create a table with these names in it. Just to be more specific, the columns in my workbook are: Player (A), Stat1 (B), Stat2 (C), Stat3 (D), Stat4 (E), Stat5 (F). The next set of names and accompanying data begin in the next available column (G). I have no clue how to even begin writing this code so any information is much appreciated. Thanks in advance.