. This function returns the remainder after a number is divided by the divisor. *
DIV(number, divisor)
REM(number, divisor)
MOD(number, divisor)
None of the above)
Answers
Answered by
26
Explanation:
The Microsoft Excel MOD function returns the remainder after a number is divided by a divisor. The MOD function is a built-in function in Excel that is categorized as a Math/Trig Function.
mark as brainliest.
Answered by
1
This function returns the remainder after a number is divided by the divisor MOD(number, divisor)
MOD(number, divisor):
- In Excel, the MOD function returns the difference between two integers after division.
- MOD(10,3), for example, equals 1. The divisor has the same sign as the MOD result. The number and divisor arguments are passed to the MOD function.
- The divisor is the number that will be divided by the number that Both justifications must be provided.
- The MOD function returns if any of the parameters is not a number.
Similar questions