QUOTIENT |
| QUOTIENT(numerator, denominator) |
Returns the integer portion after division. |
| numerator | The dividend. |
| denominator | The divisor. |
| REMARKS |
| * If any of the arguments are not numeric, then #VALUE! is returned. * This function calculates the number of times a number can be divided by another number. * It ignores any remainder, only showing the whole number. * You can use the DECIMAL function to return the decimal number of a text representation of a number in a given base. * For the Microsoft documentation refer to support.microsoft.com |
|
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top