Start Free Trial
← Back to Blog

All Excel Formatting Options Explained in a Complete Guide

All Excel formatting options explained
Share LinkedIn Facebook

A spreadsheet that is hard to read is a spreadsheet that does not get used. Whether you are presenting financial data to a board, sharing a project tracker with your team, or building a report for a client, the way your Excel data looks is almost as important as the data itself. Poor formatting makes accurate data look untrustworthy. Strong formatting makes complex data instantly understandable.

Formatting in Excel is not decoration. It is communication. Every formatting decision you make either helps the reader understand your data faster or makes it harder. This guide covers every Excel formatting option available, explained clearly with practical examples you can apply immediately -- whether you are brand new to Excel or have been using it for years without properly learning the formatting tools.

1. Cell Formatting: The Foundation of Every Spreadsheet

Cell formatting controls how individual cells look. It covers everything from the font inside the cell to the background color behind it to the border around it. Getting cell formatting right is the first step in building a spreadsheet that looks intentional rather than assembled in a hurry.

Font Formatting

Font formatting controls the typeface, size, color, and style of the text inside your cells.

Font style is the typeface applied to cell text. Excel defaults to Calibri at 11 points, which is clean and readable for most purposes. Change the font by selecting the cell or range you want to format, then choosing a different typeface from the Font dropdown in the Home tab. For professional spreadsheets, stick to one or two fonts maximum. Mixing multiple fonts in a single spreadsheet almost always looks unprofessional.

Font size controls how large the text appears in the cell. Larger sizes work well for headers and titles. Standard body text in a spreadsheet typically reads best at 10 to 12 points. Anything smaller than 9 points becomes difficult to read on screen and prints poorly.

Font color changes the color of the text itself. Use font color deliberately. A header in dark blue or charcoal reads more professionally than one in bright red. Reserve high-contrast colors like red for data that requires immediate attention -- negative values, overdue dates -- where the color carries functional meaning rather than just visual interest.

Bold, italic, and underline are the three basic text style options. Bold is most useful for headers, totals, and any value that needs to stand out. Italic works well for notes and secondary information that should be visible but not dominant. Underline is less commonly used in spreadsheets than in documents because borders serve a similar visual function more cleanly.

Practical example: To format a header row with bold white text on a dark background, select the header row, apply bold formatting, change the font color to white, and apply a dark fill color to the cell background. This creates a clean professional table header that clearly distinguishes the label row from the data rows below it.

Cell Alignment

Alignment controls where the content of a cell sits within the cell boundaries, both horizontally and vertically. Consistent alignment across a spreadsheet dramatically improves readability.

Horizontal alignment positions content left, center, or right within the cell. As a general rule, text labels align left, numbers align right, and headers align to match whatever alignment you are using in the column below them. Centering everything looks tidy at first glance but actually makes data harder to scan because the eye has to search for the start of each value rather than finding it in a predictable position.

Vertical alignment positions content at the top, middle, or bottom of the cell. Middle alignment looks best in most cases, particularly in rows with variable height. Top alignment works well in cells containing wrapped text where you want the content to read from the top of the cell down.

Wrap Text is one of the most useful and most underused alignment options in Excel. When a cell contains more text than fits on one line at the current column width, Wrap Text automatically expands the row height and displays the content on multiple lines within the cell. This is far better than letting text overflow into adjacent cells, which is the default behavior and one of the most common causes of messy-looking spreadsheets.

Merge and Center combines multiple adjacent cells into a single cell and centers the content within it. Most useful for main titles that span the width of a table. Use it sparingly -- overusing merged cells creates problems with sorting, filtering, and copying data.

Indent increases or decreases the space between the cell border and the cell content. Particularly useful in financial models and hierarchical data where you want to show that certain rows are sub-items of a parent category.

Cell Borders

Borders are the lines drawn around the edges of cells. Used well, borders guide the eye through your data and create clear visual separation between sections. Used poorly, they create visual noise that makes everything harder to read.

To apply borders, select your cells, click the Borders dropdown arrow in the Font group on the Home tab, and choose from the available border styles. The most useful options:

Outside borders draw a line around the perimeter of a selected range, visually boxing it in as a distinct section. Works well for tables, totals rows, and any block of data you want to visually separate from surrounding content.

All borders draws lines around every individual cell in a selected range, creating a full grid. Use for data tables where you want the grid structure to be explicit. Avoid for summary sections where the visual weight of a full grid competes with the importance of the data.

Bottom border only is a clean way to separate a header row from data rows or to draw attention to a total row without boxing the entire section.

For the most professional results, use borders selectively rather than applying them uniformly across the entire spreadsheet. The contrast between bordered and unbounded sections creates visual hierarchy that guides the reader's attention.

Fill Color

Fill color applies a background color to cells. It is one of the most impactful formatting tools in Excel when used with restraint and one of the most damaging to readability when overused.

The most effective uses of fill color are alternating row shading to make wide tables easier to read across rows, header row backgrounds to distinguish labels from data, and highlighting specific cells to draw attention to important values or input fields. To apply fill color, select your cells, click the Fill Color dropdown arrow in the Font group on the Home tab, and choose a color. For professional spreadsheets, choose colors from a consistent palette. Soft blues, grays, and greens work well for structural formatting. Reserve brighter colors for data that genuinely requires immediate attention.

2. Number Formatting: How Your Data Displays

Number formatting controls how Excel displays values inside cells. It does not change the underlying value -- only how it appears. A cell displaying $1,234.56 still contains the number 1234.56. The formatting is cosmetic but critical for readability and professional presentation.

Currency and Accounting Formats

Currency format displays numbers with a currency symbol, thousands separator, and two decimal places by default. Select your cells, open the Number Format dropdown in the Home tab, and choose Currency. You can customize the currency symbol, decimal places, and how negative numbers display through the Format Cells dialog.

Accounting format is similar to Currency but aligns the currency symbols and decimal points vertically across all rows in a column -- standard practice in financial statements. When presenting a column of dollar amounts that a reader will scan vertically, Accounting format makes the numbers significantly easier to compare.

The practical distinction: use Currency format for individual values and mixed contexts. Use Accounting format for financial statements, budgets, income statements, and anywhere you are presenting a column of monetary values.

Percentage Format

Percentage format multiplies the cell value by 100 and displays the result with a percent sign. A cell containing 0.15 formatted as Percentage displays as 15%. This is important to understand when entering data: if you type 15 into a cell and then apply Percentage format, it will display as 1500% because Excel multiplies your entry by 100. Type 0.15 and apply Percentage format to display 15%, or type 15% directly and Excel handles the conversion automatically.

Date and Time Formats

Excel stores dates and times as numbers internally, which is what allows date arithmetic like calculating days between two dates. The display format determines how that number appears to the reader. Common date format codes:

Format CodeDisplays As
dd/mm/yyyy20/05/2026
dd-mmm-yyyy20-May-2026
mmmm dd, yyyyMay 20, 2026
ddd, dd mmm yyyyWed, 20 May 2026
h:mm AM/PM3:45 PM
hh:mm:ss15:45:30

To apply a date format, select your cells, open the Format Cells dialog with Ctrl+1, go to the Number tab, select Date from the Category list, and choose from the available formats or enter a custom format code.

Custom Number Formatting

Custom number formatting is one of the most powerful and least understood formatting tools in Excel. It lets you create display formats not available in the standard options. Custom format codes use a specific syntax with up to four sections separated by semicolons covering positive numbers, negative numbers, zero values, and text in that order.

Custom Format CodeDisplays 5000 AsUse Case
#,##05,000Thousands separator, no decimals
#,##0.005,000.00Two decimal places
0.0"x"5000.0xMultiples and ratios
"$"#,##0"K"$5KThousands display
[Green]#,##0;[Red]-#,##0Green positive / Red negativeFinancial variance
+#,##0;-#,##0;0+5,000Explicit sign display

To create a custom format, select your cells, open Format Cells with Ctrl+1, go to the Number tab, select Custom from the Category list, and type your format code in the Type field.

3. Conditional Formatting: Formatting That Responds to Your Data

Conditional formatting automatically applies formatting to cells based on the values they contain or the results of a formula you define. It is one of the most powerful tools in Excel for making patterns and exceptions visible without requiring the reader to scan every number manually.

Highlight Cell Rules

Highlight cell rules apply formatting to cells that meet a specific condition. Access them through Home, Conditional Formatting, Highlight Cells Rules.

Greater Than and Less Than highlight cells above or below a threshold you specify. Use this to flag sales figures that exceed a target, budget items that have gone over their allocation, or any metric where crossing a threshold requires attention.

Between highlights cells whose values fall within a range you define -- useful for identifying values in an acceptable range or spotting outliers outside expected bounds.

Text Contains highlights cells that include specific text, useful for scanning categorical data for particular values or flagging entries that contain error indicators.

A Date Occurring highlights cells containing dates that fall in a specified time period such as yesterday, last week, or next month. Particularly useful for project trackers and deadline management.

Duplicate Values highlights cells that appear more than once in a range -- invaluable for data cleaning and identifying data entry errors in lists that should contain unique values.

Data Bars

Data bars add a horizontal bar inside each cell whose length is proportional to the cell's value relative to other values in the selected range. The cell with the highest value gets the longest bar. Data bars are most effective for quick visual comparison of values across a range where the exact numbers are less important than the relative magnitude -- a sales leaderboard, a performance ranking, or a budget utilization summary. Access through Home, Conditional Formatting, Data Bars.

Color Scales

Color scales apply a color gradient across a range of cells based on their values. The most common configuration is a three-color scale where lowest values display in one color, highest in another, and middle values in a transitional color. The classic red to yellow to green scale is immediately intuitive: red means low or bad, green means high or good. Access through Home, Conditional Formatting, Color Scales. You can customize the colors, the midpoint, and whether the scale uses the actual minimum and maximum in the range or specific values you define.

Icon Sets

Icon sets add a small icon to each cell based on its value relative to thresholds you define. Common options include traffic lights in red, yellow, and green, directional arrows, and rating stars. Icon sets work particularly well in dashboards and summary tables where you want to communicate status at a glance without relying on color alone -- important for accessibility and for data that will be printed in black and white. Access through Home, Conditional Formatting, Icon Sets.

Formula-Based Conditional Formatting

The most powerful form of conditional formatting uses a custom formula rather than a built-in rule. This allows you to apply formatting based on virtually any condition you can express as an Excel formula, including conditions that reference other cells. Common uses include highlighting entire rows based on the value in a specific column and applying formatting based on whether cells meet multiple conditions simultaneously.

To create a formula-based rule, go to Home, Conditional Formatting, New Rule, select Use a Formula to Determine Which Cells to Format, and enter your formula. The formula must return TRUE for formatting to be applied. Reference the top-left cell of your selected range in the formula and Excel applies the logic to each cell in the range automatically.

4. Cell Styles: Consistent Formatting at Scale

Cell styles are saved formatting configurations that you can apply to cells with a single click. They are the most efficient way to maintain consistent formatting across a large spreadsheet or across multiple spreadsheets that need to look the same.

Built-In Cell Styles

Excel includes a library of built-in cell styles accessible through Home, Cell Styles. These include styles for headings at different hierarchy levels, styles for data entry cells, styles for calculated cells, and styles for totals and summary rows. The heading styles create a clear visual hierarchy in complex spreadsheets -- Heading 1 is the most prominent, with Heading 2, 3, and 4 decreasing in visual weight in a consistent way that communicates hierarchical relationship.

Custom Cell Styles

You can create your own cell styles that match your organization's branding or personal formatting preferences. Format a cell exactly the way you want, then go to Home, Cell Styles, New Cell Style, give it a name, and save it. Your custom style is now available in the Cell Styles gallery and can be applied to any cell with a single click. The real power becomes apparent when you need to change a formatting element across many cells -- modify the style definition and every cell using that style updates automatically.

5. Format Painter: Copy Formatting Instantly

The Format Painter is the fastest way to apply the formatting from one cell to another without manually reapplying every individual formatting option. Select the cell whose formatting you want to copy, click the Format Painter button (the paintbrush icon) in the Clipboard group on the Home tab, then click the cell or drag across the range where you want to apply the formatting.

For applying formatting to multiple non-adjacent ranges, double-click the Format Painter button instead of single-clicking. This locks the Format Painter on so you can apply the same formatting to as many ranges as you want. Press Escape when done.

The keyboard shortcut equivalent: select the source cell, press Ctrl+C to copy, select the destination, press Ctrl+Alt+V to open Paste Special, select Formats, and click OK.

6. Table Formatting: The Fastest Way to Format a Data Range

Converting a data range to an Excel Table using Ctrl+T or Insert, Table automatically applies a complete set of formatting including alternating row colors, styled headers, and filter dropdowns. Table formatting also updates automatically when you add new rows or columns, which eliminates the common problem of manually extending formatting every time your data grows.

Excel provides dozens of built-in Table styles ranging from light to dark, accessible through the Table Design tab that appears when your cursor is inside a table. Beyond formatting, Tables provide functional benefits including automatic formula extension, structured references that make formulas easier to read, and built-in filter and sort controls. For most data ranges in Excel, converting to a Table is the single formatting decision with the highest combined impact on both appearance and functionality.

Related Reading

Mastering Excel Conditional Formatting →

How to Compare Lists in Excel: Step-by-Step Guide →

70 Essential Business Math Formulas Made Easy →

Frequently Asked Questions About Excel Formatting

How do I format cells in Excel?
Select the cells you want to format, then use the formatting options on the Home tab including font style, size, color, alignment, borders, and fill color. For more options including number formats and advanced alignment settings, open the Format Cells dialog by pressing Ctrl+1 or right-clicking and selecting Format Cells.
What is conditional formatting in Excel?
Conditional formatting automatically applies formatting to cells based on their values or the results of a formula. It is used to highlight cells that meet specific conditions, add data bars or color scales for visual comparison, and apply icon sets for status indicators. Access it through Home, Conditional Formatting on the ribbon.
How do I copy formatting in Excel without copying the content?
Use the Format Painter: select the cell with the formatting you want to copy, click the Format Painter button (paintbrush icon) in the Clipboard group on the Home tab, then click or drag across the destination cells. For multiple non-adjacent ranges, double-click the Format Painter to lock it on. Alternatively, copy the source cell with Ctrl+C, select the destination, press Ctrl+Alt+V to open Paste Special, choose Formats, and click OK.
What is a custom number format in Excel?
A custom number format is a display code you create to control exactly how Excel shows a value in a cell without changing the underlying number. For example, the custom format #,##0"K" displays 5000 as 5K. Custom formats use up to four sections separated by semicolons covering positive numbers, negative numbers, zero values, and text. Access them through Ctrl+1, Number tab, Custom category.
What is the difference between Currency and Accounting format in Excel?
Both display numbers with a currency symbol and decimal places, but Accounting format aligns the currency symbol and decimal point vertically across all rows in a column -- standard in financial statements. Use Currency for individual values and mixed contexts. Use Accounting for financial statements, budgets, and any column of monetary values that a reader will scan vertically.

Work Smarter With Better Business Tools.

Excel skills, business templates, and the work management platform built for small businesses. Start free, no credit card required.

Start Free Today