Optimal way of turning a "B2:H2"-like range into an array of cells, and/or shifting that range – Javascript
I'll be giving a bit of context: Using App script, I'm working on a macro which copies data from a sheet to another. To avoid copying mistakes cascading, I added code to check whether or not the cells are empty.…