In: Technology | 548 days ago
In MS-Excel, we can use the QUOTIENT function to find the integer value of a number after division, it discards the remainder value. SYNTAX: QUOTIENT(numerator, denominator) Numerator is the dividend. Denominator is the divisor. Both the argument, must be numeric. Example: QUOTIENT(7,2) returns the integer portion 3.
229 days ago