Description: On opening Excel spreadsheet with function and intersection character (space " " for Excel) should change intersection character (exclamation mark "!" for Calc). Steps to Reproduce: 1. Excel spreadsheet, Sheet2: (a) Cell C16: =INDIRECT(B16) INDIRECT(C15) (b) Cell D16: =INDIRECT(B16) INDIRECT(C15)>5000 Actual Results: (a) Displayed: {=INDIRECT(B16) INDIRECT(C15)} Value: Err:509 (b) Displayed: {=INDIRECT(B16) INDIRECT(C15)>5000} Value: Err:509 Expected Results: Currently: (a) Displayed: {=INDIRECT(B16)!INDIRECT(C15)} Value: 7,131 (b) Displayed: {=INDIRECT(B16)!INDIRECT(C15)>5000} Value: TRUE When Calc supports Dynamic Arrays: (a) Displayed: =INDIRECT(B16)!INDIRECT(C15) Value: 7,131 (b) Displayed: =INDIRECT(B16)!INDIRECT(C15)>5000 Value: TRUE Reproducible: Always User Profile Reset: No Additional Info: Attachments to follow. Thank you
Created attachment 194959 [details] Please see sheet2 cells C16 and D16 showing Err:509 https://help.libreoffice.org/latest/en-US/text/scalc/05/02140000.html Error Code: 509 Message: Missing operator Explanation: Operator is missing, for example, "=2(3+4) * ", where the operator between "2" and "(" is missing. Perhaps need to check saving in Excel, then Calc, then Excel? Thank you
Created attachment 194960 [details] Excel Sheet2 cells C16 and D16
Created attachment 194961 [details] Calc Sheet2 Cells C16 and D16 with Err:509
(In reply to ady from bug 161470 comment 9) > The intersect operator (a space character in Excel, the exclamation "!" > character in Calc) is not new, and it is already supported in Calc. Thank you for your comment. Created new issue.
Already solved for upcoming LO 24.2.5 and LO 25.2 alpha in tdf#160371. *** This bug has been marked as a duplicate of bug 160371 ***
Created attachment 194962 [details] Fixed (In reply to ady from comment #5) > Already solved for upcoming LO 24.2.5 and LO 25.2 alpha in tdf#160371. > > *** This bug has been marked as a duplicate of bug 160371 *** Thank you Version: 24.8.0.0.beta1 (X86_64) / LibreOffice Community Build ID: 318462181c709ed29c01eb3239b4d600d7b82ecc CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded