| Summary: | AGGREGATE miscalculates a series of single referenced cells if error cells are involved | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Yoshikawa Yusuke <yoshikawayuu> |
| Component: | Calc | Assignee: | Eike Rathke <erack> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | 79045_79045, buzea.bogdan, erack, himajin100000, rb.henschel |
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.4.0 target:7.3.4 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 108827 | ||
| Attachments: | Calculating buggy | ||
|
Description
Yoshikawa Yusuke
2022-04-29 04:40:49 UTC
Created attachment 179833 [details]
Calculating buggy
It returns the correct value 8, if the cell reference is given as range D2:D8. Excel returns 8. Because this function is a COM.MICROSOFT.AGGREGATE LibreOffice should give the same results as Excel. I have tested it in Version: 7.3.2.2 (x64) / LibreOffice Community Build ID: 49f2b1bff42cfccbd8f788c8dc32c1c309559be0 CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: de-DE (en_US); UI: en-US Calc: CL Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/4ea44fdb19e568093ab1e0549c3ffa33296a486b Resolves: tdf#148843 Handle single reference error values correctly It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Pending review https://gerrit.libreoffice.org/c/core/+/133868 for 7-3 Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/dad860ac671dd629401ecdf62b804e6e42b176ec Resolves: tdf#148843 Handle single reference error values correctly It will be available in 7.3.4. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7d0b19f3ea3932c9c9bd73604987373681440a1c tdf#148843: sc_mathematical_functions: Add unittest It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Thanks for solving this. It's 8 now. Verified with Version: 7.4.0.0.alpha1+ / LibreOffice Community Build ID: 75f7e057039aaa49558e22d18cad651d11589da9 CPU threads: 16; OS: Linux 5.13; UI render: default; VCL: gtk3 Locale: ro-RO (ro_RO.UTF-8); UI: en-US Calc: threaded |