Forum Discussion
ingrid07m
Jan 13, 2024Copper Contributor
How to change characters
Hello! I have written down a lot of numbers in many boxes, but I used a dot in front of the decimals instead of a comma and the computer dosen't register the dot as a comma. I need to use the AutoSum...
PeterBartholomew1
Jan 13, 2024Silver Contributor
You could use a formula to convert the English localisation to continental and sum
= SUM(VALUE(SUBSTITUTE(valuesAsText, ".", ",")))
- ingrid07mJan 13, 2024Copper Contributor
PeterBartholomew1 Tank you, i managed to fix it!