Challenge - 5 Problems
AutoFilter Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate2:00remaining
What is the visible row count after applying this AutoFilter?
You have a table with 10 rows of sales data in columns A to D. You apply an AutoFilter on column C to show only rows where the value is greater than 100. Which option shows the correct count of visible rows after filtering?
Excel
Data in column C: 50, 120, 90, 130, 110, 80, 140, 70, 150, 60
Attempts:
2 left
💡 Hint
Count how many values in column C are greater than 100.
✗ Incorrect
Only the values 120, 130, 110, 140, and 150 are greater than 100, so 5 rows remain visible after filtering.
❓ Function Choice
intermediate2:00remaining
Which function helps count visible rows after filtering?
After applying an AutoFilter on a data range, you want to count how many rows are visible (not hidden). Which Excel function should you use?
Attempts:
2 left
💡 Hint
Look for a function that ignores hidden rows.
✗ Incorrect
SUBTOTAL with function number 3 counts visible non-empty cells, ignoring filtered-out rows.
🎯 Scenario
advanced2:00remaining
Filter data to show only sales between $100 and $200
You have a sales table with amounts in column B. You want to use AutoFilter to show only rows where sales are between $100 and $200 inclusive. Which filter criteria should you apply?
Attempts:
2 left
💡 Hint
Think about how to include all values from 100 up to 200.
✗ Incorrect
Using 'Greater Than or Equal To' 100 and 'Less Than or Equal To' 200 filters the range inclusively between those values.
❓ data_analysis
advanced2:00remaining
Identify the error in this AutoFilter setup
You want to filter a list of products to show only those starting with 'A'. You apply AutoFilter with the criteria 'Begins With' set to 'a'. However, no rows appear after filtering. What is the most likely reason?
Attempts:
2 left
💡 Hint
Check if the filter was applied to the correct column.
✗ Incorrect
If the filter is applied to a column without product names, no rows will match the criteria.
🧠 Conceptual
expert2:00remaining
What happens to formulas referencing filtered rows?
You have a table with formulas summing values in column D. After applying an AutoFilter that hides some rows, what will the formula =SUM(D2:D20) show?
Attempts:
2 left
💡 Hint
Regular SUM does not ignore hidden rows.
✗ Incorrect
The SUM function adds all values regardless of filtering. To sum only visible rows, use SUBTOTAL with function number 9.