Auto Sorting Columns in Google Sheets

Keeps a spreadsheet sorted whenever data changes.

automation, javascript

This tiny but powerful script will keep a Google Sheet sorted automatically every time a cell is updated. It was born out of a desire to keep my habit and project tracking spreadsheet sorted by most recently active so I could quickly see where I was spending my time.

Projects and Musings spreadsheet

The spreadsheet and conditional formatting worked great, but I was tired of manually re-sorting the sheet every time I updated something, and this script solves that.

View the Gist and join the discussion on GitHub!