Forum Discussion
How to change Comma style to Dot in Office 365 IPAD
I also have a problem using excel with the decimal point format.
I need to be able to use either decimal point or decimal comma for reasons outside my reach and cannot find how to make excel understand the "comma" or the "point" as the "decimal point" designator.
I have tried to read all relevant help information on the subject but are still wandering in darkness on this subject.
Can anyone shed some light to me, please!
- Micke-49Jun 27, 2022Copper Contributor
I did some research and found yet no system solution.
However I found one suggestion to use the "substitute" -function to take care of the decimal point to decimal comma problem. Now, this a spreadsheet cell specific hack that you may want to use but not a true solution to the main problem.
In the sample above I have in its column G the point -specific value I want to convert into a comma -notated value. The formula is then copied to all rows needed.To make this work I had to secure that excel understand the value as being a number and not a text. That I forced by nesting the conversion into the sum -function.
As you can see it works for me in this particular sheet. It is a hack that then has to be maintained if and when more information rows are included.