A win/loss sparkline ignores magnitude and shows only direction: a block up for every positive value, down for every negative. Ideal for win streaks, daily up/down, or over/under target.
The example
Daily result (+ win / − loss) as a win/loss sparkline.
| A | B | |
|---|---|---|
| 1 | Player | Last 8 |
| 2 | Team A | ▀▄▀▀▄▀▀▀ |
The formula
A direction-only sparkline:
How it works
Win/loss strips away magnitude:
- Build a row where positive = win and negative = loss (or over/under a target as a difference).
- Insert a Win/Loss sparkline over that row.
- Every win draws an identical up block; every loss an identical down block — zeros show as a gap.
- On the Sparkline tab, set distinct colors for positive, negative, and toggle markers.
Turn metrics into wins: if your data is raw values, make a helper row of =value − target — positive means above target (a win), negative below. Feed that to the win/loss sparkline.
Try it: interactive demo
Enter + / − numbers.
Variations
From values vs target
Helper row first:
Color wins/losses
Sparkline tab → Marker Color → Negative.
Count the wins
Alongside the sparkline:
Pitfalls & errors
Magnitude is ignored. A +1 and a +1000 look identical. Use a column or line sparkline if size matters.
Zeros are gaps. A zero shows as neither up nor down — decide whether ties should count as wins.
2010+ only. Like all sparklines, unavailable in Excel 2007.
Practice workbook
Frequently asked questions
How do I make a win/loss sparkline in Excel?
How do I turn metrics into a win/loss view?
Why do some cells show nothing in a win/loss sparkline?
Stop fighting formulas. Learn them in a day.
This recipe is one of hundreds of real-world formulas we teach. Our Excel Formulas & Functions class covers lookups, logic, text, and dynamic arrays hands-on — live in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.
See the Formulas & Functions Class