Login Page - Create Account

Support Board


Date/Time: Sat, 21 Sep 2024 00:57:37 +0000



Post From: Spreadsheet errors

[2018-07-02 23:10:07]
VladimirP - Posts: 637
The Details calculations for the cell N20 described in the post #1 shows the correct values.


specifically the final part that correctly calculates the value initially at 1.5 and then returns a final value of 1.25
The formula works correctly:

[ <= ] (C20-M21)<=1.25 = 0 (number, integer)
[ - ] (C20-M21) = 1.5 (number, double)
[ C20 ] C20 = 2724.25 (number, double)
[ M21 ] M21 = 2722.75 (number, double)
[ 1.25 ] 1.25 = 1.25 (number, double)

The cell N20 is calculated correctly.
What is an algorithm to reproduce the error, described for the cell N20?