Hi everybody,
In Excell 2010 when a cell is defined as number we can round up the number with the round() function. The increase/decrease decimal should not round up but it does! A number of 4.7380 converts rounds up to 4.74 when I decrease the number of digits shown to 2. It shows 4.74 while it should show 4.73!!! Any ideas? It looks like a bug!
Thanks in advance
Actually, mathematically speaking, Excell is rounding just fine. Everything from 0.05 becomes 0.1 if you round it.
But, fortunately, Excell has multiple function for rounding numbers. Not only ROUND, but also ROUNDUP and ROUNDDOWN.
I think the function that you will have to use is ROUNDDOWN:=ROUNDDOWN(1.6,0) will result in a value of 1
INT (although less flexible) can also be used. =INT(1.6) will also result in 1
Source: http://www.ozgrid.com/Excel/excel-rounding.htm
PS: if your problem is solved, don't forget to close the thread, to keep the forum organised :)
Kind regards,