다음을 통해 공유


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.

참고 항목

개념

WorksheetFunction Object

WorksheetFunction Object Members