Aspose.Words calculates these formulas correctly:
A1+B1
A1*B1
(A1>0) // returns 1 when not empty
(B1>0) // returns 1 when not empty
But fails when they get combined into one:
(A1>0) * (B1>0) * (A1+B1) // should ret…...Words formula (A1>0)*(B1>0)*(A1+B1) calculated incorrectly...incorrectly Aspose.Words Product Family words-net kaiwachter August...