Splitting the First Name and Last Name in a Cell into Two Separate Cells

If you have you someone’s name in one cell and you want to split the first and last name into two separate cells then you can do that with some text functions like LEFT(), MID(), LEN() and FIND().

Here in this tutorial you will see how to do this.

Leave a comment