Please and thank you to the group...
I have a list of members. Column A is Member Number. Column B is Member Letter. Column C is Last Name, Column D is First Name.
It looks like this;
12345 0 Smith John
12345 A Smith Jane
12345 B Smith Bobby
So far so good, everything is sorted properly. HOWEVER, if a spouse has a last name different than the rest of the family, that person gets sorted separately from the rest. I would like to sort the entire list by Last Name then Member Number, then Member Letter AND keep the families together regardless of last name so it would look like the below example.
12345 0 Smith John
12345 A Smith Jane
12345 B Smith Bobby
54321 0 Young Alan
54321 A Jones Betty
54321 B Young Joe
Bookmarks