I have an Excel file with 300 columns and 1000 Rows of data. I need to identify which rows have duplicate data, meaning rows with the same information in all 300 columns.
I have used COUNTIFS but that only gives one set of duplicates. The data has multiple duplicate rows that I need to identify . I've attached a sample table e.g. Job 1 and 4 are dupe rows and Jobs 3,5,6 are also dupe rows. Thank you so much
Value 1 Value 2 Value 3 Value 4 Value 5 Value 6 Value 7 Value 8
Job 1 A B C D E F G H
Job 2 A B C
Job 3 D E F G H
Job 4 A B C D E F G H
Job 5 D E F G H
Job 6 D E F G H
I have used COUNTIFS but that only gives one set of duplicates. The data has multiple duplicate rows that I need to identify . I've attached a sample table e.g. Job 1 and 4 are dupe rows and Jobs 3,5,6 are also dupe rows. Thank you so much
Value 1 Value 2 Value 3 Value 4 Value 5 Value 6 Value 7 Value 8
Job 1 A B C D E F G H
Job 2 A B C
Job 3 D E F G H
Job 4 A B C D E F G H
Job 5 D E F G H
Job 6 D E F G H