Lesson#18: What is MOD function?
MOD function returns the remainder after dividing a number with a divisor. Syntax of the function is =MOD(number, divisor). Let me show you an example. I have typed a random number 123456789 then I will add the MOD function to …