0
0
Excelspreadsheet~20 mins

Data Tables (What-If) in Excel - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Data Table Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
2:00remaining
Output of a One-Variable Data Table
You have a formula in cell B2: =A2*10. You create a one-variable data table with input values in cells A4:A8 (1, 2, 3, 4, 5). The data table formula is set to use cell A2 as the column input cell. What will be the value in cell B6 after the data table is calculated?
A20
B40
C50
D30
Attempts:
2 left
💡 Hint
Remember the data table substitutes the input cell value with each value from the input range.
Function Choice
intermediate
2:00remaining
Choosing the Correct Input Cell for a Two-Variable Data Table
You want to create a two-variable data table to analyze the formula =B1*C1. You plan to use values in cells A3:A7 for variable 1 and B2:F2 for variable 2. Which cells should you set as the row and column input cells in the data table dialog?
ARow input cell: C1, Column input cell: B1
BRow input cell: A3, Column input cell: B2
CRow input cell: B1, Column input cell: C1
DRow input cell: B2, Column input cell: A3
Attempts:
2 left
💡 Hint
The row input cell corresponds to the variable changing across columns, and the column input cell corresponds to the variable changing down rows.
🎯 Scenario
advanced
2:00remaining
Analyzing Unexpected Data Table Results
You created a one-variable data table to analyze the formula =SUM(A1:A3) with input values in cells B4:B8. However, all results in the data table show the same value, 15, regardless of the input values. What is the most likely reason?
AThe formula uses a range that does not include the input cell.
BThe input cell for the data table is not linked to any cell in the formula.
CThe data table input values are not numeric.
DThe data table was created as a two-variable table instead of one-variable.
Attempts:
2 left
💡 Hint
Check if the formula depends on the input cell that the data table changes.
data_analysis
advanced
2:00remaining
Interpreting a Two-Variable Data Table Output
You have a two-variable data table analyzing the formula =B1^C1. The row input cell is B1 with values 2, 3, 4 and the column input cell is C1 with values 1, 2, 3. What is the value in the cell where row input is 3 and column input is 2?
A6
B8
C9
D5
Attempts:
2 left
💡 Hint
Calculate 3 raised to the power of 2.
🧠 Conceptual
expert
2:00remaining
Effect of Circular References in Data Tables
You create a one-variable data table where the formula depends on the input cell, but the input cell's value is also calculated by a formula referencing the data table output. What will happen when you calculate the data table?
AExcel will calculate the data table normally without errors.
BExcel will show a circular reference warning and may not calculate the data table correctly.
CThe data table will produce zeros for all outputs.
DExcel will automatically break the circular reference and calculate partial results.
Attempts:
2 left
💡 Hint
Think about what happens when a formula depends on itself indirectly.