0
0
Google Sheetsspreadsheet~5 mins

Sparklines (LINE, BAR, COLUMN) in Google Sheets - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
A=SPARKLINE(A1:A5, {"charttype", "bar"})
B=SPARKLINE(A1:A5, {"charttype", "line"})
C=SPARKLINE(A1:A5, {"charttype", "column"})
D=SPARKLINE(A1:A5)
What does the BAR sparkline display?
AVertical bars
BHorizontal bars
CLine graph
DPie chart
How do you change the color of a sparkline to blue?
A=SPARKLINE(range, {"charttype", "line", "color", "blue"})
B=SPARKLINE(range, {"color", "blue"})
C=SPARKLINE(range, {"charttype", "bar"})
D=SPARKLINE(range)
If your data has negative numbers, how will a sparkline show them?
AIt ignores negative numbers
BIt shows zero instead
CIt shows an error
DBars or lines extend below the baseline
Which sparkline type shows vertical bars?
ALINE
BBAR
CCOLUMN
DPIE
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.