Forum Discussion

kh78649's avatar
kh78649
Copper Contributor
Jan 21, 2024

Conditional formatting working on one row but not whole sheet

In the below example, in row 3 I want the cell in column A to highlight if the cells E, F, and G are blank.    I can make it work for a single row: =AND(ISTEXT($A$4),(ISBLANK($E$4:$G:$4))) ...

Resources