Separate full names into different columns

Separating the full names in column A into first and last names in columns B and C.

Solution:

To retrieve the first name use the LEFT and FIND functions as shown in the following formula:
=LEFT(A1,FIND(" ",A1))



To retrieve the last name use the RIGHT, LEN, and FIND functions as shown in the following formula:
=RIGHT(A1,LEN(A1)-FIND(" ",B1))


Related Articles to Read




Post a Comment

 

Internet

© 2008 About Online Tips - A Complete Guide to Online Tips. | Contact|Terms and Fair use

All articles are copyrighted to About Online Tips.