How can create a formula which based on looking at a number will give me the following results, i can get it to work for the first ones but cannot seem to do it multiple times
37 This one is >30
93 This one is >90
124 This one is >120
37 This one is >30
93 This one is >90
124 This one is >120
Book1 | ||||
---|---|---|---|---|
D | E | |||
3 | ||||
4 | <30 | 33 | ||
5 | ||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D4 | D4 | =IF(AND(E4>30,E4<60),"<30") |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
D4 | Cell Value | ="Over" | text | YES |