I've been going at this for days...and I still can't get it right.
I'm trying to use conditional formatting so that:
Condition 1:
When A11 = PM&R 150 Days and D11 is < or = 150
OR When A11 = MLF 240 Days and D11 is < or = 240
The cell turns GREEN
Condition 2:
When A11 = PM&R 150 Days and D11 is > 150
OR When A11 = MLF 240 Days and D11 is > 240
The cell turns RED
Is this possible?
For Condition 2 I tried the formula:
=OR((AND(A19="PM&R 150 Days",D19>150)),(AND(A19="MLF 240 Days",D19>240)))
Am I close??? Or far off??
Please Help
Thanks in advance!
I'm trying to use conditional formatting so that:
Condition 1:
When A11 = PM&R 150 Days and D11 is < or = 150
OR When A11 = MLF 240 Days and D11 is < or = 240
The cell turns GREEN
Condition 2:
When A11 = PM&R 150 Days and D11 is > 150
OR When A11 = MLF 240 Days and D11 is > 240
The cell turns RED
Is this possible?
For Condition 2 I tried the formula:
=OR((AND(A19="PM&R 150 Days",D19>150)),(AND(A19="MLF 240 Days",D19>240)))
Am I close??? Or far off??
Please Help
Thanks in advance!