Cell A1 contains a name - Sameer Lal
The formula for extracting the first name is =LEFT(A1,FIND(" ",A1))
The formula for extracting the last name is =MID(A1,FIND(" ",A1)+1,LEN(A1))
This tip can be used for many other purposes and comes out very handy.
No comments:
Post a Comment