Contact List - Extract First / Last Name?

13»

Answers

  • PeggyLang
    PeggyLang ✭✭✭✭✭✭

    @Paul Newcome
    I was looking for a way to extract first name from a column that contains;
    - John Smith
    - Fred Long Jr.
    - Tony Jeremiah Jones
    - etc.

    =LEFT([Legal Name]@row, FIND(" ", [Legal Name]@row) - 1)


    You already have a formula out there that does this perfectly.
    FORMULA GENIUS!!! THANKS!!!

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!