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
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives