WorksheetFunction.Quotient Method (Excel)
Returns the integer portion of a division. Use this function when you want to discard the remainder of a division.
Syntax
식 .Quotient(Arg1, Arg2)
식 A variable that represents a WorksheetFunction object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Arg1 |
필수 |
Variant |
Numerator - the dividend. |
Arg2 |
필수 |
Variant |
Denominator - the divisor. |
Return Value
Double
Remarks
If either argument is nonnumeric, QUOTIENT returns the #VALUE! error value.