Excel ROUND funtion doesn't work

TanaseIonut

Honorable
Nov 20, 2016
7
0
10,510
Hello!

I want to use ROUND function in excel to display a number just with wo decimals.

Ex: 224.34567 to 224.34

If i use =ROUND(A2;2) it doesn't do anything. And my excel is showing me that the funtion is Round(number;numb_digits) and when i search on the internet everywhere is Round (number,numb_digits) just with comma,but if i use jut comma excel is showing me an error message.
 


Yes.
And if that is what his settings are (to use a dot instead of comma), there is nothing to ROUND in that 'number'.
 
It was a mistake no matter if i type 234.567 or 234,567 it will show me the same and the ROUND function won't work.
If i use =ROUND(A2;2) it will show me the same number in both situations.
If i use =ROUND(A2,2) it will give me an ,,we have a problem with formula" error. Because as you saw in the image,even the excel told me that the round function is with ,, ; ". And i don't know why,because on microsoft page for excel help is with " , " ...