Search

ifs() ex 1

Formula Example Supporter
description
condition 1 and condition 2 are true - If both condition 1 and condition 2 are true, the value of the preceding condition that appears first will be returned.
example tags
formula
ifs(true, 1, true, 2, 3)
linked blog post
results
1