Extract first name

How do I extract the first name if the Name field lists the name as Last, First order?
Answers
-
Hi @jgneely72151, try this formula:
=RIGHT(Name@row, LEN(Name@row) - FIND(",", Name@row))
It looks for a comma, and then returns the contents from the right side of the comma.
Hope this helps!
Nathan Braun (Founder of SSFeatures) (nathan@ssfeatures.com) (LinkedIn)
SSFeatures makes Smartsheet way easier to use and it saves you hours of work every week. It adds essential features into Smartsheet to save you time. For example: — Auto Sorting — Sorting with Filters — Report PDF Generation — Copy and Paste Conditional Formats — Copy and Paste Automation Workflows — Column Manager — and so many more.
-
This was very helpful but my list is a little more complicated than just last name, first name.
Many of the names in the list has multiple names following the comma and what's happening is that your formula is extracting everything following the comma. This is great but honestly, what I'm after is the reversal of the last name, first name to just first name last name. Is that doable?
Here are some examples of what's in my list:
last, first middle
last, first middle1 middle 2
I'm so sorry for not be clear.
Help Article Resources
Categories
Check out the Formula Handbook template!