Recall & Review
beginner
What is a sparkline in Google Sheets?
A sparkline is a tiny chart inside a single cell that shows trends or patterns in data, like a mini graph.
Click to reveal answer
beginner
How do you create a line sparkline in Google Sheets?
Use the formula
=SPARKLINE(range, {"charttype", "line"}). Replace range with your data cells.Click to reveal answer
beginner
What is the difference between BAR and COLUMN sparklines?
BAR sparklines show horizontal bars, while COLUMN sparklines show vertical bars inside a cell.
Click to reveal answer
intermediate
How can you change the color of a sparkline?
Add options in the formula like
{"color", "red"} to set the sparkline color. For example: =SPARKLINE(A1:A5, {"charttype", "line", "color", "red"}).Click to reveal answer
intermediate
Can sparklines show negative values?
Yes, sparklines can show negative values. Bars or lines will extend below the baseline to represent negatives.
Click to reveal answer
Which formula creates a line sparkline for data in cells A1 to A5?
✗ Incorrect
Options B and D create a line sparkline. B explicitly specifies the charttype, while D uses the default.
What does the BAR sparkline display?
✗ Incorrect
BAR sparklines show horizontal bars inside a cell.
How do you change the color of a sparkline to blue?
✗ Incorrect
Options A and B change the sparkline color to blue (B defaults to line chart).
If your data has negative numbers, how will a sparkline show them?
✗ Incorrect
Sparklines display negative values by extending below the baseline.
Which sparkline type shows vertical bars?
✗ Incorrect
COLUMN sparklines show vertical bars inside a cell.
Explain how to create and customize a line sparkline in Google Sheets.
Think about the formula structure and options inside curly braces.
You got /4 concepts.
Describe the differences between BAR and COLUMN sparklines and when you might use each.
Consider the direction of bars and visual impact.
You got /4 concepts.