LOGICAL OPERATOR "IF" FOR AN ARRAY
Can V have a formulas like the following?
if ( any of the cells in array A1:A100 = "LOS ANGELES" , then "AMERICAN",
otherwise "NON-AMERICAN")
OR
if ( any of the cells in array A1:A20 < "40" , then "FAIL", otherwise "PASS")
|