How to Format Cells in Excel

How to Format Cells in Excel

Formatting is what separates a spreadsheet that’s technically correct from one that’s actually easy to read and present. I’ve seen perfectly accurate spreadsheets get misunderstood simply because numbers weren’t formatted as currency, or dates displayed inconsistently. In this guide, I’ll walk through everything I do to format cells properly in Excel — from number formats to borders, fonts, and conditional formatting.

What Cell Formatting Actually Does

Formatting changes how data looks, not what it actually is. A cell containing the number 1000 can display as “1,000,” “$1,000.00,” or “1000%” depending on formatting — but the underlying value Excel uses in calculations stays 1000 unless you actually change the number itself. Understanding this distinction is key to avoiding confusion later.

Accessing the Format Cells Dialog

There are three ways I open the main formatting window:

  1. Right-click a cell (or selected range) and choose Format Cells.
  2. Select a cell and press Ctrl + 1.
  3. Go to the Home tab and click the small arrow in the bottom-right corner of the Number group.

All three open the same Format Cells dialog with tabs for Number, Alignment, Font, Border, Fill, and Protection.

Number Formatting

The Number tab is where I spend most of my formatting time. Common categories include:

Step-by-Step: Applying Currency Formatting

  1. Select the range of cells.
  2. Press Ctrl + 1.
  3. Click Currency under Category.
  4. Choose the currency symbol and set decimal places (I usually keep 2 for money).
  5. Click OK.

Step-by-Step: Using Custom Number Formats

Custom formats give me full control. For example, if I want numbers to always show “kg” after the value:

  1. Open Format Cells > Number > Custom.
  2. In the “Type” box, enter: 0 "kg"
  3. Click OK.

Now 25 displays as “25 kg” while the underlying value stays a pure number I can still calculate with.

Font Formatting

Under the Font tab, I can change:

I usually keep these accessible directly from the Home tab ribbon rather than opening the full dialog, since they’re used so frequently.

Alignment Formatting

The Alignment tab controls:

I use Wrap Text constantly for cells containing longer notes or descriptions, so the row height adjusts automatically instead of the text getting cut off.

Borders and Fill

Under Border, I can add lines around cells — useful for separating sections or creating a clean table look manually. Under Fill, I set background colors, which I often use for:

Conditional Formatting (Dynamic Formatting Based on Values)

This is where formatting becomes genuinely powerful. Instead of manually coloring cells, I let Excel apply formatting automatically based on rules:

  1. Select your range.
  2. Go to Home > Conditional Formatting.
  3. Choose a rule type:
    • Highlight Cells Rules – like “Greater Than,” “Less Than,” “Between,” “Text that Contains.”
    • Top/Bottom Rules – highlight the top 10 items, bottom 10%, above average, etc.
    • Data Bars – shows an in-cell bar proportional to the value, great for quick visual comparison.
    • Color Scales – shades cells from one color to another based on value (like red for low, green for high).
    • Icon Sets – adds arrows, flags, or traffic-light icons based on value thresholds.
  4. Set your specific condition and formatting style.
  5. Click OK.

I use conditional formatting constantly for things like automatically flagging overdue dates in red, or highlighting sales figures below target.

Using Format Painter

If I’ve already formatted one cell exactly how I want and need to apply the same formatting elsewhere:

  1. Click the formatted cell.
  2. Go to Home > Format Painter (the paintbrush icon).
  3. Click (or click-and-drag across) the cells you want to apply the same formatting to.

Double-clicking the Format Painter icon lets me apply it repeatedly to multiple separate areas instead of just once.

Practical Example

Say I’m building a monthly budget tracker:

The result looks organized and professional without me manually adjusting a single cell by hand after the initial setup.

Common Mistakes I See

Troubleshooting Tips

Real-World Use Cases

Best Practices I Follow

Formatting cells properly is a small habit that pays off constantly — it’s the difference between a spreadsheet someone has to squint at and one that communicates clearly the moment it’s opened. Once conditional formatting and consistent number formats become second nature, your spreadsheets start looking like finished reports rather than raw data dumps.

Exit mobile version