MasterBash
Board Regular
- Joined
- Jan 22, 2022
- Messages
- 65
- Office Version
- 365
- Platform
- Windows
Hi,
So I want to use a delimiter to pull what is between parenthesis (). However, the condition of using the delimiter is that the entire column (all the rows in that column) must have the rounded brackets.
However, if all rows do not have the delimiter, then do not use the delimiter :
How can I accomplish that ?
Thank you.
So I want to use a delimiter to pull what is between parenthesis (). However, the condition of using the delimiter is that the entire column (all the rows in that column) must have the rounded brackets.
Name : | Expected result : |
This is a (product) name | product |
Here is (another product) name | another product |
I am (giving a third) example | giving a third |
This is the fourth (example) | example |
However, if all rows do not have the delimiter, then do not use the delimiter :
Name : | Expected result : |
This is a product name | This is a product name |
This is (another product) name | This is (another product) name |
I am (giving a third) example | I am (giving a third) example |
This is the fourth example | This is the fourth example |
How can I accomplish that ?
Thank you.