'Excel Conditional Formatting if cell in Column A AND the cell in Column B are blank than highlight cell in Column G

I am trying to use the conditional formatting in Excel so that if a cell in Column A is blank and the cell in Column H (of the same row) is also blank then the cell in Column G gets highlighted in blue.

At the moment I am using this formula and it doesn't seem to work. Excel_Formula_BlankCellsFormat



Solution 1:[1]

Try this rule-

=AND($A1="",$H1="")

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Harun24hr