E
Edmund Seet
May I know is there any function or any method that I can
remove ALPHABET characters leaving only NUMERIC value?
What I currently doing is that I been using formulars such
as MID, LEFT & RIGHT to remove the ALPHABET and special
characters. This method is indeed tedious. I am very
curious to know if you have any better method to recomend?
Example:
Invoice Number Result
IV3F02/49271 30249271
IES-30600001 30600001
C31946 31946
A macro would be the last resort.
TIA
Edmund Seet
remove ALPHABET characters leaving only NUMERIC value?
What I currently doing is that I been using formulars such
as MID, LEFT & RIGHT to remove the ALPHABET and special
characters. This method is indeed tedious. I am very
curious to know if you have any better method to recomend?
Example:
Invoice Number Result
IV3F02/49271 30249271
IES-30600001 30600001
C31946 31946
A macro would be the last resort.
TIA
Edmund Seet