How to Put Negative Percentage Inside Brackets in Excel: 4 Effective Ways

Method 1 – Using 0 Symbols

Steps:

  • Select the cells from E6 to E8.
  • Go to the Home tab and click on the arrow beside the Number section, as in the image below.

using zero symbols to put negative percentage values inside brackets in excel

  • In the Format Cells window, go to Custom and insert the following formula in the Type box, click OK:
0.00%;(0.00%)

  • Insert brackets around the negative numbers.


Method 2 – Combining 0 And # Symbols

Steps:

  • Select the cells with negative percentages and right-click.
  • From the pop-up, select Format Cells.

combining 0 and # symbols to put negative percentage values inside brackets in excel

  • Go to the Custom category in the new Format Cells window and type the below formula in the Type box:
###0.00%;(###0.00%)
  • Click on OK as we did previously.

  • Get the brackets around the negative numbers.


Method 3 – Highlighting with Red Color

Steps:

  • Select the cells with negative numbers as we saw earlier and right-click.
  • Select Format Cells from the pop-up.

using red color to put negative percentage values inside brackets in excel

  • Click on the Custom category and type in the below formula inside the Type box:
0.00%;[Red](0.00%)
  • Click on OK.

  • Wrap the negative percentage values with brackets.


Method 4 – Applying VBA Code

Steps:

  • Go to the Developer tab and select Visual Basic.

applying vba code to put negative percentage values inside brackets in excel

  • Insert in the VBA window and click on Module.

  • Type in the formula below in the new window:
Public Sub Negative_Brackets()
Sheets("VBA").Range("E6:E8").NumberFormat = "###0.00%;(###0.00%)"
End Sub

  • Open the macro from the Developer tab by clicking on Macros.

  • In the Macro window, select the Negative_Brackets macro and click Run.

  • The VBA code will create brackets around the negative percentage values.


Things to Remember

  • Use the shortcut Alt+F11 to open the VBA window as an alternative.
  • Make sure to rename the sheet in the VBA method as VBA.
  • You can use the shortcut Ctrl+1 to open the Format Cells window to save time.
  • Also, you can press Alt+F8 to open the Macro window to run it.

Download Practice Workbook

You can download the practice workbook from here.


Related Articles


<< Go Back to Negative Numbers in Excel | Number Format | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Nazmul Hossain Shovon
Nazmul Hossain Shovon

Nazmul Hossain Shovon, a BUET graduate in Naval Architecture and Marine Engineering, embarked on his career with 8 months dedicated to the Exceldemy project's triumph. Transitioning into a Software Developer role, he specialized in web add-in development. At Exceldemy, he authored about 125 blog articles and solved many visitors’ problems, refining his writing skills and delving into Excel-related topics. With a primary passion for programming and software development, Shovon continually explores new horizons, fostering professional growth in his... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo