I am trying to put three AND conditions in an IF statement. I am using three conditions as qualifying criteria for being selected into a group.
If they were on the blue team (BN12="Blue Team","Y","N"), ranked the experience (8 CL11>=8) or higher, and said Yes (DI11="Yes") to interest in the team, and will be available to play (AC=YES).
Here is what I have:
=IF(AND(CL11>=8, DI11="Yes", AC="Yes"), BN12="Blue Team","Y","N")
Thank you for the assistance!!
Bookmarks