Red Gregory

View Original

Notion Formula 101: Find Difference Between Values

Find The Largest Number

max(prop("Value 1"), prop("Value 2"), prop("Value 3"))

Find The Smallest Number

min(prop("Value 1"), prop("Value 2"), prop("Value 3"))

Difference Between Two Values

abs(prop("Value 1") - prop("Value 2"))

Difference Between Highest And Lowest Number

max(prop("Value 1"), prop("Value 2"), prop("Value 3")) - min(prop("Value 1"), prop("Value 2"), prop("Value 3"))

See this content in the original post

View Example In Notion


See this gallery in the original post