Created attachment 37689 [details] test case for reproduction I'm managing an XFFS workflow within which I have a formula cell with a SUMIFS nside a SUMPRODUCT. But its evaluation give a bad result: it is different from Excel of Office 365. The nested SUMIFS uses ranges as criteria. For example: SUMPRODUCT(SUMIFS(B1:B3, C1:C3, D1:D3)) The evaluation is done via FormulaEvaluator.evaluateAll(). I'm providing a test case for more details.
Created attachment 37690 [details] expected output if workbook written on file system
Is there a difference to this bug-report to bug #65058?