Convert alphabetical Google Sheet column names to numbers
Google Sheets QUERY statements typically work with A, B, and C column names just fine. Here’s another QUERY that SELECTs data from another tab in the same sheet with a GROUP BY clause and column labels. However, QUERY requires column…