I have an excel spreadsheet with numerous rows of product information. I am trying to standardise the format of the descriptions. Some of these contain wildcards within the description, others have different methods of displaying the sizes
ie
* 5" GC1 SHEET ALUMINIUM FLUE TERMINAL
needs to be displayed as
5in GC1 SHEET ALUMINIUM FLUE TERMINAL
Celcon Type "O" * FLUE TERMINAL
needs to be displayed as
Celcon Type O FLUE TERMINAL
So, my headache is....
1) How do I replace all "*"'s with ""
2) How do I replace " chr's when they are after a numeric value (Other descriptions are like: Type "O" Ring and in this case I just want to get rid of the quotes completely.
I will receive product files every week with the same descriptions (Out of my control!) So i need something that can run as VBA or a Macro.
Any help would be appreciated.
ie
* 5" GC1 SHEET ALUMINIUM FLUE TERMINAL
needs to be displayed as
5in GC1 SHEET ALUMINIUM FLUE TERMINAL
Celcon Type "O" * FLUE TERMINAL
needs to be displayed as
Celcon Type O FLUE TERMINAL
So, my headache is....
1) How do I replace all "*"'s with ""
2) How do I replace " chr's when they are after a numeric value (Other descriptions are like: Type "O" Ring and in this case I just want to get rid of the quotes completely.
I will receive product files every week with the same descriptions (Out of my control!) So i need something that can run as VBA or a Macro.
Any help would be appreciated.