Hi, I need to delete anything in a column after two decimal places. For example:
09.14ADC01A
should be displayed as 09.14
I know I can replace 09.14* with 09.14, but this number changes. Is there a way to specify a wildcard character to identify numbers only, and delete anything after these?
Thanks.
09.14ADC01A
should be displayed as 09.14
I know I can replace 09.14* with 09.14, but this number changes. Is there a way to specify a wildcard character to identify numbers only, and delete anything after these?
Thanks.