When trying to obtain the address using the following function: =INDIRECT(ADDRESS(2,1, ,1,"Sheet1")) I see a problem when the Formula Syntax is set to "Calc A1" between 4.7 and 5.0. Tools -> Options : LibreOffice -> Formula -> Formula Syntax = "Calc A1" My file has two sheets: Sheet1 Sheet2 In Sheet1 I have the following content in Column A | Column A | Column B | |----------|----------| | Bob | | | Mary | | On Sheet2, I have the following functions | Column A | Column B | |----------|--------------------------------------| | Mary | =INDIRECT(ADDRESS(2,1, ,1,"Sheet1")) | | Bob | =INDIRECT(ADDRESS(2,1, ,1,)) | In Version 4.7, the results on Sheet2 are | Column A | Column B | |----------|----------| | Mary | Mary | <--- Expected Value | Bob | Bob | In Version 5.0, the results on Sheet2 are | Column A | Column B | |----------|----------| | Mary | #REF | <--- HERE is the Error | Bob | Bob | I have confirmed this with version 5.0.3.2 and 5.0.4.2. I do not know if it is in the 5.x code base.
Created attachment 121508 [details] Sample test Hi, thanks for reporting. As I see the issue in your formula is that a space is not an empty parameter. Please see the attached file, works for me with 5.0.4.2
Seems the use of space is available again with: Version: 5.1.0.1 (x64) Build ID: bcace328aabc4c8c10b56daa87da0a2ee6579b5a Threads 4; Ver: Windows 6.19; Render: GL; Be aware that 5.1 is not ready for daily use, only for testing. OTOH, is that formula is used intensively, can make slow the spreadsheet, because INDIRECT() is a volatile function.
It is not the space that is the issue, nor INDIRECT. I see the error with the Sheet Name. When I use any sheet name, I get a #REF. Without it it works. Also, you used Excel R1C1 format, I was saying that when I use Calc A1 format. Please try to recreate again.
Seems to be fixed. Trick, please retest with actual version. Thanks no repro with Version: 5.3.0.0.alpha0+ Build ID: 989e8bc0d792f0dc5778746fac45de129a22d7ac CPU Threads: 4; OS Version: Linux 4.4; UI Render: default; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2016-08-16_01:29:43
** 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
Looks fine with: Version: 6.0.5.2 (x64) Build ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16 CPU threads: 4; OS: Windows 10.0; UI render: default; Locale: es-ES (es_ES); Calc: CL
Version: 5.4.7.2 (x64) Build ID: c838ef25c16710f8838b1faec480ebba495259d0 CPU threads: 4; OS: Windows 6.19; UI render: GL; Locale: en-US (en_US); Calc: group Problem is fixed in above version.