AND
Syntax
and( logical_test1, [logical_test2], ... )Arguments
Return value
Example
if(and(Region == "West", Category=="Urban"), 25, 30)Excel equivalent
Last updated
Was this helpful?
and( logical_test1, [logical_test2], ... )if(and(Region == "West", Category=="Urban"), 25, 30)Last updated
Was this helpful?
Was this helpful?