You can also use this formula in a column next to your data:
=LEFT(A1,SEARCH(" ",A1)-1)
The formula above should give you the first name.
Then use this formula to get the last name in another column next to the first name column.
=RIGHT(A1,SEARCH(" ".A1)