Remove comma from extracted text

Hi, I am using this formula to extract the last name from a name but it includes the comma.

=LEFT(Name@row, FIND(",", Name@row))

How do I remove the comma? I tried =LEFT(Name@row, FIND(",", Name@row), - ",") but that didn't work.

Thanks,

C'loni


Tags:

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!