Select the entire Column (L:O) use this formula:
Where:![]()
=AND(ROW()>1,$A1>"",$A1<>"Entry")
*Row>1 skips the header row in all cases
*$A1>"" skips any row if the cell in column A is blank
$A1<>"Entry" formats the cells in the row if the column A cell is not "Entry"
Bookmarks