DIV() |
|
|
The DIV() function returns the quotient from a division operation.
Format
DIV(dividend, divisor)
where
The DIV() function returns the quotient (integer part) from dividing dividend by divisor. Any remainder is ignored.
See also; |