https://issues.apache.org/ooo/show_bug.cgi?id=122927
--- Comment #19 from Oliver-Rainer Wittmann <[email protected]> --- May be it make sense to consider the given formatting code in order to decide, if the boolean result of a formula should be formatted as a number, currency, ... or as TRUE/FALSE. The formatting codes of cells A5:A7 in Microsoft Excel document attached to bug 121126 contain a section for strings/text. The complete formatting code is: [BLUE]#,##0.00;[RED]\(#,##0.00\);[YELLOW]0;[GREEN]@ The section for strings/text is [GREEN]@ If formatting code for strings/text is available format the boolean result as TRUE/FALSE. Otherwise, apply the formatting as before. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
