Excel Function MOD

Complete Excel VBA Course

MOD function is used to get the remainder of number that is divided by divisor.

MOD Function has two required arguments i.e. number and divisor.

Syntax:
=MOD(number,divisor)
Syntax Description:

number argument is the used to give the number/cell reference of which you want remainder

Complete Excel VBA Course

divisor argument is used to give number/cell reference from which number should be divided

Example 1: MOD function with various cases

Here, we have sample database and want to get the remainder:

  • “Column A” shows number argument value/cell reference, of which you want remainder
  • “Column B” shows the divisor argument value/cell reference
  • “Column C” shows the sample formula applied,
  • “Column D” shows the output of the function and,
  • Explanation is provided in “Columns E”
Excel Function MOD

How to use the MOD Function in Excel?

To understand the uses of the MOD function, let’s learn with the help of example:-

Things to Remember:

– If divisor is 0, Output returns “#DIV/0!” error

– Output value sign would be same as divisor

Recommended Articles

Secrets of Excel Data Visualization: Beginners to Advanced Course

Here is another best rated Excel Charts and Graph Course from ExcelSirJi. This courses also includes On Demand Videos, Practice Assignments, Q&A Support from our Experts.

This Course will enable you to become Excel Data Visualization Expert as it consists many charts preparation method which you will not find over the internet.

So Enroll now to become expert in Excel Data Visualization. Click here to Enroll.

Excel VBA Course : Beginners to Advanced

We are offering Excel VBA Course for Beginners to Experts at discounted prices. The courses includes On Demand Videos, Practice Assignments, Q&A Support from our Experts. Also after successfully completion of the certification, will share the success with Certificate of Completion

This course is going to help you to excel your skills in Excel VBA with our real time case studies.

Lets get connected and start learning now. Click here to Enroll.

Hope you learnt this Function,

Don’t forget to leave your valuable comments!

If you liked this article and want to learn more similar tricks, please Subscribe us or follow us on Social Media by clicking below buttons:

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *