I am trying to write a simple IF statement, basically I want the statement to look at three cells and if any of the cells have a NO then the formula should return a NO or it should return a YES. This is what I have been using but it does not work.
=IF(AND(BF2="NO", BG2="NO", BH2="NO"),"NO","YES")
Any ideas?
Thanks in advance
=IF(AND(BF2="NO", BG2="NO", BH2="NO"),"NO","YES")
Any ideas?
Thanks in advance