Resultant of division display zeroes after the decimal where there shoud be integers.
True value > $4.42
true value > $28,812.95
sum by formula > $28,817.37 numerator
true value > 14.1 divisor
result by formula> $2,043.00
Value 2 places > $2,043.79
What is means of properly returning the actual integer values after the decimal?
As it turns out, the solution is to use just =(A1/B2) format and forget about =quotient function.