I
Iriemon
I'm getting confused!!
Here is what I am tryng to accomplish:
IF K2>3 and <= 4
AND
D2>0 and <25
put in a 10
IF K2>2.4 and <=3
AND
D2>0 and <25
put in an 11
Do I have an extra AND at the beginning of the IF's in this formula?
=IF(AND(AND($K2>3,$K2<=4),AND($D2>0,$D2<25)),10,IF(AND(AND($K2>2.4,$K2<=3,AND($D2>0,$D2<25)),11,""))
Here is what I am tryng to accomplish:
IF K2>3 and <= 4
AND
D2>0 and <25
put in a 10
IF K2>2.4 and <=3
AND
D2>0 and <25
put in an 11
Do I have an extra AND at the beginning of the IF's in this formula?
=IF(AND(AND($K2>3,$K2<=4),AND($D2>0,$D2<25)),10,IF(AND(AND($K2>2.4,$K2<=3,AND($D2>0,$D2<25)),11,""))