herpasymplex10
Board Regular
- Joined
- May 26, 2005
- Messages
- 224
here is the formula as is:
=IF(AND(C13="yes",B4<=5),"Over $250 or 5 Cartons","")
So if the value in B4 is less than or equal to 5 = True
I want to change it to
be if value is less than or equal to 5 or 7 or 8 = True
I can't seem to get it.
Help?
=IF(AND(C13="yes",B4<=5),"Over $250 or 5 Cartons","")
So if the value in B4 is less than or equal to 5 = True
I want to change it to
be if value is less than or equal to 5 or 7 or 8 = True
I can't seem to get it.
Help?