Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Finding text between two parenthesis
I am trying to pull the text between two parenthesis and place in another field. In the screen shot attached I am wanting to get the data between the two parenthesis in the "Requested by (NetID) field and place it in the "Requested by NetID"). In other words, I want "dj32" to be in the second field. Anyone have any ideas on the formula. I've tried a combination of MID, RIGHT, FIND but nothing I put together gets past an error message.
Thanks,
Tim
Comments
-
Tim,
I can't see your screen shot.
=MID(Text23, FIND("(", Text23) + 1, FIND(")", Text23) - FIND("(", Text23) - 1)
might work.
This is looking at the [Text] column, row 23.
This will throw an error if the text is blank, so
=IFERROR(MID(Text35, FIND("(", Text35) + 1, FIND(")", Text35) - FIND("(", Text35) - 1), "blank")
Craig
-
Thanks Craig, I will give that a shot. Appreciate the quick response and will let you know how it worked. -Tim
-
Craig,
This worked perfectly. Thanks.
Tim
-
Tim -
You are welcome.
Craig
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives