Can someone help me figure out the code for grouping 2 columns together before sorting by columns?
example data:
where columns A & B need to be grouped together, C & D together, E & F together, etc...
When the sort is done it is only to sort by the name column (first column in each group of...