Hi. I looking for a formula that will return text to the right of the 2nd pipe.
Customer Success | Team Meeting | ACS-1
Development | QR Codes | TD-1006
Cross| PWA | XTNXB-7
This text is from the dropdown, which has about 30 different options. I made the text that must be returned bold
Thanking you
Best Answer
-
Try this
=RIGHT(Text@row, LEN(Text@row) - FIND(CHAR(124), Text@row, FIND(CHAR(124), Text@row) + 1) - 1)
Answers
-
Try this
=RIGHT(Text@row, LEN(Text@row) - FIND(CHAR(124), Text@row, FIND(CHAR(124), Text@row) + 1) - 1)
-
Thanks so much Paul.
It worked !
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.4K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 479 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 303 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!