Notion Templates
/
Wikis
/
🔥
Red's Notion Formula Sheet
/
Max
Max
Description
Returns the largest of zero or more numbers.
Tags
Functions
Type
#
Syntax
max(number...)
Example
max(5, 2, 9, 3) == 9
Template Example