Formula help
Hello Experts,
I have a cell with multiple words. I want to bring some specific words of these to a target cell. Please help.
for example, Involuntary in first cell and voluntary in second cell.
Answers
-
Hi,
It is hard to help specifically without knowing what the criteria for the words to bring over are. I want to provide a potential solution, so you might be able to tweak this if it isn't exactly what you are looking for. Here is a solution assuming that you want to pull the word between the "<" symbols and calling the column you are pulling from [Data]:
- =MID([Data]@row, FIND(" >", [Data]@row) + 2, FIND(" > ", [Data]@row, FIND("> ", [Data]@row) + 2) - (FIND(" > ", [Data]@row) + 2))
I hope this helps!
Best,
Zach Hall
Training Delivery Manager / Charter Communications
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 154 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!