Javascript – Make a function run on all spreadsheets that meet certain criteria
I'm creating an onEdit(e) script to highlight cells in a Google spreadsheet (in a specific column) after a specified user has edited them. Thing is, I need this to apply to all spreadsheets with a specific naming convention, and all…