Notion Templates
/
Wikis
/
🔥
Red's Notion Formula Sheet
/
Round
Round
Description
Returns the value of a number rounded to the nearest integer.
Tags
Functions
Type
#
Syntax
round(number)
Example
round(100 * prop("Wins") / (prop("Games") - prop("Draws"))) / 100
Template Example
↙️
Winning Percentage Calculator