Split Text to Column
Melanie Sanders
✭✭✭✭✭
Hello I have been trying to make this happen but am not quite there yet. I have the following column that contains CAH- Moraine. I am only trying to pull Moraine into a new column. The formula below is not quite right. Anyone have any ideas?
=RIGHT([RECIPIENT COMPANY]@row, FIND("- "))
Thank you!
Tags:
Best Answer
-
You could try MID formula as below:
=MID([RECIPIENT COMPANY]@row, 5, 30)
Here are more details of how to use MID:
Answers
-
You could try MID formula as below:
=MID([RECIPIENT COMPANY]@row, 5, 30)
Here are more details of how to use MID:
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!