G
Guest
i have cells with names in them, however, i want to separate the name so that the first name is in one cell and the surname is displayed in a neigbouring cell.
to return the left most word (first name) i used
=LEFT(A2,FIND(" ",A2,1)-1)
how do i manipulate the formula to return the rightmost word (i.e. surname)
thanx for your help
to return the left most word (first name) i used
=LEFT(A2,FIND(" ",A2,1)-1)
how do i manipulate the formula to return the rightmost word (i.e. surname)
thanx for your help