Hey, just wanted to share a quick trick about conditional formatting.
If you have a data entry sheet with input in adjacent cells within the same row or column, and you want the next blank input cell to be highlighted with a color, you can apply conditional formatting based on a formula.
The following formulas assume that your input is starting from cell A1 and all the input is in adjacent cells:
Excel Geek insiders will get the sample file from Eric.
If you have a data entry sheet with input in adjacent cells within the same row or column, and you want the next blank input cell to be highlighted with a color, you can apply conditional formatting based on a formula.
The following formulas assume that your input is starting from cell A1 and all the input is in adjacent cells:
- Vertical data entry: =ROW(A1)=COUNTA(A:A)+1
- Horizontal data entry: =COLUMN(A1)=COUNTA(1:1)+1
Excel Geek insiders will get the sample file from Eric.