I have a spreadsheet with loads of names in Name, middle name, surname format, BUT i would like it surname, first name, middle name. I have tried the following formula
=CONCATENATE(MID(A2,SEARCH(" ",A2,1) + 1,LEN(A2)),", ",MID(A2,1,SEARCH(" ",A2,1) - 1))
This worked fine, however some people have 4 middle names, so those returned with a middle name first instead of the surname!
Please help, as i have to deal with this spreadsheet on a monthly basis and just want to make life easier for myself.
Tags: