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

Robert Großkopf <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Robert Großkopf <[email protected]> ---
Seems the function
MOD($A$2*100;100)
is the reason for this wrong behavior. Gives 0,999999999999972 here, so the
index couldn't be found.
If you set
ROUND(MOD($A$2*100;100))
instead it will work.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to