I am trying to see if any of a set of 4 cells satisfied a specific condition. Here is what I have as the worksheet function:
=IF(OR((D11,E11,F11,G11)>$I$6),"YES","NO")
However, I get a "#VALUE" error. Is there a way to test multiple cells against hte same condition without having to do a greater than for each one?
Thanks!
Will this do?
Alternatively, if you are happy with TRUE or FALSE instead of "YES" or "NO" you can use an array formula: