Welcome to the community, @Tyler_Surrency!
What that means is that one or more of your formula fields are rounding their numbers for display purposes, but the actual numbers are much longer.
Go in & customize your formula fields, click on the “Formatting” tab, and choose a different precision. Then, you will be able to see where the problem lies.
Also, you can just Round your formulas by adding the ROUND()
function into your formulas.
Can you show me in this formula how rounding would work to solve my issue?
Tyler
You can just wrap the entire formula with the Round function. Something like this:
ROUND(
{Field 1} + {Field 2} + {Field 3} + {Field 4}
,2)
But you may be better served by going back and rounding the other formulas, too, to yield more accuracy.
I went back to where it generates the monthly payment automatically. Iput in the formula you wrote me and it worked.
Thank you for your help.
Tyler
This topic was solved and automatically closed 15 days after the last reply. New replies are no longer allowed.