Dear Aspose,
I am using 24.4.0 version of Aspose.Cells for .NET, and we are implementing a rather complex calculation using the engine. We are using the INDEX
function within a LAMBDA
, where we want to get the first item based on some criteria, so we are using the FILTER
function as the first parameter of INDEX
, and a constant value of 1 as then second parameter. However, we get incorrect result, which is not an error. See the attached sample application.
example.zip (124.7 KB)
When I get the result from the calculation engine, the cell contains 0, but the expected value is 80, which is correctly visible after opening the saved Excel file.
Note that all input ranges of the J2
cell of the ForeignCalculationSubtotals
sheet is calculated properly, so the issue must be with the formula of it.
Please note that in this particular case, we can use the INDEX(..., MATCH())
formula combination as a workaround, but it still would be good to fix this issue.
I am looking forward to your response.
Best regards,
Marton