How to add prefix in excel

–1 vote

I have a column with some text in each cell.
I want to add some text, for example "X", at the start of all cells. For example:

A             B
-----  >>>>  ----
1            X1
2            X2
3            X3

What is the easiest way to do this?

Apr 5, 2022 in Database by Edureka
• 13,690 points
86,923 views

1 answer to this question.

0 votes

Using the Concatenate Function in Excel, you can add a prefix.
Another option for adding a prefix or suffix to a set of cells in Microsoft Excel is to use the "Concatenate" function.

To use the Concatenate function to add the prefix (Dr.), type =Concatenate("Dr. ",A4) and press the enter key on your computer's keyboard.

Add Prefix in Excel Using Concatenate Function

answered Apr 6, 2022 by gaurav
• 23,580 points

Related Questions In Database

0 votes
0 answers

How to add constraints in SQL?

Jan 31, 2022 in Database by Neha
• 9,020 points
704 views
0 votes
1 answer