K
Kurt Heisler
I'm trying to set up two conditions for conditional formatting in my
Excel worksheet.
Condition 1 makes every other row (about 40 rows across 5 columns)
gray:
1. Formula Is =MOD(ROW(),2)=1 (and setting a gray pattern for the
format)
Condition 2 sets to red the font of values in Column E, if the value
is greater than a value in A1.
2. Cell Value Is greater than = $A1 (and setting the font to red)
Condition 1 always works, but condition 2 works only for rows (well,
actually just the cell in Column E) that are *not* gray. If the cell
happens to be one of the grayed ones, the font remains the same
regardless of the value.
Any idea what I can change? Thanks.
Excel worksheet.
Condition 1 makes every other row (about 40 rows across 5 columns)
gray:
1. Formula Is =MOD(ROW(),2)=1 (and setting a gray pattern for the
format)
Condition 2 sets to red the font of values in Column E, if the value
is greater than a value in A1.
2. Cell Value Is greater than = $A1 (and setting the font to red)
Condition 1 always works, but condition 2 works only for rows (well,
actually just the cell in Column E) that are *not* gray. If the cell
happens to be one of the grayed ones, the font remains the same
regardless of the value.
Any idea what I can change? Thanks.