hi...i'm trying to compare 4 cells to a value....
the following is what i've got so far...but it doesn't give the correct output.
if cells G5 through G8 are equal and are equal to "Y", i'd like to return "yes", otherwise "NO"
what i have and what doesn't work properly is:
=if(AND(G5=G6=G7=G8="Y"),"Yes","No")
Suggestions?
the following is what i've got so far...but it doesn't give the correct output.
if cells G5 through G8 are equal and are equal to "Y", i'd like to return "yes", otherwise "NO"
what i have and what doesn't work properly is:
=if(AND(G5=G6=G7=G8="Y"),"Yes","No")
Suggestions?