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?
✗ Incorrect
Sorting only one column without the full range moves just that column's data, breaking the row alignment.
Which menu option do you use to sort data by multiple columns in Google Sheets?
✗ Incorrect
The 'Sort range' option under the Data menu lets you add multiple sorting levels.
What does the SORT function in Google Sheets do?
✗ Incorrect
SORT rearranges data dynamically and updates when source data changes.
If you want to sort a whole sheet by column B in descending order, what should you do?
✗ Incorrect
Sorting the whole sheet by column B descending requires selecting all rows and using 'Sort sheet by column B, Z → A'.
When sorting by multiple columns, which column is sorted first?
✗ Incorrect
Sorting happens in the order you add columns in the sort levels, starting with the first.
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.