Help with extracting values from one cell to the other
Keya Sult
✭✭
Hello, I am trying to extract a value from one cell to another cell. E.g. I have a column that goes by a specific sequence:" ["A"]_["B"]_["C"]_[ID No.]". I am trying to extract the [ID] portion (the string after the 3rd '_'). How may I be able to do this?
Best Answer
-
=RIGHT([ONE CELL]@row, LEN([ONE CELL]@row) - FIND("!", SUBSTITUTE([ONE CELL]@row, "_", "!", 3)))
Answers
-
Do you want to include the [square brackets] or no?
-
=RIGHT([ONE CELL]@row, LEN([ONE CELL]@row) - FIND("!", SUBSTITUTE([ONE CELL]@row, "_", "!", 3)))
-
Hi @Paul Newcome, I don't want the square brackets included; just wanted to signify a column
-
@Carson Penticuff That works perfectly!! Thank you so much!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 405 Global Discussions
- 216 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives