Afternoon,
I trying to find a way to remove text that is at the end of each cell the exists within parenthesis.
For Example
Dillon Jones (DGJ)
Lewis (LP)
Jordan Caine (JC)
And I just want to display
Dillon Jones
Lewis
Jordan Caine
i have tried to use the regex tool but it does not seem to recognize searching for the "(" and I am not sure it that is because it is looking the countering ")"
Any insight would be greatly appreciated.
Thanks!