I need to remove prefixed special character, numbers in a string in a particular column, For example I am having data in column A (say from A1 to A10000) in column B i need result. below is my example strings
EX1: 12#- First code 12 /05 or 0000000- First code <12> take a trip
Result : First code 12/05 First code take a trip**
Like wise the same resulted data will be copied and all numbers should be replaced with "*" but the the special characters should not be removed.
Result in Column c should be as mentioned below.
First code **/**
First code <$**.00> take a trip**