https://bugs.documentfoundation.org/show_bug.cgi?id=149624
--- Comment #5 from Eike Rathke <[email protected]> --- DeepL translation: In Calc, I use the IFERROR function in a conditional formula. My formula works in previous versions of Libre Office, but not anymore in version 7.3.4.2. =(IF(SEARCH($D$1;$B4)>=1; "x";IFERROR(SEARCH($D$1;$B4);""))) File with formulas in columns D and F that bugs with Libre Office 7.3.4.2 but works fine under version 7.2.5.2. I changed my formula (example in D4) to =IF(IFERROR(SEARCH($D$1;$B4);"")="";""; "x") but I don't find it very clean. -- You are receiving this mail because: You are the assignee for the bug.
