I have Column A that has a string with a mix of names, numbers and other characters. I would like to remove the numbers from the string, the "#" and the last ";". There are one or could be several names in column A. Example follows:
Column A
Row 1 Smith, Stan;#1
Row 2 Smith, Stan;#1;#Smith, Fancine;#25;#Smith, Steve;#101
Row 3 Smith, Haley;#50;#Smith, Steve;#101
Want column B to look like this:
Column B
Row 1 Smith, Stan
Row 2 Smith, Stan;Smith, Fancine;Smith, Steve
Row 3 Smith, Haley;Smith, Steve
Thanks!
Column A
Row 1 Smith, Stan;#1
Row 2 Smith, Stan;#1;#Smith, Fancine;#25;#Smith, Steve;#101
Row 3 Smith, Haley;#50;#Smith, Steve;#101
Want column B to look like this:
Column B
Row 1 Smith, Stan
Row 2 Smith, Stan;Smith, Fancine;Smith, Steve
Row 3 Smith, Haley;Smith, Steve
Thanks!