Add common prefix to all cells in Excel

前端 未结 10 1558
夕颜
夕颜 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:30

    Select the cell you want,

    Go To Format Cells (or CTRL+1),

    Select the "custom" Tab, enter your required format like : "X"#

    use a space if needed.

    for example, I needed to insert the word "Hours" beside my numbers and used this format : # "hours"

提交回复
热议问题