Hi All,
Hope you are doing good!
I ran into a situation where in a column I have specific codes like:
8.1
79.12G
68.FD
Then I would get the desired output in the following format such that 8.1 gets converted into text as 8.10 but the other texts should not change:
8.10
79.12G
68.FD
If this is possible then it would be great if someone can guide on this. Thanks!