notionwithro blog :)
/
notion formula guide
/
lets() ex 1
Search
lets() ex 1
Formula Example Supporter
description
Storing multiple variable using lets()
example tags
formula
lets(test1, 85, test2, 90, test3, 95, (test1 + test2 + test3) / 3)
- In this case,
test1
,
test2
, and
test3
are defined with values of
85
,
90
, and
95
respectively. The formula then calculates
(test1 + test2 + test3) / 3
, yielding average score of 90.
linked blog post
results
90