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
- 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!