Description: =MID(CELL("Filename",A1),SEARCH("$",CELL("Filename",A1)0,1)+1,1) returns sheet name in 6.0 but gets error #501 in v6.4 Steps to Reproduce: 1. type =MID(CELL("Filename",A1),SEARCH("$",CELL("Filename",A1)0,1)+1,1) in cell A1 2. 3. Actual Results: returns Err:501 Expected Results: should return Sheet1 Reproducible: Always User Profile Reset: No Additional Info: [Information automatically included from LibreOffice] Locale: en-GB Module: SpreadsheetDocument [Information guessed from browser] OS: Linux (All) OS is 64bit: yes Version: 6.4.0.0.alpha0+ Build ID: 27c886f5aa8e53b22caf0ef9d721f60e77cd65f2 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2019-09-06_05:15:30 Locale: en-ZA (en_ZA.UTF-8); UI-Language: en-GB Calc: threaded
Created attachment 154053 [details] saved in v6.0 if you open it in LO 6.0 the formula works if you open it in LO 6.4 it interprets the , as a decimal point and thus fails
Created attachment 154054 [details] saved using v6.4
Created attachment 154055 [details] language settings v6.0
Created attachment 154056 [details] language settings v6.4
My work-around: to change locale setting to English (UK). However, if I pass this spreadsheet on to someone who has a different locale, then it may give error again. the formula is : =MID(CELL("Filename",A1),SEARCH("$",CELL("Filename",A1),1)+1,100) You can see how +1,100 can be 1.1 in one locale and 1,100.0 in another.
cannot confirm: formula in attached file 6.0 (ok): =MID(CELL("Filename";A1);SEARCH("$";CELL("Filename";A1);1)+1;100) formula in attached file 6.4 (Err:501): =MID(CELL("Filename",A1),SEARCH("$",CELL("Filename",A1)0,1)+1,1) looks like a typo in 6.4 entering =MID(CELL("Filename";A1);SEARCH("$";CELL("Filename";A1);1)+1;100) works for me with: Version: 6.4.0.0.alpha0+ (x64) Build ID: 27c886f5aa8e53b22caf0ef9d721f60e77cd65f2 CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; Locale: de-DE (de_DE); UI-Language: en-US Calc: threaded
=MID(CELL("Filename",A1),SEARCH("$",CELL("Filename",A1)0,1)+1,1) also gives an error in Version: 5.4.0.0.alpha1+ Build ID: 9feb7f7039a3b59974cbf266922177e961a52dd1 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group however =MID(CELL("Filename";A1);SEARCH("$";CELL("Filename";A1);1)+1;100) works fine in master and 6.0 @Elmar, please recheck the formula...
Dear Elmar, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping
Dear Elmar, Please read this message in its entirety before proceeding. Your bug report is being closed as INSUFFICIENTDATA due to inactivity and a lack of information which is needed in order to accurately reproduce and confirm the problem. We encourage you to retest your bug against the latest release. If the issue is still present in the latest stable release, we need the following information (please ignore any that you've already provided): a) Provide details of your system including your operating system and the latest version of LibreOffice that you have confirmed the bug to be present b) Provide easy to reproduce steps – the simpler the better c) Provide any test case(s) which will help us confirm the problem d) Provide screenshots of the problem if you think it might help e) Read all comments and provide any requested information Once all of this is done, please set the bug back to UNCONFIRMED and we will attempt to reproduce the issue. Please do not: a) respond via email b) update the version field in the bug or any of the other details on the top section of our bug tracker Warm Regards, QA Team MassPing-NeedInfo-FollowUp
I agree it is no longer an issue Works correctly