Seperate last name from a cell with full name

L

Luke M

Assuming the cell only has a first and last name, you can use:

=MID(A1,FIND(" ",A1)+1,999)
 
T

Ty

Perfect
--
Thanks, Ty


Luke M said:
Assuming the cell only has a first and last name, you can use:

=MID(A1,FIND(" ",A1)+1,999)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top