Requirement:
How to use a conditional format to highlight the blank cells in the Range B10:B100.
Solution:
Select the range B10:B100 and while adding conditional formatting, you can insert the following formula:
=AND($A10<>"",$B10="")
Obtained from the OzGrid Help Forum.
Solution provided by Carim.
See also: Index to Excel VBA Code and Index to Excel Freebies and Lesson 1 - Excel Fundamentals and Index to how to… providing a range of solutions and Index to new resources and reference sheets
See also:
How to auto populate blank cells using VBA |
Click here to visit our Free 24/7 Excel/VBA Help Forum where there are thousands of posts you can get information from, or you can join the Forum and post your own questions.