0
0
Google Sheetsspreadsheet~5 mins

Sorting (single and multi-column) in Google Sheets - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does sorting data in a single column do in Google Sheets?
Sorting data in a single column arranges the rows based on the values in that column, either from smallest to largest (A to Z) or largest to smallest (Z to A). The entire row moves with the sorted column to keep data intact.
Click to reveal answer
beginner
How do you sort data by multiple columns in Google Sheets?
You select the data range, then use the 'Data' menu and choose 'Sort range'. You add levels to sort first by one column, then by another, deciding the order (A to Z or Z to A) for each column.
Click to reveal answer
intermediate
What is the difference between sorting a range and sorting a sheet in Google Sheets?
Sorting a range only changes the order of the selected cells, leaving the rest of the sheet unchanged. Sorting a sheet rearranges all rows in the entire sheet based on the chosen column(s).
Click to reveal answer
intermediate
Which formula can you use to sort data dynamically in Google Sheets?
You can use the SORT function. For example, =SORT(A2:C10, 1, TRUE) sorts the range A2:C10 by the first column in ascending order. This formula updates automatically if the data changes.
Click to reveal answer
beginner
Why is it important to select the entire data range before sorting?
Selecting the entire data range ensures that all related data in each row stays together. If you sort only one column without selecting the whole range, data in other columns will not move, causing mismatched rows.
Click to reveal answer
What happens when you sort a single column in Google Sheets without selecting the entire data range?
ANothing happens.
BThe entire sheet sorts automatically.
COnly the selected column sorts, causing rows to mismatch.
DGoogle Sheets shows an error.
Which menu option do you use to sort data by multiple columns in Google Sheets?
AData > Sort range
BInsert > Sort
CFormat > Sort
DTools > Sort
What does the SORT function in Google Sheets do?
ASorts data dynamically based on specified columns and order.
BDeletes duplicate rows.
CFilters data by criteria.
DMerges cells.
If you want to sort a whole sheet by column B in descending order, what should you do?
AUse the CONCATENATE function
BSelect column B only, then Data > Sort range
CUse the FILTER function
DSelect all rows, then Data > Sort sheet by column B, Z → A
When sorting by multiple columns, which column is sorted first?
AThe column with the fewest empty cells
BThe first column you add in the sort levels
CThe column with the most data
DThe last column you add
Explain how to sort data by multiple columns in Google Sheets and why it is useful.
Think about sorting first by one column, then by another to organize data better.
You got /5 concepts.
    Describe the difference between sorting a range and sorting an entire sheet in Google Sheets.
    Consider how much of your data you want to reorder.
    You got /4 concepts.