https://bugs.documentfoundation.org/show_bug.cgi?id=153502
m.a.riosv <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |NOTABUG CC| |[email protected] | |rg --- Comment #4 from m.a.riosv <[email protected]> --- For that, you can combine other functions. Involve FIND() or SEARCH() with ISERR(), those return an error when they not find the searched text. ISERR(FIND()) = 0 if founded. ISERR(FIND()) = 1 if not founded. Or if you like the inverse. NOT(ISERR(FIND())) = 1 if founded. NOT(ISERR(FIND())) = 0 if not founded. And please there is the forum https://ask.libreoffice.org/c/english/5 for questions like this one. -- You are receiving this mail because: You are the assignee for the bug.
