Not sure what you mean by "cell block".
You should look at Conditional Formatting (on the Format menu).
You would need a formula such as
=(OR($A$1<19,$B$1<19,$A$2<19,$B$2<19))
which would look for a value less than 19 in the range A1:B2.
Not sure what you mean by "cell block".
You should look at Conditional Formatting (on the Format menu).
You would need a formula such as
=(OR($A$1<19,$B$1<19,$A$2<19,$B$2<19))
which would look for a value less than 19 in the range A1:B2.
Select A7:H7.
Format > Conditional formatting
Change first box to "Formula Is".
In second box type this formula:
=($B$7<19)
Click the "Format" button and choose your grey formatting.
Click two "OK" buttons to get out, and the job is done.
It is important to have an absolute reference ($B$7, rather than B7) in this
situation, so that all 8 of your cells base their conditional formatting on
the same cell.
meant
Select Columns B:H as the *columns* to be colored.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.