Quote Originally Posted by wqweto View Post
If(True, a, b) = 10
I don't see how that could be of much use.

But instead:

Code:
x = If(condition, a, b)
similar to current IIF, but where the False part is not evaluated beforehand.