Recently, Software Tips has been flooded with inquiries about inserting additional characters at the start or end of a string in Excel. So today, Software Tips introduces readers to the method of inserting extra characters into a string in this article. We invite you to follow along.

Using the CONCATENATE Function
The CONCATENATE function is used to concatenate characters in Excel. Place the keywords you want to concatenate in order within the function using the syntax: = CONCATENATE(text1, [text2], ...)
Imagine you have the following data table and you want to insert character A at the beginning and Z at the end of the string. The formula would look like this:

Notice the result on the words: 'Algorithm' and 'Section' are stuck together due to lack of spacing. Therefore, you should add spacing into the formula like this:

Alternatively, you can use the TEXT CONCATENATE function as follows which gives similar results:

Utilize the symbol &
Similarly to CONCATENATE function, you can use the symbol & as shown in the example below:

Or the argument is a text character:

Here Software Tips directs you on how to insert additional characters at the beginning or end of a string in Excel. Wish you all the best!
