How to insert characters at the beginning or end of a string in Excel
Recently Software Tips received many questions asking how to insert characters at the beginning or end of a string in Excel. So today, Dexterity Software introduces readers how to insert more characters into the string in this article, invite you to track.
Use the CONCATENATE function
The CONCATENATE function is a function that helps concatenate characters in Excel. Put the keywords that need to be concatenated in sequence in the function: = CONCATENATE (text1, [text2], .)
For example, if you have the following data table, you need to insert character A at the beginning of character Z at the end of the string. The formula will be as follows:
Notice the results on the words "Jutsu" and "Part" are stuck together due to the lack of spaces. So you should add spaces to the formula as follows:
Alternatively, you can use the following CONCATENATE function argument as follows:
Use the & character
Similar to the CONCATENATE function, you can use the & character following the following example:
Or the argument is a text character:
Above Software Tips guide you to read how to insert characters at the beginning or end of a string in Excel. Good luck!
You should read it
- How to insert special characters in Excel
- String (String) in PHP
- Insert special characters in spreadsheets in Excel
- Normalize string when pressing Enter key in Excel
- How to use ConcateNate function on Excel
- How to use the LEN function in Excel
- String (String) in C #
- String (String) in C / C ++
- RIGHT function, how to use the right-cut string function in Excel
- The LEFT function, how to use the left-hand string cutting function in Excel
- Instructions on how to count words in cells in Excel
- MID and MIDB functions to cut strings in Excel