Skip to main content

How to add text to the beginning or end of all cells in Excel?

Sometimes you may need to add same specific text to the beginning or end of all cells in a selection. If you added the text to each cell manually one by one, it must be time-consuming. Are there easier ways? Yes, there are many easy tricks to add same text to the beginning or end of all cells in a selection.

Add specified text to the beginning / end of all cells with formulas

Add specified text to the beginning / end of all cells with VBA

Add specified text to the beginning / end of all ells with Kutools for Excel good idea3

Add specified text to the specified position of all cells with Kutools for Excel good idea3


Add specified text to the beginning / end of all cells with formulas

There are two formulas to add specified text to the beginning or end of all selected cells in Microsoft Excel.

Method 1: & formula

Enter the ="Class A:"&A2 in Cell C2, and then drag the fill handle down to the cells you want to aply this formula. And the specific text has been added before all of the cells, see screenshot:

doc add specific text 1

Method 2: Concatenate formula

Enter the =Concatenate ("Class A:", A2) in Cell C2, and then drag and copy this formula to the cells you want to use, see screenshot:

doc add specific text 2

Notes:

1. If you want to add other specified text in each cell, just replace the Class A: with your text in both formulas.

2. The formulas of =A2 & ": Class A" and =Concatenate (A2, ": Class A") will add : Class A at the end of the cells.

3. Both formulas will not modify the contents in selection directly.


Add same text to a specific location of each cell in Excel

How could you add text or characters to the beginning of multiple cells, or add text or characters to the end of cells or insert text or characters between existing text? With Add Text utility of Kutools for Excel, you can quickly apply the following operations: . Click for full-featured free trial in 30 days!
doc add text 6
 
Kutools for Excel: with more than 300 handy Excel add-ins, free to try with no limitation in full future 30 days.

Add specified text to the beginning / end of all cells with VBA

If you want to add specified text in each cells of a selection directly, the following VBA Macro will ease your work.

1. Select the range in which you will add specified text;

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

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

VBA: Adding specified text at the beginning of each cell:

Sub AppendToExistingOnLeft()
Dim c As Range
For Each c In Selection
If c.Value <> "" Then c.Value = "CN- " & c.Value 
Next
End Sub

4. Press F5 key to run this macro. And all of the cells will be added the value CN- before the cell contents.

doc add specific text 3

Notes: 1. To add some specific text at the end of each cell, please apply the following VBA code.

VBA: Adding specified text at the end of each cell:

Sub AppendToExistingOnRight()
Dim c as range
For each c in Selection
If c.value <> "" Then c.value = c.value & "-CN" 
Next
End Sub

And you will get the following result:

doc add specific text 4

2. you can change the variable "CN-" or "-CN" of the above codes.


Add specified text to the beginning / end of all cells with Kutools for Excel

Kutools for Excel's Add Text tool will help you quickly add specified text to the beginning or end of each cell in a selection.

Kutools for Excel, with more than 300 handy functions, makes your jobs more easier. 

After installing Kutools for Excel, please do as below:(Free Download Kutools for Excel Now!)

1. Select the range in which you will add specified text.

2. Click the Kutools > Text > Add Text…. See screenshot:

doc add specific text 11

3. In Add Text dialog box, enter the text you need to add in the Text box.

(1.) If you check Before first character from the Position section, and the specific text will be added in front of all the cell values, see screenshot:

doc add specific text 6

(2.) If you check After last character from the Position section, and the specific text will be added at the end of the cell values, see screenshot:

doc add specific text 7

Notes:

1. Kutools for Excel's Add Text tool allows you to preview the changes in selection in Preview section.

2. If you check the Skip non-text cells option, this tool won't add the specified text in cells with non-text content.


Add specified text to the specified position of all cells with Kutools for Excel

Applying Kutools for Excel's Add Text function, you can not only add the specified text to the beginning or end of the cells, but also you can add the specified text to the specified position of the cells.

After installing Kutools for Excel, please do as below:(Free Download Kutools for Excel Now!)

1. Select a range you want to add text to, and then click Kutools > Text > Add Text.

2. The Add Text dialog will be displayed, and enter the specified text and specify the certain position which you want to insert the text in the boxes. See screenshot:

Here I type 3 into the Specify textbox means that add text after the third character of the string.

doc add specific text 8

3. Click Ok or Apply. The specified text has been added to the specified position of the cells. See screenshot:

doc add specific text 9

Tip:

(1) In Specify textbox, you can type numbers with comma separate to add text in multiple position at the same time.
doc add specific text 12

(2)If you want to add text before every uppercase letter, the 1st letter is uppercase option in Add Text utility can help you.
doc add specific text 10

Also, you can add text before every lowercase letter, or every number letter.

Click Download and free trial Kutools for Excel Now !


Demo: Add text to the beginning or end of all cells


Relative articles:

Best Office Productivity Tools

Supercharge Your Spreadsheets: Experience Efficiency Like Never Before with Kutools for Excel

Popular Features: Find/Highlight/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   |   Unhide Columns   |   Compare Columns to Select Same & Different Cells ...
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 Toolset12 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, ...)   |   Many More...

Kutools for Excel boasts over 300 features, ensuring that what you need is just a click away...

Supports Office/Excel 2007-2021 & newer, including 365   |   Available in 44 languages   |   Enjoy a full-featured 30-day free trial.

kte tab 201905


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 (55)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Bonjour, J'ai besoin d'aide. J'ai un tableau excel dans lequel je veux dans une de mes colonnes que lorsque j'écris NOK la cellule se colore en rouge et les caractères en blanc.
En VBA J'ai déjà tout essayé comme message mais j'ai toujours une erreur. Mon problème se situe au niveau de la première ligne car je ne sais pas quoi écrire. Quand j'inscris NAME il ne fait rien. Quand j'inscris Value il ne fait rien. J'ai essayé TEXTBOX et le nom de la colonne CAISSE mais j'ai toujours une erreur.

If cell.Textboxcaisse = NOK Then
cell.Interior.ColorIndex = 3
cell.Font.ColorIndex = 2
cell.Font.Bold = True
End If
Next
For Each cell In Range("r3:r500")
If cell.Name = OK Then
cell.Interior.ColorIndex = 2
cell.Font.ColorIndex = 1
cell.Font.Bold = True
End If
Next

Merci pour votre aide.
This comment was minimized by the moderator on the site
Hi there,

Do you mean that you want the fill color to turn red and font color to turn white as long as the cell's content is NOK? So, if 10 cells have NOK as content, and the 10 cells are in the column you mentioned, the fill color and font color of all the 10 cells will change?

Also, can you speak English? So I can better understnd your situation. And it will be better if you attach the file with the VBA you created. So that we can help you revise it with higher efficiency.

Thanks in advance.
Amanda
This comment was minimized by the moderator on the site
Thank you!
This comment was minimized by the moderator on the site
the VBA code worked perfectly on Office for Mac
This comment was minimized by the moderator on the site
Me has quitado varias horas de trabajo de encima, mil gracias!!!
This comment was minimized by the moderator on the site
thanks a lot dear for sharing information.
This comment was minimized by the moderator on the site
Thank you! Apend and pre-pend macro works great
This comment was minimized by the moderator on the site
I am trying to change a date formula from mm/dd/yyyy to dd/mm/yyyy. The leading zeros for months and dates less than 10 (two digits) are going away. Anyone have tips on how to easily put them back. I tried using the =month, =day, =year formulas and concatenating them. However, the leading zeros are dropping off. I would manually have to put in the leading zeros. Is there an easy way to do this? We are going to have approximately 1,000 rows of data on our file each month.
This comment was minimized by the moderator on the site
Hi, Amanda, if you want to convert date from mm/dd/yyyy to dd/mm/yyyy, this article https://www.extendoffice.com/documents/excel/4646-excel-convert-dd-mm-yyyy-to-mm-dd-yyyy.html can help you, it list two easiest ways for solving this job.
This comment was minimized by the moderator on the site
I want to make a formula that show in cell text "Profit" when another cell show +digit, and show in that cell "Loss" when another that cell show -digit
This comment was minimized by the moderator on the site
Hi, Manik, use this =IF(B1>0, "Profit", "Loss")
This comment was minimized by the moderator on the site
Thanks a lot!! I was initially using Access but this is so much easier.
This comment was minimized by the moderator on the site
Hello, i want to add text in a formula;

current cell value: ='DAM91-SVC'!$C$47
i want to add text: [MHSV Sales Report 2017 (JAN-DEC).xlsx]

therefore the cell value should read like this in the end: ='[MHSV Sales Report 2017 (JAN-DEC).xlsx]DAM91-SVC'!$C$47

please tell me how will this be done.
thank you
total 1800 cell count need alteration.
This comment was minimized by the moderator on the site
Hello, sorry to read your question so late. Here is a solution but you need to free download Kutools for Excel.

Using the Convert Formula to Text utility to convert the formula cell to text, then apply Add Text utility to add the text string in the Specify position(1), then click Ok. After all cells have been added text, conver them to formula by click Kutools > Content > Convert Text to Formula.
This comment was minimized by the moderator on the site
Hi I want to add $ symbol to a field value, to even the length of 9 chars.
Below is my requirement, please help


FL1000 -- > $$$FL1000
FL10003 --> $$FL10003
This comment was minimized by the moderator on the site
Use if conditation with concadiate like when chek len<9 then concdinate("$$$",FL1000),if(Len(FL1000)>8,concdinate("$$",FL1000) then repetedhte valuse
This comment was minimized by the moderator on the site
Sub AppendToExistingOnLeft()
Dim c As Range
For Each c In Selection
If c.Value <> "" Then c.Value = "' " & c.Value
ActiveCell.Offset(1, 0).Range("A1").Select
Next

End Sub


Great formula, with the addition of the 5th line, it automatically switches to the next cell, providing users with the ability to use a "Ctrl + " ", to populate a large amount of data by just holding down "Ctrl+ "(any common letter of choice) ".
This comment was minimized by the moderator on the site
Um... I know the basics of Excel, definitely didn't know anything about the Microsoft Visual screen and these steps were so crystal clear to follow. I was able to create my first macro, which made the 400 accounts i needed to do this to, a BILLION times easier. Thank you!
This comment was minimized by the moderator on the site
Thank you for the VBA. It saved me a ton of time and effort.
This comment was minimized by the moderator on the site
Thank you so much. Thank once again!
This comment was minimized by the moderator on the site
I want to display this number in percentage Exp: Volume Achieved-KG 30% but all it is coming is Volume Achieved-KG 30 any one can help me on this. ="Volume Achieved-KG "&ROUND(SUM($H$20*100),0)
This comment was minimized by the moderator on the site
Awesome! I am try this last day, and its works smoothly without any error...thanks for your assist..
This comment was minimized by the moderator on the site
Cool. Thanks!! Works perfectly
This comment was minimized by the moderator on the site
thanks it's great code. but i need some help. How to change this code that the change will takes effect only on cells that contain text and not numbers
This comment was minimized by the moderator on the site
hello, thanks it's great code. but i need some help. How to change this code that the change will takes effect only on cells that contain text and not numbers
This comment was minimized by the moderator on the site
thanks for this. You guys are legeneds
This comment was minimized by the moderator on the site
Thanks, adding specific letters before and after helped !!!!
This comment was minimized by the moderator on the site
Many Thanks for taking the time to provide this code. It added some text to the beginning of every cell in a big selected column. It did exactly what I wanted in a few seconds. What was REALLY useful as well, was showing me how to actually run the code in a simple manner. I always thought you had to add a control then add the code into the Control's event, etc. Best Regards, Bill
This comment was minimized by the moderator on the site
i have such data and i want to give them numbers in front of them serially, E.G data result reshma - reshma1 reshma - reshma2 ritesh - ritesh1 ritesh - ritesh2 ritesh - ritesh 2 sam - sam 1 sam - sam 2 rakesh - rakesh 1 neha - neha 1 neha - neha 2 neha - neha 3
This comment was minimized by the moderator on the site
thanks a lot its was easy to work
This comment was minimized by the moderator on the site
VBA is Awesome. Excellent tip. Saved huge amount of time. Thank you so much..
This comment was minimized by the moderator on the site
The VBA trick works like a charm, no wwird formulas hanging around my sheet. Thanks a million!
This comment was minimized by the moderator on the site
hi i want have following cells with order number and differnt cell content: skdljfkldf 1 dfkgjfdgkjldkfj2 lkgj 3 dkjfdfjkj 4 kjglkjgkjgrjtgrjtgr 5
This comment was minimized by the moderator on the site
i need help on below 1.i want to add specific letters in cell -for eg: below in cell A1 i have 111 then after when i click button add AB infront of 111,if already any letters in front of number then no need to add AB 2.How to restrict use to enter space and restrict length min 5 and max 6
This comment was minimized by the moderator on the site
Thank you very. It really has helped me very much. Please keep up the good work you are providing
This comment was minimized by the moderator on the site
thank you so much. the information given above is very benficial
This comment was minimized by the moderator on the site
thanks that helped a lot thanks again :roll:
This comment was minimized by the moderator on the site
hi, my workbook has 60 sheets. i want to add a column A in sheets 5 to 56 and insert the name of the worksheet in each cell of col A . Each sheet has 150 rows, so 150 cells A1-A150. would greatly appreciate a vba soln tnx
This comment was minimized by the moderator on the site
This was EXTREMELY helpful. And I don't use all caps very often.
This comment was minimized by the moderator on the site
Thank you. Helped with what I was looking for.
This comment was minimized by the moderator on the site
I am trying the VBA, says its running. But its for 63,000 rows. Will this take a ton of time (an hour so far). That normal?
This comment was minimized by the moderator on the site
Thanks mch . It helped me a lot :)
This comment was minimized by the moderator on the site
where is the comment i have posted earlier
This comment was minimized by the moderator on the site
Hey, this is great. I need something more than this . can I select several rows and perform the same action on alternate cells. for example:if I had add hello at the end of each alternate cell a b c d e what I need is a hello b c hello d e hello
This comment was minimized by the moderator on the site
If you want to add a particular 'word' in all cells in between somewhere in the text, simply we can use "copy & replace" (Ctrl+F) function by selecting all the cells to be replaced in MS Excel. For example, if you have to insert "_code" in all the cells in a particular column containing cells having values like Species_Class1, Species_Class2,.....Species_Class100 and change them to Species_code_Class1, Species_code_Class2,.....Species_code_Class100. CLick "Crtl+F" --> Use Replace option. In 'Find what' give "Species*_Class" and in 'Replace with' give "Species_code_Class". Then click "Relace All". Cheers..... Arun Prasad, India
This comment was minimized by the moderator on the site
Hey with the VBA method of adding information to the right of the already entered information, is there a way that you can only do it for selected cells and not ALL cells. I am trying to filter and run the macro on those cells only, and when I do and unfilter it still puts it on all. Thanks!
This comment was minimized by the moderator on the site
Excellent tip. Saved huge amount of time. Thank you so much..
This comment was minimized by the moderator on the site
Is it possible to change the text string that you're adding to the target cell to be a cell reference, so that instead of adding "LBA " to the start of each cell, you add the contents of a different cell? For example if I want to append the contents of cells A1:A10 to the start of the existing text in cells B1:B10??
This comment was minimized by the moderator on the site
KU tools is so cool!! It took me .3 seconds to add the text I needed. Robert
This comment was minimized by the moderator on the site
Needed Help, actually am trying to find all numeric and before that add a paragraph mark..? would you please tell me how to done this this kutools in word or excel...?
This comment was minimized by the moderator on the site
VBA is fantastic, so powerful...a great help
This comment was minimized by the moderator on the site
The VBA tip was very helpful .Thanks aton for saving effort.
This comment was minimized by the moderator on the site
Thanks really help full
This comment was minimized by the moderator on the site
The VBA trick worked like a charm, thank you!
This comment was minimized by the moderator on the site
This really works. How can i register on this forum?
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations