I have data that contains a code in parenthesis that I need to copy to another column, yet keep the code in the original text
Solved! Go to Solution.
@tiverson another method
Trim(SubString([Company & Code],FindString([Company & Code], '(') + 1,Length([Company & Code])),')')
Happy to help : ) @tiverson
Cheers and have a nice day!
User | Count |
---|---|
18 | |
14 | |
13 | |
9 | |
8 |