Dojo example: https://dojo.telerik.com/UWicoqeJ
The cell will display: "NO OK"
The cell should display: "OK" as it does in Excel.
Another example of the formula returning a different result in the Spreadsheet: https://dojo.telerik.com/UmotayUL
Focus an empty cell and paste:
=IF(E12-J12>=C12,IF(E12+J12<=D12,IF(F12-J12>=C12,IF(F12+J12<=D12,IF(G12-J12>=C12,IF(G12+J12<=D12,IF(H12-J12>=C12,IF(H12+J12<=D12,"OK","NO OK"),"NO OK"),"NO OK"),"NO OK"),"NO OK"),"NO OK"),"NO OK"),"NO OK")
The Spreadsheet shows "NO OK" result, whereas Excel shows "OK".
Additional examples of formulas returning different results in Ticket ID: 1593790 (the post from 30 Jan 2023 7:19 PM)