In a Calc sheet that I’ve been working on (there are 100 rows filled with data), I need to protect the cells of rows 1 and 2 only. The cells of all other rows need to be unprotected, and I need to add more rows as I go along working.
These are the steps I take:
- Tools > Protect Sheet, under Allow all users of this sheet to: select the first two options
- in the sheet, select the first two rows, Format > Cells …: Protected
The result is that rows 1 and 2 are protected (great!) plus also rows 101 to 1048576 (not so great). In other words, I cannot enter any data into the rows from 101 onward (Format > Cells is greyed out). What am I doing wrong?