×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On Wed, Aug 17, 2022 at 2:07 PM Justin Taylor <jtaylor.0ab@xxxxxxxxx> wrote:
Just remember that Excel defaults to HALF EVEN rounding.
Do you have a reference for that? I have never heard of or observed
that behavior in Excel.
Excel's ROUND function rounds half away from zero. (Or you could say
rounds absolute value half up.) This is also what it appears to do
when you use formatting to limit the number of decimal places.
Excel also has ROUNDUP and ROUNDDOWN, which behave more like ceiling
and floor (applies to any fractional part past the desired precision,
not just half).
Nowhere have I found a built-in way to round half-even in Excel. (You
have to compose it yourself using other functions.)
And don't just rely on docs or on someone telling you what happens.
Actually try it yourself in Excel. (Some references say that Excel's
ROUND rounds half toward positive infinity, which is not what I
observed.)
John Y.
As an Amazon Associate we earn from qualifying purchases.