Hi, i have come up with this which adds some data to a new column, which i can then do a sort by.
=IF(ISNUMBER(SEARCH("/",A2)),"Slash",IF(ISNUMBER(SEARCH("(",A2)),"Open Bracket",IF(ISNUMBER(SEARCH(" ",A2)),"Space",IF(ISNUMBER(SEARCH("-",A2)),"Hyphen",""))))
Can this be put into a macro, then...