I used conditional formatting to identify duplicate data when comparing 4 columns. Now that I have the duplicates highlighted I want to be able to automatically align the data in my columns so that it is side by side. For example:
Column A | Column B | Column C | Column D
Smith | 587 | Smith | 587
Jones | 662 | Smith | 420
I would like to automatically have my data adjust down so that when the data in Column A & B doesn't match column C & D it somehow moves "Jones 662" down one row so it is no longer side by side with "Smith 420". I am working with a huge spreadsheet and while the conditional formatting helped me flag the accounts that match, I still have to manually align the unmatched entries. Any help would be much appreciated!
Column A | Column B | Column C | Column D
Smith | 587 | Smith | 587
Jones | 662 | Smith | 420
I would like to automatically have my data adjust down so that when the data in Column A & B doesn't match column C & D it somehow moves "Jones 662" down one row so it is no longer side by side with "Smith 420". I am working with a huge spreadsheet and while the conditional formatting helped me flag the accounts that match, I still have to manually align the unmatched entries. Any help would be much appreciated!