Mac Numbers: Formulas and Functions help
Hi,
There is a function called QUOTIENT, under Numeric functions, which returns integer quotient of two numbers. The fractional part is ignored in the result.
For ex, QUOTIENT(5, 6) returns 0, because 5 divided by 6 is 0.833333333333333 and the fractional part is ignored.
Which function can I use to get the result including the fractional part?
Thank you.
MacBook Pro, OS X El Capitan (10.11.5)