| Depth | Stem | Leaves (sorted) | Freq | 
|---|---|---|---|
| Total n | — | ||
Choose between ~5 and 20 stems so the shape is clear; unit = 10 (tens) is a common start for 2–3 digit data. You can split stems (L/U or 5‑way) for more detail. (Book §6.2 explains stems, leaves, and splitting.)
Unit is the stem base. Each stem represents a block of size Unit. With Unit = 10: stem = QUOTIENT(value,10), leaf = MOD(value,10). Example: 154 → stem 15, leaf 4.
Put your chosen unit in cell E1 so all formulas reference it ($E$1). Change E1 once → entire table updates.