Conditional Formatting of one based on the other cell.
Closed
Dimi
-
Nov 3, 2015 at 08:53 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Nov 5, 2015 at 10:38 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Nov 5, 2015 at 10:38 AM
Related:
- Conditional Formatting of one based on the other cell.
- Clear formatting in excel - Guide
- Phone formatting software for pc - Download - File management
- Excel conditional formatting if another cell contains specific text - Excel Forum
- Conditional formatting 3 color scale percentages ✓ - Excel Forum
- After formatting computer what's next ✓ - Laptop Forum
2 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
552
Nov 3, 2015 at 11:21 AM
Nov 3, 2015 at 11:21 AM
Hi Dimi,
Your statements are confusing.
"equal or greater [equal or less]" uhm ..... which one is it.
Also both statements use equal, this doesn't mean that when A1 and B1 are the same that the cell will be half red and half green (would be cool though). If the first rule is true, then CF doesn't look at the second rule.
Formula's used:
=A1>=B1 ; --> red
=A1<B1 ; --> green
Best regards,
Trowa
Monday, Tuesday and Thursday are usually the days I'll respond. Bear this in mind when awaiting a reply.
Your statements are confusing.
"equal or greater [equal or less]" uhm ..... which one is it.
Also both statements use equal, this doesn't mean that when A1 and B1 are the same that the cell will be half red and half green (would be cool though). If the first rule is true, then CF doesn't look at the second rule.
Formula's used:
=A1>=B1 ; --> red
=A1<B1 ; --> green
Best regards,
Trowa
Monday, Tuesday and Thursday are usually the days I'll respond. Bear this in mind when awaiting a reply.
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
552
Nov 5, 2015 at 10:38 AM
Nov 5, 2015 at 10:38 AM
Hi Dimi,
That makes more sense, but the formula's won't change that much.
Formula's:
=A1>=B1 ; --> red
=A1<=C1 ; --> green
Best regards,
Trowa
That makes more sense, but the formula's won't change that much.
Formula's:
=A1>=B1 ; --> red
=A1<=C1 ; --> green
Best regards,
Trowa
Nov 3, 2015 at 12:26 PM
In essence this is what I want --> I have three cells A1, B1 and C1. If A1 value (which constatly changes automatically) is equal or greater than B1, I want a red background in cell A1. On the other hand, if A1 value is equal or less than C1, I want a green background in cell A1.
Note: B1 and C1 values will never intersect (B1 is always higher number than C1).
Nov 3, 2015 at 12:29 PM