
Originally Posted by
jasoncw
If there is a contiguous range of cells, and for each of the cells, you are looking at the adjacent cell, then yes, this can be done all at once.
Say for example you are looking to conditional format A1:A10, based on the values of B1:B10. Take these steps:
1. Starting with cell A1, select the range A1:A10 (the active cell should still be A1).
2. Select Format > Conditional Formatting, then select Formula Is, and type:
=B1>=2000 (do not use any $)
3. Select your formatting (bold, different color)
4. Select OK
This will now include the conditional format in all cells for A1:A10, which will change format based on their adjacent cells.
Jason
Bookmarks