Add prefix or suffix to all cells in Excel
How to add a prefix to multiple (or all) entries across a column
We could use two functions to add a prefix to multiple (or all) entries across a column. The first one is using the & operator, and the second is using the CONCATENATE function.
The formula for the & operator is as follows:
Where
We would have to place this formula in cell C3 since it needs to be in the same row as the first entry which needs the prefix. Then click anywhere outside the cell. Now click on the cell again, and it will highlight the option to select more cells in the same column. Pull the list down corresponding to the entries for which you need the suffix.
Hit Enter when done and it will add the prefix to every entry in the intended column.
Alternatively, you could use the CONCATENATE function for adding the prefix: In the example mentioned above, the function would become:
How to add a suffix to multiple (or all) entries across a column
We could use two functions to add a suffix to multiple (or all) entries across a column. The first one is using the & operator, and the second is using the CONCATENATE function.
The procedure for adding a suffix using the & operator is as follows:
Where
We would have to place this formula in cell C3 since it needs to be in the same row as the first entry which needs the suffix.
Click anywhere outside the cell and then back on the cell. Pull the formula down across the column till where you need to add the suffix for the cells in the intended column.
Hit Enter when done and it will add the suffix to every entry in the intended column.
Alternatively, you could use the CONCATENATE function for adding the suffix: In the example mentioned above, the function would become:
Use spaces while adding the prefix and suffix accordingly. Hope this helps!