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 |
---|---|
107 | |
85 | |
76 | |
54 | |
40 |