I would like to turn black a cell if on the table any of the rows match this condition:
Table : A1:G100
Cell to format J1
Condition that I would like to to implement:
IF(AND(A1=0;OR(B1="bob";B1="jack"))
turn the cell J1 black.
I used the Excel conditional formatting function and I got the result applying the formula only to the first row of my table. How can I format the cell based on the repetition of the formula for each column of the table?