Forum Discussion
bramsburg
Jul 13, 2023Copper Contributor
Highlight Blank Cells Only In Rows That Contain Data
Hello, we track certain information and my employees sometimes forget/miss filling in some cells. Is there a way that if they start typing in a certain row, any cell that is left blank will turn a color until it is filled in? I have figured out how to highlight blank cells, but it is highlighting all blank cells after the data as well and is making our tracking sheet look sloppy. I'm hoping to figure out how to only highligh
Hi bramsburg
with above sample, Cond. Format. rule (Use a formula...) that applies to $A$2:$F$5:
=AND(COUNTA($A2:$F2), ISBLANK(A2))