You’re correct, neither of the fields are a formattedValue as they are
both user entered, but if I put in rawValue in the code it goes back to
the same calculation error of calculating on the user input data rather
than the rounded/display number. Also, if you meant this, I checked the
display pattern and all cells are set to: num{zzz,zzz,zz9.99} So, field
bj is user entered at 100.006 it rounds/displays as 100.01, field bk is
user entered at 10.006 it rounds/displays as 10.01 – therefore: field...