Product
Features
All-in-one spreadsheet for teams
Rows AI
Your number crunching sidekick
Reporting
Stunning reports in minutes
Advanced Features
Extra magic for pros
Internal Tools
Build tools autonomously
Integrations
Seamless connections to your tools
Pricing
Templates
Community
Resources
Blog
Stories about spreadsheets and the people who build them.
Support Docs
Learn how to make the most out of Rows.
API Docs
The reference documentation for the Rows API.
Sign in
Sign up for free
Functions
MOD
Get the remainder from a division operation.
Parameter List
Syntax
MOD
(
number
,
divisor
)
number
The number to be divided.
divisor
The divisor of
number
.
Examples
Example 1
MOD(10, 3) returns 1
Example 2
MOD(9, 3) returns 0
Example 3
MOD(8, 3) returns 2
Example 4
MOD(8, 2) returns 0
Parameter List
Examples