I currently have values that look like the following:
30
32.5
How can I convert these to have two decimals if there is any decimals present (like the 2nd example), AND have the dot delimiter be replaced by a comma?
After the conversion the above numbers would look like this:
30
32,50