how do I fix my 'if' statement?

C

CBZ

I am trying to determine why my 'if' statement does not work. Can anyone
detect the error.

I am a novice at this and would appreciate the guidance from an more
experienced user.


=(if(aw9<=25),or(if(aw9>=16),or(if(ah=3)),or(if(ai=3)),or(ifaj=3)),or(if(ak=3)),or(if(al=3)),4,0)

The 4 indicates the true response, the 0- the false.
 
Top