Hi,
I have some data that uses decimals and commas. For example
191,08
5.138,55
8.666,01
19,33
17.154,10
The data uses a decimal to split the thousands. And a comma to signify the decimal place.
I found a formula to convert the comma to decimals but end up with:
17.154.10 which does not work.
Do you know a way to convert this data so it would be as follows:
191.08
5138.55
8666.01
19.33
17154.10
Thank you!