Please help i am geting a rounding up error when trying to multiply one calculated field by another.
Total Time
Value = 24.34
Calculated Rates
Value = €10.68
Calculate Total
Value = €260.00 This should be €259.95
Total Time
=Sum(([Time out]-[time in])*24)
Value = 24.34
Calculated Rates
=([price_material]*[quantity])/[Total Time]
Value = €10.68
Calculate Total
=[Calculated Rate]*[Total Time]
Value = €260.00 This should be €259.95
Comment