https://bz.apache.org/bugzilla/show_bug.cgi?id=69341
Bug ID: 69341 Summary: Formula: =PRODUCT(A1:A2) with True, True falsely evaluates to 0 Product: POI Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: trivial Priority: P2 Component: XSSF Assignee: dev@poi.apache.org Reporter: tobiasgri...@gmail.com Target Milestone: --- The formula =PRODUCT(A1:A2) with A1=TRUE() and A2=TRUE() evaluates (with formula evaluation) to 0; Expected result (Libre Office Calc) is 1. =PRODUCT(TRUE();TRUE()) evaluates to 1. (And(A1:A2) works. Finding this just annoyed me to no end.) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org