https://bugs.documentfoundation.org/show_bug.cgi?id=168683
--- Comment #1 from Paul Goyette <[email protected]> --- Note that the fractional digit(s) are dropped only if the trailing digit would be zero, ie =TEXT(123.40,"###.##") displays ``123.4'' but TEXT(123.41,"###.##") shows the correct value ``123.41'' Also note that the decimal point is similarly affected. TEXT(123.00,"###.##") displays ``123'' -- You are receiving this mail because: You are the assignee for the bug.
