Skip to main content

How to insert brackets around text in a cell?

For certain purpose, may be sometimes, you need to insert brackets around the text within a cell to enclose the cell value. It is easy for you to insert brackets into a few cells, but, if there are lots of cells needed to be surrounded with brackets, how could you deal with the problem quickly and conveniently in Excel?

Insert brackets around text in a cell with formula

Insert brackets around text in a cell with VBA code

Insert brackets around text in a cell with Kutools for Excel


The following simple formula may help you to add the brackets around the text within a cell, please do as follows:

1. Please enter this formula ="("&A2&")" into a blank cell besides your data, C2, for instance, see screenshot:

doc add brackets 1

2. Then press Enter key to get the result, and then select the cell C2, drag the fill handle down to the cells that you want to apply this formula, all the cell values have been inserted with the brackets around, see screenshot:

doc add brackets 2


If you are familiar with the VBA code, I can create a VBA code for you to sole this task.

1. Hold down ALT + F11 keys in Excel, and it opens the Microsoft Visual Basic for Applications window.

2. Click Insert > Module, and paste the following code in the Module Window.

VBA code: Insert brackets around text in a cell

Sub addbrackets()
'Updateby20150706
Dim Rng As Range
Dim WorkRng As Range
On Error Resume Next
xTitleId = "KutoolsforExcel"
Set WorkRng = Application.Selection
Set WorkRng = Application.InputBox("Range", xTitleId, WorkRng.Address, Type:=8)
For Each Rng In WorkRng
Rng.Value = "(" & Rng.Value & ")"
Next
End Sub

3. Then press F5 key to execute this code, a prompt box is popped out to remind you selecting the data range that you want to add the brackets, see screenshot:

doc add brackets 3

4. And then click OK, all the selected cells have been inserted brackets around at once.


If you are interested in other handy add-ins for Excel, Kutools for Excel may do you a favor, with its Add Text function, you can quickly add any characters into the cell contents at any position.

Kutools for Excel : with more than 300 handy Excel add-ins, free to try with no limitation in 60 days. 

After installing Kutools for Excel, please do as follows:

1. Select the data range that you want to insert brackets.

2. Click Kutools > Text > Add Text, see screenshot:

doc add brackets 4 4

3. In the Add Text dialog box, enter the half opening bracket “(” into the Text box, and then select Before first character under the Position, then click Apply button, see screenshot:

doc add brackets 5 5

4. The half opening brackets have been inserted before each selected text value, and the dialog box is still opened, go on entering the half closing bracket “)” into the Text box, and select the After last character option, then click Ok button, see screenshot:

doc add brackets 6 6

5. And the brackets have been inserted into the cell values.

Note:

With this Add Text feature, you can also insert the brackets into any position of the cell contents. For Example, I want to insert the brackets around the text after the fourth character of the cell, please do as follows:

1. In the Add Text dialog box, please type the half opening bracket “(” into the Text box, and choose Specify option, then enter the specific number of the position that you want to insert the bracket, and then click Apply button to finish this step, see screenshot:

doc add brackets 7 7

2. Then insert the half closing bracket “)”into the Text box, and choose After last character option, and now, you can preview the results, in the right list box, see screenshot:

doc add brackets 8 8

3. At last, click Ok button to close this dialog, and the brackets have been inserted around the text at specific position as you need.

Tips: If you check Skip non-text cells option in the dialog, the adding text won’t be inserted into the non-text cells.

Click to know more details about this Add Text feature.

Download and free trial Kutools for Excel Now !


Kutools for Excel: with more than 200 handy Excel add-ins, free to try with no limitation in 60 days. Download and free trial Now!

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (5)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Спасибо большое. Я за пару минут сделал то, что планировал на целую ночь!
This comment was minimized by the moderator on the site
Добрый день, у меня данное выражение Rng.Value = "(" & Rng.Value & ")" вставляет в ячейку "-" (минус) перед значением, а не значение в скобках, если же поставить две скобки, все работает ((
This comment was minimized by the moderator on the site
MAN, You make me save 1 day of work with this info. THANKS A LOOOOOT.
GOD BLESS YOU.
Saludos
This comment was minimized by the moderator on the site
Man, I love this site!! I have learned so much about VBA from this website, and I want to thank you for that,
This comment was minimized by the moderator on the site
Brackets inserted around a column of numbers causes Excel to consider the numbers as credits and changes the display from, for example, 123.45 to -123.45.
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations