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
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives