Hey,
Can there be any way to declare+use an intermediate value in an expression without creating a full variable?
To enable all sorts of things, e.g.
t1 := fn(var)
if t1 > 400 then t1 else -t1
Equivalent to a let expression in functional languages, or the var statement in dax, etc. Just another stepping stone on the road to hell/vastly overcomplex business rules living in spreadsheets…
keywords: let, intermediate, temp value, temporary value