https://bugs.documentfoundation.org/show_bug.cgi?id=145070
Eike Rathke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |NOTABUG --- Comment #1 from Eike Rathke <[email protected]> --- =LEFT(A1;4) => 10.5 (string) =LEFT(A2;3) => 10. (string) =LEFT(A1;4)>LEFT(A2;3) => TRUE =IF(LEFT(A1;4)>LEFT(A2;3)) => TRUE =IF(LEFT(A1;4)>LEFT(A2;3))=FALSE => FALSE Of course, this is correct and not a bug. -- You are receiving this mail because: You are the assignee for the bug.
