简体   繁体   中英

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

Try this rule-

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

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM