E
EG
i am trying to have a row of cells be a certain color if one particular cell
is >0, for example. is there a way to do that?
thanks!
eric
is >0, for example. is there a way to do that?
thanks!
eric
JLatham said:Select all of the rows that you want to format that way, then do the same
thing with Conditional Format | Formula is, and try this:
=$M12>0
that will keep the column M reference from changing, but in each row you
format that way, the 12 value will be increased by some number. That number
being an adjustment based on the row being formatted.
To try to put it simpler, if you selected rows 20-22 for this, then row 20
cells would show up as formatted "=$M12>0"
row 21 cells should look like "=$M13>0"
and row 22's cells should look like "=$M14>0"
All done by just typing the formula in one time.