About 435 results
Open links in new tab
  1. MOD function - Microsoft Support

    This article describes the formula syntax and usage of the MOD function in Microsoft Excel. Returns the remainder after number is divided by divisor. The result has the same sign as divisor. MOD (number, divisor) The MOD function syntax has the following arguments: Number Required. The number for which you want to find the remainder.

  2. Create custom functions in Excel - Microsoft Support

    A custom function must start with a Function statement and end with an End Function statement. In addition to the function name, the Function statement usually specifies one or more arguments. You can, however, create a function with no arguments. Excel includes several built-in functions—RAND and NOW, for example—that don't use arguments.

  3. How to Use the MOD Function in Excel (9 Examples)

    Jul 5, 2024 · 9 easy and suitable uses of MOD function in Excel. Download the practice workbook, modify data, find new results and exercise!

  4. How to Use VBA Modules in Excel – 8 Simple Methods

    Aug 7, 2024 · How VBA modules work in Excel is covered in this article. Everything about VBA modules is explained along with a VBA code example.

  5. Excel MOD function | Exceljet

    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.

  6. MOD function in Excel - Step by Step Tutorial - Excel Easy

    The MOD function in Excel gives the remainder of a division. You can use the MOD (Modulus) function to determine whether a number is divisible by another number or to check if a number is even or odd.

  7. How to use and store custom functions in Excel - Ablebits

    Sep 13, 2023 · Once you have verified that your UDFs are working correctly, you can use them in Excel formulas or in VBA code. You can apply custom functions in an Excel workbook in the same way as you use regular functions. For example, just write in a cell the formula below: UDF can be used in combination with regular functions.

  8. How to Use the MOD Function in Excel to Find Remainders

    Aug 30, 2024 · The Excel MOD is a mathematical function that returns the remainder of a division operation. It works the same as long division and is very easy to use. The divisor in a division operation is referred to as the modulo – hence, the name.

  9. Excel MOD Function - Excel Formulas - Modulo Operation

    Oct 7, 2019 · In this guide, we’re going to show you how to use the Excel MOD function and also go over some tips and error handling methods.

  10. MS Excel: How to use the MOD Function (WS) - TechOnTheNet

    This Excel tutorial explains how to use the Excel MOD function with syntax and examples. The Microsoft Excel MOD function returns the remainder after a number is divided by a divisor.

Refresh