S
Sara
What is wrong with this formula
IF(COUNTIF($AQ2:$BB2,OR("ABC","DEF")),"T","F")
IF(COUNTIF($AQ2:$BB2,OR("ABC","DEF")),"T","F")
this:Sara;344766 said:What is wrong with this formula
IF(COUNTIF($AQ2:$BB2,OR("ABC","DEF")),"T","F")You can't use the OR operator like that you need to use an array like
early hours of the morning here, use this:Simon said:You can't use the OR operator like that you need to use an array like
this:
=IF(COUNTIF($AQ2:$BB2,{"ABC","DEF"}),"T","F")Ignore that rubbish i just sent you - don't know why i did that, its