[Supervisor, 2022]
9. To return the remainder after a number is divided by divisor in Microsoft Excel, we use the function:
ROUND()
FACT()
MOD()
DIV()
Correct Answer :
MOD()
In Microsoft Excel, the MOD() function is used to return the remainder after a number is divided by a divisor. The formula is MOD(number, divisor), where the result is the remainder of the division.