As per my understanding, the formula function MOD in Microsoft excel should give the remainder value, after dividing two numbers.
So the formula =MOD(40,8) gives a value 0. This works as expected.
But the formula =MOD(44,8.8) gives a value 8.8, even-though 8.8*5 = 44.
Could anyone help me understand why this gap?