Hi all - I thought that woudl be simple but i have spent some time looking for an answer
I have the folowing data that comes in
.2
1.2
50.22234555
75
but want the decimal to be fixed
.002
.12
.52223455
.75
I have tried Regx and a formula but can't seem to get the result needed
Thank yo