#googlesheets #spreadsheetskills #query #spreadsheets
Google Sheets' Query (SQL-like) function is super powerful, and one of its tools is GROUP BY, which allows you to group results by the values in a specific column. We'll use Query on population data and group results by Region so we get a table with one line for each region and the region's total population. We can then take that table and easily make a chart of world population by region.