Rows will be joining Superhuman.
Learn more
Product
Rows AI
Your number crunching sidekick
Integrations
Seamless connections to your tools
Support Docs
Learn how to make the most out of Rows.
Features
All-in-one spreadsheet for teams
Pricing
Templates
Community
Sign in
Sign up for free
Rows will be joining Superhuman
Learn more
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