Geoff B
2012-04-04 15:46:43 UTC
I need my columns to have informative headers (not A,B,C,D).
I also need to sort many columns by another column, so I have to select multiple columns concurrently.
How do I make an informative header that does not get sorted with the rest of the column?
I've tried selecting the whole worksheet, and then Ctrl+clicking the top row to unselect it, but this operation is not allowed.
I've tried freezing the top row, but this not prevent the headers from getting sorted with the information in the columns.
I've tried splitting the sheet, so that the top row is in a separate pane, and that does not resolve the problem either.
I'm really at a loss here. There has to be a way to prevent my headers from being alphabetized down into the data, right? This just seems absurd. I shouldn't have to write a script to perform this basic operation in the most popular spreadsheet software in the world.
Cutting the header row out before every operation and pasting it back in afterwards can't be the easiest way to do this.
Suggestions?