johnnyhammer
New Member
- Joined
- Nov 8, 2015
- Messages
- 7
I HAVE 4 OUTCOME COMBINATIONS. I couldn't figure it out. it only changed if all three B:E exceeded 84, but I need to change if any of the cell exceeds 84, along with A1
IF A1 IS LESS THAN 1, AND any if these cells exceed B2>84 OR C2>84 OR D2>84 OR E2>84 ="A"
IF A1 IS LESS THAN 1, AND any if these cells is less than B2<84 OR C2<84 OR D2<84 OR E2<84 ="C"
IF A1 IS GREAT THAN 1, AND any if these cells exceed B2>84 OR C2>84 OR D2>84 OR E2>84 ="D"
IF A1 IS GREAT THAN 1,AND any if these cells is less than B2<84 OR C2<84 OR D2<84 OR E2<84="Z"
=IF(AND(G17>1,C16<85),"A",IF(AND(G17>1,E16<85),"A",IF(AND(G17=1,C16<85),"C",IF(AND(RFID'!G17=1,!E16<85),"C",IF(AND(G17>1,C16>84),"D",IF(AND(G17>1,!E16>84),"D",IF(AND(G17=1,C16>84),"Z",IF(AND(G17=1,E16>84),"Z"))))))))
IF A1 IS LESS THAN 1, AND any if these cells exceed B2>84 OR C2>84 OR D2>84 OR E2>84 ="A"
IF A1 IS LESS THAN 1, AND any if these cells is less than B2<84 OR C2<84 OR D2<84 OR E2<84 ="C"
IF A1 IS GREAT THAN 1, AND any if these cells exceed B2>84 OR C2>84 OR D2>84 OR E2>84 ="D"
IF A1 IS GREAT THAN 1,AND any if these cells is less than B2<84 OR C2<84 OR D2<84 OR E2<84="Z"
=IF(AND(G17>1,C16<85),"A",IF(AND(G17>1,E16<85),"A",IF(AND(G17=1,C16<85),"C",IF(AND(RFID'!G17=1,!E16<85),"C",IF(AND(G17>1,C16>84),"D",IF(AND(G17>1,!E16>84),"D",IF(AND(G17=1,C16>84),"Z",IF(AND(G17=1,E16>84),"Z"))))))))