Remove a string of characters after a special charater :

keesuri25
ββ
Need a formula to remove "Account name" from the Use case name. Right now the format in the use case column is Account Name: Use case Name
I want the "use case column" to only have the use case.
I tried the below formula but getting a circular reference error. Please advice. Thank you.
=LEFT([Use case: Name]@row + ":", FIND(":", [Use case: Name]@row + ":") - 1)
Best Answer
Answers
-
Try this:
=RIGHT([Account Name]@row, LEN([Account Name]@row) - (FIND(":", [Account Name]@row) + 1))
-
Getting the same error. Circular Reference and Blocked.
-
-
Gosh ! Should have thought of that .. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!