notionwithro blog :)
/
notion formula guide
/
let() ex 1
Search
let() ex 1
Formula Example Supporter
description
Storing a variable using let()
example tags
formula
let(price, 150, price * 1.1)
- In this example: • The variable
price
is set to
150
. • The expression then calculates
price * 1.1.
linked blog post
results
165