https://bugs.documentfoundation.org/show_bug.cgi?id=121575

Eike Rathke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #3 from Eike Rathke <[email protected]> ---
PIÙ.SE() should be IFS() (see summary).
Anyhow, conditions like  0<=Value<1  to evaluate whether Value is between [0,1)
are wrong as they evaluate as  (0<=Value)<1  which of course is not what was
intended; they would need to be expressed as AND(0<=Value;Value<1) or as
separate conditions to IFS().

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to