0
0
Excelspreadsheet~20 mins

Query Editor interface in Excel - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Query Editor Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Query Editor Steps
In Excel's Query Editor, what does the 'Applied Steps' pane show?
AA list of all the transformations applied to the data in order
BA summary of the original data source details
CA preview of the final output data only
DA list of all Excel formulas used in the workbook
Attempts:
2 left
💡 Hint

Think about how Query Editor tracks changes step-by-step.

Function Choice
intermediate
2:00remaining
Choosing the Right Query Editor Function
Which Query Editor function would you use to remove duplicate rows from your data?
AReplace Values
BSplit Column
CGroup By
DRemove Duplicates
Attempts:
2 left
💡 Hint

Think about which action directly deletes repeated rows.

📊 Formula Result
advanced
2:00remaining
Result of a Query Editor Transformation
You have a table with a column 'Price' containing values: 10, 20, 30, 40. You apply a Query Editor step to multiply 'Price' by 1.1. What will be the new values in the 'Price' column?
A10, 20, 30, 40
B11, 22, 33, 44
C1.1, 2.2, 3.3, 4.4
D110, 220, 330, 440
Attempts:
2 left
💡 Hint

Multiplying by 1.1 increases each value by 10%.

🎯 Scenario
advanced
2:00remaining
Fixing a Data Type Issue in Query Editor
You imported a column of dates but Query Editor shows them as text. Which step should you add to fix this?
AChange Data Type to Date
BRemove Duplicates
CSplit Column by Delimiter
DReplace Values
Attempts:
2 left
💡 Hint

Dates need to be recognized as date type, not text.

data_analysis
expert
2:00remaining
Analyzing Query Editor Applied Steps
You have these Applied Steps in Query Editor: Source -> Filter Rows (Price > 20) -> Remove Columns (Date) -> Sort Rows (Price ascending). How many rows will be shown if the original table had 5 rows with prices 10, 15, 25, 30, 40?
A2
B5
C3
D4
Attempts:
2 left
💡 Hint

Filter rows where Price is greater than 20.