What is the syntax of quotient?
Answers
Answered by
2
Explanation:
The quotient function returns the integer portion of a division. Simple as that. QUOTIENT(numerator, denominator) There are two arguments, numerator is the dividend and the denominator is the divisor. The formula in cell D2: =QUOTIENT(B2,C2) returns 4.
Answered by
1
Answer:
The QUOTIENT function for these same numbers =QUOTIENT(5,2) returns 2, since QUOTIENT doesn't return a remainder. For other ways to divide numbers, see Multiply and divide numbers.
Explanation:
mark as braniest
Similar questions