Hi everyone! I'm trying to separate Last Name and First Name from a Contact Column. I'm CLOSE, but it's not QUITE working. I tried to take a formula I saw on another thread, but because I don't actually have an understanding of what the formula is actually doing, I'm unable to trouble shoot why it's wrong. It seems to be working for the Last name, but not for the first name. Can anyone give advice or explain to me why it's not working quite right? Here is what I am using for formula:
For Last Name column:
=RIGHT(Volunteer@row , LEN(Volunteer@row ) - FIND(" ", Volunteer@row ))
For First Name Column:
=LEFT(Volunteer@row , LEN(Volunteer@row ) - FIND(" ", Volunteer@row ))
Here is what it is doing: