First I am wondering if it is possible to insert text into a new cell if conditional formatting conditions are met, and second if it is possible to require two conditions be met in order to insert the text in a new cell.
I am trying to have say column C rows display an "X" if the column A = 10 and column B is < 6.
Not knowing how to insert text if conditions are met I have run the following conditions to display a color and pattern if met:
Condition 1:
Formula is: =($A1=10)
*Yellow highlight
Condition 2:
Formula is: =($E1<6)
*Line pattern
The issue I run into, not to mention the color/pattern does me no good, is I get yellow highlights for all "10's" and line patterns for all "<6's". Not both. This tells me it is reading the conditions seperate, but I don't know how to pair them.
Ideally when I figure this out I am planning to run the same conditions for the following:
A=10 and B<6
A=11 and B<12
A=12 and B<18
My thoughts are that if I continue to run different conditional formatting over the new column I want the "X" to be placed in I will remove previous formattings, so if these can be lumped into one formula or VBA macro it would be ideal.
Any suggestions appreciated, thanks!
SD
I am trying to have say column C rows display an "X" if the column A = 10 and column B is < 6.
Not knowing how to insert text if conditions are met I have run the following conditions to display a color and pattern if met:
Condition 1:
Formula is: =($A1=10)
*Yellow highlight
Condition 2:
Formula is: =($E1<6)
*Line pattern
The issue I run into, not to mention the color/pattern does me no good, is I get yellow highlights for all "10's" and line patterns for all "<6's". Not both. This tells me it is reading the conditions seperate, but I don't know how to pair them.
Ideally when I figure this out I am planning to run the same conditions for the following:
A=10 and B<6
A=11 and B<12
A=12 and B<18
My thoughts are that if I continue to run different conditional formatting over the new column I want the "X" to be placed in I will remove previous formattings, so if these can be lumped into one formula or VBA macro it would be ideal.
Any suggestions appreciated, thanks!
SD