So I have a spreadsheet that has some meta data in the first ~6 rows, and starting on row 7, is a list of names (A7 is the start), and each row has additional data in other columns. I need the entire row sorted, but by A-Z using the first column.
How would I create a google script to automatically sort these rows using the first column as an index, with an offset to only apply starting at row 7?