I tried to change the value from Currency to Numeric, but the math error continues.
Original formula
=Sum(Nz([Stop_Current])-Nz([Current_Price]))
Second choice formula
=Sum(Nz([Stop_Current], 0)) - Sum(Nz([Current_Price], 0))
A = calculaction is wrong
B = the calculation in the DIFFERENCE...