Very frustrated with what I thought was a simple function, however cannot get this working and would really kindly appreciate any help here
I have a sheet of names in various forms that I am trying to reconcile, however some are in the form FIRST NAME SURNAME and some are FIRST NAME MIDDLE NAME SURNAME.
I'd like simply just to return the surname from that cell, and do this by finding the last occurence of a space " " in the cell and give me that value.
Initially I used: =MID(A1,FIND(" ",A1)+1,LEN(A1)-(FIND(" ",A1))), but this was only so good for the first occurence.
Thank you
I have a sheet of names in various forms that I am trying to reconcile, however some are in the form FIRST NAME SURNAME and some are FIRST NAME MIDDLE NAME SURNAME.
I'd like simply just to return the surname from that cell, and do this by finding the last occurence of a space " " in the cell and give me that value.
Initially I used: =MID(A1,FIND(" ",A1)+1,LEN(A1)-(FIND(" ",A1))), but this was only so good for the first occurence.
Thank you