https://bugs.documentfoundation.org/show_bug.cgi?id=144986
--- Comment #2 from Eike Rathke <[email protected]> --- Strictly spoken the behaviour is correct, but the result of an empty text content should be searchable (it might not be because such can't be entered via UI). If an empty string was replaced with a blank cell, semantics would change like A1: `=""` A2: `=A1+2` => `#VALUE!` (if strict text conversion is enabled) With A1 being empty the result would change to 2. -- You are receiving this mail because: You are the assignee for the bug.
