=SUMPRODUCT(–(INDIRECT(“D1:D”&1+9)=$A$1)) This formula returns value 0.0 when fetch from aspose. But excel sheet shows value 4. Aspose Version 8.2.1.
Hi Vinod,
Hi Vinod,
Hi again,
Babar,
Hi Vinod,
Babar,
Hi,
Hi Vinod,
Babar,
Hi,
“=AVERAGEIF(Data!F110:F65536,”="&“F/M”,Data!AX110:AX65536)*(52/12"),
it returns 0.0 value instead of “858.0”. I used the template file provided
by you and sample code for the issue:
e.g
Sample code:
try {
Workbook workbook = new Workbook("Averageif sample.xls");
workbook.calculateFormula();
System.out.println(workbook.getWorksheets().get("Output").getCells().get("C53").getValue());
System.out.println(workbook.getWorksheets().get("Output").getCells().get("C54").getValue());
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
Hi Amjad,
Hi,
Amjad,
Hi Vinod,
Thanks for using Aspose.Cells.
We are pleased
to inform you that we have fixed this issue and we will provide you a
fix in couple of days after some extensive testing. Please spare us some
time. Once, it is available for you, we will let you know asap by
posting the fix in this thread.
Hi,
Thanks for using Aspose.Cells for Java.
We have fixed the issue (CELLSJAVA-41035 - Incorrect value for AverageIf after calling Workbook.calculateFormula() method).
Please download and try this fix: Aspose.Cells for Java v8.2.1.4 and let us know your feedback.
The issues you have found earlier (filed as CELLSJAVA-41035;CELLSJAVA-41021;CELLSJAVA-41013) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
I’m experiencing this same issues in the .NET version of Aspose.Cells 22.5.0. Is there a workaround?