Excel like a finance pro.
Write your own number format
Ctrl1FormattingNegatives in brackets, thousands without dividing, and a value hidden entirely.
Difficulty
1What it does
A format code has four parts separated by semicolons: positive; negative; zero; text. Most people never see past the first. Once you can write them, the finance conventions Excel has no button for become one-liners — #,##0;(#,##0) puts negatives in brackets the way an accountant expects, #,##0, shows a figure in thousands WITHOUT dividing anything (the trailing comma is the whole trick, and the underlying number is untouched so nothing downstream breaks), and ;;; hides a cell's contents while leaving the value there for formulas to use.
2The shortcut
- 1
Ctrl + 1, then the **Custom** category at the bottom of the list. - 2Type the code in the Type box. The sample above it updates as you type.
- 3Four parts, semicolon-separated: positive; negative; zero; text. Omit the later ones and they fall back.
3Before → after
Press the shortcut to play it on a sample sheet.
Format code: #,##0
| A — Line | B — Displayed | C — Actual value | |
|---|---|---|---|
| 1 | Revenue | 486,000 | 486000 |
| 2 | Variance | -18,250 | -18250 |
| 3 | Rounding | 0 | 0 |
Pick a code and watch column B change while column C stays exactly where it was.
4When you use it
- Brackets and red for negatives, the way a board pack expects.
- Show a schedule in thousands without touching the underlying numbers.
- Hide a working column with
;;;instead of hiding the column itself.
Want these moves already done for you? Wauvel's free tools download as branded, formula-driven Excel models — Tables, named ranges, and all.
Learn the moves here — or let Wauvel run them on your numbers.
Meet your AI CFO →One CFO-grade Excel tip a week
A short, practical email for finance operators — functions, shortcuts, and the moves that save an afternoon. Free, unsubscribe anytime.