Challenge - 5 Problems
Waterfall Chart Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate2:00remaining
Calculate the intermediate subtotal for a waterfall chart
You have a list of monthly revenue changes in cells B2:B6. The starting revenue is in cell B1. Which formula in cell B7 correctly calculates the subtotal after all changes?
Excel
Starting revenue in B1: 1000 Changes in B2:B6: 200, -150, 300, -100, 50 Formula in B7 to calculate subtotal:
Attempts:
2 left
💡 Hint
Add all the changes to the starting revenue to get the subtotal.
✗ Incorrect
The subtotal after all changes is the starting revenue plus the sum of all changes. Option D correctly adds B1 to the sum of B2:B6.
❓ Function Choice
intermediate2:00remaining
Choose the correct Excel function to calculate cumulative totals for a waterfall chart
You want to create a column that shows the running total of revenue changes for a waterfall chart. Which Excel function is best to use in cell C2 and drag down?
Excel
Starting revenue in B1: 1000 Changes in B2:B6: 200, -150, 300, -100, 50 Running total formula in C2:
Attempts:
2 left
💡 Hint
Use absolute reference for the start cell and relative for the end cell.
✗ Incorrect
Option A uses an absolute reference for the starting cell B1 and a relative reference for the current row B2, so dragging down will correctly calculate running totals.
🎯 Scenario
advanced2:00remaining
Identify the correct data layout for a waterfall chart in Excel
You want to create a waterfall chart showing starting value, increases, decreases, and ending value. Which data layout is correct for Excel to build the chart?
Excel
Data options:
A) Column A: Labels (Start, Increase1, Decrease1, End)
Column B: Values (1000, 200, -150, 1050)
B) Column A: Labels
Column B: Positive values only
Column C: Negative values only
C) Column A: Labels
Column B: Cumulative totals
D) Column A: Labels
Column B: Values with all positive numbersAttempts:
2 left
💡 Hint
Waterfall charts need both positive and negative values in one column to show increases and decreases.
✗ Incorrect
Excel waterfall charts require labels and a single column of values that include positive and negative numbers to show increases and decreases properly.
❓ data_analysis
advanced2:00remaining
Determine the final value displayed in a waterfall chart
Given the starting value 500 in cell A1 and changes in cells A2:A5 as 100, -50, 200, -150, what is the final value shown at the end of the waterfall chart?
Excel
Starting value: 500 Changes: 100, -50, 200, -150
Attempts:
2 left
💡 Hint
Add all changes to the starting value.
✗ Incorrect
Sum of changes: 100 - 50 + 200 - 150 = 100. Add to starting value 500 + 100 = 600.
🧠 Conceptual
expert3:00remaining
Why use helper columns in waterfall charts?
In Excel waterfall charts, why do we often use helper columns for 'Increase', 'Decrease', and 'Subtotal' instead of a single column with positive and negative values?
Attempts:
2 left
💡 Hint
Think about how Excel knows which bars go up or down in a waterfall chart.
✗ Incorrect
Helper columns separate increases and decreases so Excel can color and position bars correctly in the waterfall chart.