Search

ifs() ex 2

Formula Example Supporter
description
condition 1 and condition 2 are false - If both conditions are false, the value associated with ifFalse will be returned.
example tags
formula
ifs(false, 1, false, 2, 3)
linked blog post
results
2