I want to apply data validation and styling to a column range, but without the header cell. Now I'm doing it in two steps:
- Apply rules to a column range
- Clear the header cell
It works, but I have to edit header cells after all other cells. And it looks like a hack, there might be a nicer way.
So, how to select the column without a top cell?