AND
Combines multiple conditions and returns TRUE only if all of them are met.
Syntax
AND( logical_test1, [logical_test2], ... )Arguments
Return value
Example
IF(AND([Region]=="United States",[Sub Category]=="Juices"),30500000,0)
Excel equivalent
Last updated
Was this helpful?