notionwithro blog :)
/
notion formula guide
/
sort() ex 1
Search
sort() ex 1
Formula Example Supporter
description
Sorting a list containing numbers.
- When sorting numbers, the
sort()
function will organize them from smallest to largest.
example tags
formula
sort([3, 1, 2])
linked blog post
results