


Select the cell containing the first name (B2 in our example).Click on the first cell of the column where you want the converted names to appear (C2 in our example).In that case, here are the steps you need to follow: Let us say you want to add the text “(MD)” at the end of every name.
MODELIO ADD TEXT HOW TO
Now let us see how to add some text to the end of every name in the dataset. Using CONCATENATE to Add Text to the End of all Cells That’s it, all your cells in column B should now contain the title “Prof.” preceding each name. Alternatively, you can drag down the fill handle to achieve the same effect. Simply double click the fill handle (located at the bottom right of cell B2). It’s now time to copy this formula to the rest of the cells in the column.You will notice that the title “Prof.” is added before the first name on the list.In our example, your formula should now be: =CONCATENATE(“Prof. Select the cell containing the first name (A2).” in double-quotes, followed by a comma (,). Enter the function CONCATENATE, followed by an opening bracket (.Click on the first cell of the column where you want the converted names to appear (B2).Let’s apply the CONCATENATE function to the same dataset as above: are substrings that you want to combine together. The general syntax for the CONCATENATE function is: =CONCATENATE( text1,, …) The only difference is in the way both are used. The CONCATENATE() function provides the same functionality as the ampersand (&) operator. Using CONCATENATE to Add Text to the Beginning of all Cells Let’s see how to use CONCATENATE to do this. CONCATENATE is an Excel function that you can use to add text at the beginning and end of the text string.
