IMDIV Function Explained

The IMDIV Function in Microsoft Excel returns the integer quotient of two numbers. It takes two arguments: the dividend and the divisor. The IMDIV Function returns the result of the division of the dividend by the divisor, rounded down to the nearest integer.

IMDIV Function Syntax

IMDIV(dividend, divisor, [precision])

  • dividend – The number to be divided.
  • divisor – The number by which the dividend is to be divided.
  • precision – (Optional) The number of digits to the right of the decimal point in the result. If omitted, the default value is 10.