I’m trying to use a COUNTIF formula in conditional formatting to highlight an entire row only if the cell A1 is not blank. The issue I have is that it will only highlight up to the furthest cell in the row containing a 1. Several of the cells could contain a 1. The “1” could be in any cell on the row between columns C and SI.
The formula I have used is
=IF(ISBLANK($A$1),"",COUNTIF(C4:SI4,1))
Any help appreciated. Thanks
The formula I have used is
=IF(ISBLANK($A$1),"",COUNTIF(C4:SI4,1))
Any help appreciated. Thanks