Computer Science, asked by satishverma08, 7 months ago

Name the function which is used in Excel to find remainder after dividing one number by another.​

Answers

Answered by ⲊⲧɑⲅⲊⲏɑᴅⲟᏇ
2

Answer:

The Excel MOD function returns the remainder of two numbers after division. For example, MOD(10,3) = 1. The result of MOD carries the same sign as the divisor.

Similar questions