As the title suggests, this is my scenario:
I have cells $A$7:$A$11 and one of them must be colored a certain color if two conditions are met together in column C and E of the same row (for example C1 and E1)
If column C contains value "Q", and column E contains value "X100", then color cell $A$7 RED
If column C contains value "R", and column E contains value "X100", then color cell $A$8 RED
If column C contains value "S", and column E contains value "X100", then color cell $A$9 RED
If column C contains value "T", and column E contains value "X100", then color cell $A$10 RED
If column C contains value "U", and column E contains value "X100", then color cell $A$11 RED
I also need a different color ORANGE when column E contains value "X500" for the same conditions above.
To clarify:
If column C contains value "Q", and column E contains value "X500", then color cell $A$7 ORANGE
If column C contains value "R", and column E contains value "X500", then color cell $A$8 ORANGE
If column C contains value "S", and column E contains value "X500", then color cell $A$9 ORANGE
If column C contains value "T", and column E contains value "X500", then color cell $A$10 ORANGE
If column C contains value "U", and column E contains value "X500", then color cell $A$11 ORANGE
and then condition to undo color fill:
If column G contains any value, and column C contains value "Q", then undo color for cell $A$7
If column G contains any value, and column C contains value "R", then undo color for cell $A$8
If column G contains any value, and column C contains value "S", then undo color for cell $A$9
If column G contains any value, and column C contains value "T", then undo color for cell $A$10
If column G contains any value, and column C contains value "U", then undo color for cell $A$11
Basically, I just want the cells in $A$7:$A$11 to be colored conditionally and then undo coloring when a later condition is met.
Any help on this would be so gladly appreciated!
Thank you MrExcel.com for all the help you've already given me
I have cells $A$7:$A$11 and one of them must be colored a certain color if two conditions are met together in column C and E of the same row (for example C1 and E1)
If column C contains value "Q", and column E contains value "X100", then color cell $A$7 RED
If column C contains value "R", and column E contains value "X100", then color cell $A$8 RED
If column C contains value "S", and column E contains value "X100", then color cell $A$9 RED
If column C contains value "T", and column E contains value "X100", then color cell $A$10 RED
If column C contains value "U", and column E contains value "X100", then color cell $A$11 RED
I also need a different color ORANGE when column E contains value "X500" for the same conditions above.
To clarify:
If column C contains value "Q", and column E contains value "X500", then color cell $A$7 ORANGE
If column C contains value "R", and column E contains value "X500", then color cell $A$8 ORANGE
If column C contains value "S", and column E contains value "X500", then color cell $A$9 ORANGE
If column C contains value "T", and column E contains value "X500", then color cell $A$10 ORANGE
If column C contains value "U", and column E contains value "X500", then color cell $A$11 ORANGE
and then condition to undo color fill:
If column G contains any value, and column C contains value "Q", then undo color for cell $A$7
If column G contains any value, and column C contains value "R", then undo color for cell $A$8
If column G contains any value, and column C contains value "S", then undo color for cell $A$9
If column G contains any value, and column C contains value "T", then undo color for cell $A$10
If column G contains any value, and column C contains value "U", then undo color for cell $A$11
Basically, I just want the cells in $A$7:$A$11 to be colored conditionally and then undo coloring when a later condition is met.
Any help on this would be so gladly appreciated!
Thank you MrExcel.com for all the help you've already given me