SELECT BRACKET NUMBERS
Closed
DON
-
Feb 7, 2010 at 09:03 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 7, 2010 at 10:30 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 7, 2010 at 10:30 AM
Related:
- SELECT BRACKET NUMBERS
- Bracket mac - Guide
- Vba select case like - Guide
- Reboot and select proper boot device - Laptop Forum
- To create a network bridge you must select at least two lan - Network Forum
- How to select at the rate in laptop - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Feb 7, 2010 at 10:30 AM
Feb 7, 2010 at 10:30 AM
try this, presuming that value is in cell a1
=MID(A1,FIND("(",A1)+1,FIND(")",A1)-FIND("(",A1) -1)
=MID(A1,FIND("(",A1)+1,FIND(")",A1)-FIND("(",A1) -1)