I'm having issues with figuring out this formula:
If location = M and Delivery time is 5 or less, cell needs to be red
If location = M and delivery time is 6 or more, cell needs to be green
If location = R and delivery time is 9 or less, cell needs to be red
if location = R and delivery time is 10 or more, cell needs to be green
The cells I'm trying to highlight red or green are the delivery days.
I'm completely lost as to how to do this. I could really use some help as to how I could do this.
Can this even be done with conditional formatting?
If location = M and Delivery time is 5 or less, cell needs to be red
If location = M and delivery time is 6 or more, cell needs to be green
If location = R and delivery time is 9 or less, cell needs to be red
if location = R and delivery time is 10 or more, cell needs to be green
The cells I'm trying to highlight red or green are the delivery days.
I'm completely lost as to how to do this. I could really use some help as to how I could do this.
Can this even be done with conditional formatting?
Delivery Time (Days) | Location (METRO/RURAL) |
2 | M |
2 | M |
5 | R |
2 | M |
2 | M |
3 | R |
5 | M |
7 | M |
12 | R |
5 | M |
6 | M |
7 | R |
5 | R |
7 | R |
7 | M |
4 | M |
4 | M |