How to Display Negative Numbers in Brackets in Excel?
When working with financial reports or accounting spreadsheets in Microsoft Excel, it is often helpful to display negative numbers in brackets (parentheses) instead of showing them with a minus sign. This formatting style makes values easier to read, especially in financial statements, budgets, and business reports.
In this guide, you will learn step-by-step methods to format negative numbers with brackets, along with examples, custom formatting options, and advanced tips for professional reporting.
Why Display Negative Numbers in Brackets?
Accounting professionals and financial analysts often prefer brackets because they improve readability. Instead of scanning for tiny minus signs, users can quickly identify losses or expenses.
Here are the main reasons:
- Standard in accounting – Many financial reports follow the GAAP (Generally Accepted Accounting Principles) or IFRS format, which often uses parentheses for negative values.
- Better visual clarity – Brackets make it easier to distinguish between profits and losses.
- Consistent presentation – Brackets ensure numbers line up neatly without the minus symbol disrupting alignment.
Methods to Display Negative Numbers in Brackets in Excel
Excel offers multiple ways to change the appearance of negative values. Let’s go through the most commonly used methods.
1) Using the Number Format Dialog
This is the simplest way to apply bracket formatting without writing any formulas.
Steps:
- Select the cells containing numbers.
- Right-click and choose Format Cells.
- In the Format Cells dialog, go to the Number tab.
- Select Number or Currency from the list.
- Under Negative Numbers, choose the option that displays values in brackets.
- Click OK.
Excel will now show negative numbers in brackets automatically.
Example:
Value Entered | Displayed Format |
---|---|
-2500 | (2,500) |
-450 | (450) |
1200 | 1,200 |
2) Applying Accounting Number Format
The Accounting format is widely used in financial modeling and statements. It automatically displays negative numbers in parentheses.
Steps:
- Select the range of numbers.
- Go to the Home tab.
- In the Number group, select the drop-down list.
- Choose Accounting.
This format also aligns the currency symbols and decimal places, making financial data cleaner.
3) Custom Number Formatting
For more control, you can use a custom number format.
Steps:
- Select the cells to format.
- Right-click and choose Format Cells.
- Go to the Number tab → Custom.
- Enter a format code. For example:
#,##0;(#,##0)
- Positive numbers display normally.
- Negative numbers display inside brackets.
Variations:
- With decimals:
#,##0.00;(#,##0.00)
- With currency:
$#,##0;($#,##0)
- With red font for negatives:
#,##0;[Red](#,##0)
Table Example:
Custom Format Code | Positive Display | Negative Display |
---|---|---|
#,##0;(#,##0) | 5,000 | (5,000) |
#,##0.00;(#,##0.00) | 2,345.67 | (2,345.67) |
$#,##0;($#,##0) | $1,200 | ($1,200) |
#,##0;Red | 850 | (850) in Red |
This approach is highly flexible and can be customized for different reporting needs.
Advanced Techniques for Better Presentation
Once you master the basic formatting, you can enhance reports with advanced methods.
Combining Brackets with Conditional Formatting
Conditional formatting allows you to highlight negative values for better visibility.
Steps:
- Select the data range.
- Go to Home → Conditional Formatting → New Rule.
- Choose Format only cells that contain.
- Set the condition: Cell Value < 0.
- Click Format, then choose a font color (e.g., Red) and apply brackets using a custom format:
[Red](#,##0)
Now, negative numbers will appear in red with brackets.
Using Brackets in Formulas
Sometimes, you may want to return values in brackets using formulas instead of formatting.
For example, using the TEXT function:
=TEXT(A1,"#,##0;(#,##0)")
- If
A1
is 500, the result will be500
. - If
A1
is -500, the result will be(500)
.
This is useful when exporting data to external systems that do not support Excel’s formatting.
Displaying Brackets in Charts
If you create a chart in Excel, the labels may still show a minus sign instead of brackets. To fix this:
- Format the source cells using a custom format.
- Insert a chart.
- The labels will reflect the custom formatting with brackets.
This ensures consistency between tables and charts in reports.
Common Scenarios Where Brackets Are Useful
Brackets are not just about aesthetics; they are practical in real-world business tasks.
- Financial statements – Income statements and balance sheets often display losses in parentheses.
- Budgets – Negative variances are easier to spot with brackets.
- Cash flow reports – Outflows are highlighted clearly.
- Expense tracking – Brackets quickly show overspending.
Troubleshooting Formatting Issues
Sometimes, applying bracket formatting does not work as expected. Here are common issues and fixes:
- Numbers stored as text – Convert them to numbers using
VALUE()
or by re-entering data. - Imported data – Some systems import negatives with trailing minus signs (e.g.,
250-
). Use Find & Replace or formulas to correct this. - CSV exports – When exporting to CSV, custom formatting is lost. Use formulas (like
TEXT()
) if you need brackets in the exported file. - Region settings – Some regional settings may affect how brackets display. Adjust settings under File → Options → Advanced.
Best Practices for Professional Reports
To make your reports professional and easy to understand:
- Use Accounting format for financial statements.
- Apply custom formats with consistent decimal places.
- Consider using red font + brackets for stronger emphasis.
- Ensure consistency across sheets and charts.
- Document your formatting style in a reporting guide for team use.
Final Thoughts
Displaying negative numbers in brackets in Excel is an essential skill for financial reporting, budgeting, and business analysis. Whether you use the built-in Accounting format, the Number Format dialog, or custom number formatting, brackets improve clarity and make your data look professional.
By combining brackets with conditional formatting, formulas, and chart labels, you can create consistent, professional reports that are easy to read and meet accounting standards.
Frequently Asked Questions
How do I show negative numbers in brackets in Excel?
You can display negative numbers in brackets by going to Format Cells → Number → Custom and using a format code like #,#00;(#,#00)
. This will show positive numbers normally and negatives inside parentheses.
What is the difference between brackets and a minus sign for negatives?
A minus sign (-2500) simply indicates a negative value, while brackets (2,500) are commonly used in accounting and financial reports to highlight losses or expenses more clearly.
Can I use brackets with currency symbols in Excel?
Yes. Use a custom format such as $#,##0;($#,##0)
. This will display positive values with a dollar sign and negative values with both a dollar sign and brackets.
How do I make negative numbers in brackets appear in red?
You can apply a custom format like #,##0;[Red](#,##0)
. This shows negative numbers in red brackets, making them easier to spot in reports.
Why are my negative numbers not showing brackets in Excel?
This usually happens when numbers are stored as text or imported incorrectly. Ensure the values are numeric, and reapply the custom format or convert text to numbers using the VALUE function or data cleaning tools.
Will brackets formatting work when exporting data to CSV?
No, custom formatting such as brackets will not be preserved in CSV files. If you need brackets in CSV output, use the TEXT function to convert numbers into formatted text before export.

Vaishvi Desai is the founder of Excelsamurai and a passionate Excel enthusiast with years of experience in data analysis and spreadsheet management. With a mission to help others harness the power of Excel, Vaishvi shares her expertise through concise, easy-to-follow tutorials on shortcuts, formulas, Pivot Tables, and VBA.