Remove a string of characters after a special charater :
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
-
You need to put it in a different column.
Answers
-
Try this:
=RIGHT([Account Name]@row, LEN([Account Name]@row) - (FIND(":", [Account Name]@row) + 1))
-
Getting the same error. Circular Reference and Blocked.
-
You need to put it in a different column.
-
Gosh ! Should have thought of that .. Thank you.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!