Add common prefix to all cells in Excel

前端 未结 10 1579
夕颜
夕颜 2020-12-23 11:12

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
-----  &         


        
10条回答
  •  悲哀的现实
    2020-12-23 11:42

    Another way to do this:

    1. Put your prefix in one column say column A in excel
    2. Put the values to which you want to add prefix in another column say column B in excel
    3. In Column C, use this formula;

    "C1=A1&B1"

    1. Copy all the values in column C and paste it again in the same selection but as values only.

提交回复
热议问题