Nope, ROUNDDOWN works the same as truncating and rounds towards zero. So ROUNDDOWN would work on Negative numbers but only if they are exactly 5, e.g. -0.005, -0.002 and -0.007 would all round to 0.00 when I would only want the first two values to be 0.00.
I could make it read
but I don't want to change a few hundred spreadsheets that way.
I want the spreadsheets to go by the following rule.
Values where the next significant digit is 5 or higher should round up (i.e. give a higher value). Excel tends to round 5's away from zero which isn't the same thing.
ChemistB
Bookmarks