Created attachment 137824 [details] First sheet showing how the formula works correctly within a single sheet. Second sheet referencing the first and exhibiting the problem follows. Version: 5.3.3.2 Build ID: 3d9a8b4b4e538a85e0782bd6c2d430bafe583448 When I use a SUMPRODUCT() formula referencing a range in a separate document and using FIND() in conjunction with ISERROR(), I don't get correct results - sometimes wrong results, sometimes #VALUE. I'll attach two example sheet documents
Created attachment 137825 [details] Second sheet referencing sheet1.ods and exhibiting that the result does not agree.
Confirmed. Arch Linux 64-bit Version: 6.0.0.0.alpha1+ Build ID: 121303615054568c204def97872343d2014af4a0 CPU threads: 8; OS: Linux 4.13; UI render: default; VCL: kde4; Locale: fi-FI (fi_FI.UTF-8); Calc: group Built on November 17th 2017 Arch Linux 64-bit Version 3.6.7.2 (Build ID: e183d5b)
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
can still reproduce with Version: 6.2.0.0.beta1+ Build ID: 268364e35100b559f42d8c02b930c5cca1c84be7 CPU threads: 8; OS: Linux 4.19; UI render: default; VCL: kde4; Locale: nl-BE (en_US.UTF-8); UI-Language: en-US Calc: threaded But with AOO 4.2.0alpha i have the correct value off 2
I get the wrong result in 3.3.0 already (Win 10) so maybe AOO fixed this along the way?
The old OOo code resolves external references differently; apparently FIND() (or something along the line) lacks handling the new way.
Eike Rathke committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/266aab73a88ae5b62fcddaf383107d8e7edc51f2%5E%21 Resolves: tdf#113898 create JumpMatrix for svExternalDoubleRef scalar values It will be available in 6.3.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.
This actually affected every function that expects a single scalar value parameter and gets an external reference range passed as argument in array evaluation mode and don't handle it on their own. Pending review https://gerrit.libreoffice.org/63794 for 6-2 https://gerrit.libreoffice.org/63797 for 6-1
Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/358d7c5630e0a3b5c1afe5a2aef4c0ec0f54fd34%5E%21 Resolves: tdf#113898 create JumpMatrix for svExternalDoubleRef scalar values It will be available in 6.2.0.1. 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.
Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-6-1": https://git.libreoffice.org/core/+/8bc69c4a45d1fc4fe73dd579bc5dc828aaa9b1e7%5E%21 Resolves: tdf#113898 create JumpMatrix for svExternalDoubleRef scalar values It will be available in 6.1.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.
its working with Version: 6.3.0.0.alpha0+ Build ID: ccae6c0faa6f99b4dd84fb05c5cc8efefb3b4d4f CPU threads: 8; OS: Linux 4.19; UI render: default; VCL: kde4; Locale: nl-BE (en_US.UTF-8); UI-Language: en-US Calc: threaded will test later with Version 6.2.0.1beta
also working with Version: 6.2.0.0.beta1+ Build ID: 19805f580fcbcf890790f8c6ab736aab80c08de7 CPU threads: 8; OS: Linux 4.19; UI render: default; VCL: kde4; Locale: nl-BE (en_US.UTF-8); UI-Language: en-US Calc: threaded
thanks @Eike its working also with Version: 6.1.4.0.0+ Build ID: b3af23568f9b9b444ae09f2a1ab4a61d212b422a CPU threads: 8; OS: Linux 4.19; UI render: default; VCL: kde4; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:libreoffice-6-1, Time: 2018-11-23_09:38:29 Locale: nl-BE (en_US.UTF-8); Calc: group threaded
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/ba2be3187e59758ed31ceeb522f58d5796bcb97c crashtesting: null deref on load of tdf113898-2.ods It will be available in 6.5.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.
Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/400bfd03a97a9af75a55230bffd53fca45a0f3a6 tdf#113898: sc_uicalc: 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.