I am inputting numbers in a column. Not in every cell, though.
I want to protect the current cell immediately after input (once I press Enter) but ALSO ALL THE EMPTY CELLS ABOVE IT (which have value zero so I left them blank).
I set up a style for this and used the NOT(ISBLANK($A1)) function. It works for the cells where I input.
But for the empty cells above?