Challenge - 5 Problems
Row and Column Grouping Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🎯 Scenario
intermediate2:00remaining
Grouping rows to summarize monthly sales
You have daily sales data in rows 2 to 32 for January. You want to group these rows so you can collapse and expand the daily details easily. Which action will correctly group these rows in Google Sheets?
Attempts:
2 left
💡 Hint
Grouping rows is done by selecting the rows and using the Data menu.
✗ Incorrect
To group rows in Google Sheets, select the rows you want to group, then use Data > Group rows. This creates a collapsible group for those rows.
📊 Formula Result
intermediate2:00remaining
Effect of grouping on formula results
You have grouped rows 5 to 10 in your sheet. You use the formula =SUM(A1:A20). What will be the result of this formula compared to before grouping?
Attempts:
2 left
💡 Hint
Grouping only changes how rows look, not the data itself.
✗ Incorrect
Grouping rows only changes the display by allowing you to collapse or expand rows. Formulas still calculate all data regardless of grouping.
❓ Function Choice
advanced2:00remaining
Choosing the right function to sum visible rows after grouping
After grouping rows and collapsing some groups, you want to sum only the visible (expanded) rows in column B. Which function will correctly sum only visible rows?
Attempts:
2 left
💡 Hint
SUBTOTAL can ignore hidden rows when using certain function codes.
✗ Incorrect
SUBTOTAL with function code 109 sums only visible cells, ignoring hidden rows from grouping or manual hiding.
❓ data_analysis
advanced2:00remaining
Analyzing grouped columns impact on data visibility
You grouped columns C to F and collapsed the group. Which columns remain visible and accessible for editing?
Attempts:
2 left
💡 Hint
Collapsing a grouped column hides those columns from view.
✗ Incorrect
When you collapse a grouped set of columns, those columns are hidden. Other columns outside the group remain visible and editable.
🧠 Conceptual
expert3:00remaining
Understanding nested grouping behavior
You have grouped rows 2 to 10, then inside that group, you grouped rows 4 to 6. If you collapse the outer group (2 to 10), what happens to the inner group (4 to 6)?
Attempts:
2 left
💡 Hint
Collapsing a bigger group hides all rows inside it, including nested groups.
✗ Incorrect
When you collapse an outer group, all rows inside it, including nested groups, are hidden. The inner group state is not visible until the outer group is expanded again.