Add common prefix to all cells in Excel
        Posted  
        
            by LIX
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by LIX
        
        
        
        Published on 2010-04-24T06:10:48Z
        Indexed on 
            2010/04/24
            6:33 UTC
        
        
        Read the original article
        Hit count: 225
        
excel
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?
© Stack Overflow or respective owner