I have a field where the data is
John Smith(4321)
Adrian Bellows(5432)
William Grey(123)
I need to extract the name portion only stripping out "(", ")", and the numeric portion. There is very few examples of where the numeric portion is 3 digits instead of 4 but it would be great if it is flexible enough to always strip the Parentheses and numbers. Any help would be great,
Thank you
John Smith(4321)
Adrian Bellows(5432)
William Grey(123)
I need to extract the name portion only stripping out "(", ")", and the numeric portion. There is very few examples of where the numeric portion is 3 digits instead of 4 but it would be great if it is flexible enough to always strip the Parentheses and numbers. Any help would be great,
Thank you