Overview
I’m guessing your Excel files have a lot of numbers in them. I can’t think of hardly any that don’t! For most of my career, I just used the standard number formats with maybe a few custom ones – mainly for dates and displaying currency in a certain way. But one time a colleague showed me one of these tricks, and I was blown away. So I read everything I could on number formats, and that led to creating these five tricks and then some. If you use Excel frequently, you’ll definitely want to check these out to make your files pop and make them super-clear to anyone who uses them.
In this article, we’ll walk through five number format tricks that give you a lot of flexibility in how to display numbers and beyond – without messing up your formulas! Make sure to grab a copy of the example workbook that accompanies this article using the box below! And if you want to learn even more about number formats, check out this comprehensive template that includes everything you want to know plus 50 great examples!
Why use custom number formats
The built-in number formats are helpful, but they can leave you wanting more. More color. More whitespace. More simplicity. And that’s where custom number formats come in.
You can get very specific with how you display numbers, without affecting the underlying values used in formulas! By using the tricks below, you’ll make numbers stand out and easy to understand. You’ll remove unnecessary clutter. And you’ll be able to add context where it’s needed. Along with other formatting options (fonts, borders, fill colors, etc.), that gives you a lot of power. And combining them with conditional formatting gives you even more power to make your files amazingly dynamic!
The number format tricks
1. Colors
Colors are a great way to make certain numbers stand out. The most common example of this is displaying positive and negative numbers in different colors – negative as red and positive as black or green
Colors are defined within the number format code components (positive, negative, zero, text – separated by semi-colons). Simply include the color code within brackets (i.e. “[color 3]” for red). Alternatively, you can define 8 colors by name within brackets (i.e. “[red]”): black, white, green, red, blue, magenta, yellow, cyan.
See the examples below where the number format codes are used to add colors for positive and negative numbers with this number format code:
[color 10]$_(#,##0.00_);[color 3]_($(#,##0.00);_(-_);@

2. Symbols
[color 10]▲0.0%;[color 3]▼0.0%;-

3. Conditions
[>1000][color 10]#,##0;[<-1000][color 3]-#,##0;#,##0;

4. Rounding
#,###,"k";-#,###,"k";0

5. Phrases
[=1]"1 week";#" weeks"

Bonus: instantly apply all your favorite number formats
Video
Summary
Knowing how number formats work can be a really valuable skill, especially if you constantly work with a sea of numbers like most accountants and finance folks. Your files will really stand out if you use the tricks above, and if you use those bonus Excel tools, you can be super-efficient at it! Make it easy for users to understand the numbers by adding colors, symbols, and rounding easily and dynamically. And make sure to save those custom number format codes you work so hard on in a reusable library!
Have you done some other cool stuff with number formats? Let us know in the comments below!

Recent Comments