Hi,
Bit of a strange one. I have a list of names (lots of them actually, this is part of a much longer process) that I'd like to sort alphabetically by surname, but I don't want to split the names into two columns. What I need is some way to split the name within the code, sort it, then put it back together before it's actually placed on the sheet.
So that column A goes from:
Alan Smith
James Jackson
Robert Best
To:
Robert Best
James Jackson
Alan Smith
I also need to sort the data in columns B to G along with the names.
I imagine this will be possible but the only issue is that it needs to be fairly quick, as this will happen around 100 times during a process that already takes roughly 10 minutes.
Bit of a strange one. I have a list of names (lots of them actually, this is part of a much longer process) that I'd like to sort alphabetically by surname, but I don't want to split the names into two columns. What I need is some way to split the name within the code, sort it, then put it back together before it's actually placed on the sheet.
So that column A goes from:
Alan Smith
James Jackson
Robert Best
To:
Robert Best
James Jackson
Alan Smith
I also need to sort the data in columns B to G along with the names.
I imagine this will be possible but the only issue is that it needs to be fairly quick, as this will happen around 100 times during a process that already takes roughly 10 minutes.