If this is indeed a continuation of your original problem, here is your original file with formulae to to extract unique records for the columns desired.
The first step was to concatenate the columns A:F in column AH. || was used as a separator because it was highly unlikely that this would appear in the original data.
Unique values from column AH were then brought forward into Sheet1 column A with this formula:
The data in column A was then separated from the concatenated data with this formula: Enter in B2 and fill down.
The rest of the columns were separated into columns with this formula entered in C2 and filled across and down.
Column A can be hidden so that only the unique records are displayed.
If you want data sorted in order, sort the ORIGINAL DATA and the unique data will be automatically sorted to match.
Bookmarks