Help with formula to capture text to the right of /

Melanie Sanders
✭✭✭✭✭
Hello there, I am needing some assistance with a formula to pull text to the right of the / in my column and move it to my HELPER column. Thanks for the help.
Best Answer
-
The following formula should work as a column equation. I think there are other formulas you can use as well but this one is fairly straight forward.
=RIGHT([Recipient contact name]@row, LEN([Recipient contact name]@row) - FIND("/", [Recipient contact name]@row))
Answers
-
The following formula should work as a column equation. I think there are other formulas you can use as well but this one is fairly straight forward.
=RIGHT([Recipient contact name]@row, LEN([Recipient contact name]@row) - FIND("/", [Recipient contact name]@row))
-
@Alex_L_Oncor Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!