hello
everyone
Hope all is doing great and i need your help please with this maddening matter
i have a cell contains a formula as follows noting j4=148,495,950.67
-IF (MOD (J4*0.00521)*10000,10)>=5, ROUND((INT ( (J4*0.00521)*1000)+1) / 1000,2), ROUND(J4*0.00521, ROUND(J4*0.00521,2))
The result is correct which is (773,663.90)
And another cell which is I10 that’s based on the above result which is as follows noting e9 is (773,663.90) and k16 is zero
-IFERROR (IF (MOD((IF (K16<>0,K16+E9,E9))*10000,10)>=5, ROUND((INT ((IF (K16<>0, K16+E9,E9)) *1000)+ 1)/1000, 2), ROUND (IF (K16<>0, K16+E9, E9), 2)),
"0")
The displayed value in I10 is 773,663.91 yet the true value in it is 773,663.90
Can someone help me with this i don't understand the reason

Hope all is doing great and i need your help please with this maddening matter
i have a cell contains a formula as follows noting j4=148,495,950.67
-IF (MOD (J4*0.00521)*10000,10)>=5, ROUND((INT ( (J4*0.00521)*1000)+1) / 1000,2), ROUND(J4*0.00521, ROUND(J4*0.00521,2))
The result is correct which is (773,663.90)
And another cell which is I10 that’s based on the above result which is as follows noting e9 is (773,663.90) and k16 is zero
-IFERROR (IF (MOD((IF (K16<>0,K16+E9,E9))*10000,10)>=5, ROUND((INT ((IF (K16<>0, K16+E9,E9)) *1000)+ 1)/1000, 2), ROUND (IF (K16<>0, K16+E9, E9), 2)),
"0")
The displayed value in I10 is 773,663.91 yet the true value in it is 773,663.90
Can someone help me with this i don't understand the reason