A
Amanda Bainbridge
How do I make surnames appear alphabetically in Excel spreadsheets?
Amanda said:How do I make surnames appear alphabetically in Excel spreadsheets?
Dave Peterson said:Try copying from the newsgroup post, but paste it into the formula bar--not
directly into the cell.
=RIGHT(A1,LEN(A1)-FIND("^^",SUBSTITUTE(A1," ",
"^^",LEN(A1)-LEN(SUBSTITUTE(A1," ","")))))
(I broke the line feed at a position that won't hurt when you copy|paste.)