I have a column, which has a comma separated values inside each cell that look like this
0.1, 0.2,0.3, 0.4,0.5, 0.8,1.0
1.5, 1.6,2.0, 10.6,10.9, 15.2,30.75
20, 0.25,280.2, 0.29,300.2, 423,530.76
In a text string.
The goal is to remove the leading zero<code style="font-family: Consolas...