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
----- &
= CONCATENATE("X",A1)
in one cell other than A say D You can see the changes made to the repective cells.
Option 1: select the cell(s), under formatting/number/custom formatting, type in
"BOB" General
now you have a prefix "BOB" next to numbers, dates, booleans, but not next to TEXTs
Option2: As before, but use the following format
_ "BOB" @_
now you have a prefix BOB, this works even if the cell contained text
Cheers, Sudhi
Select the cell you want to be like this, go to cell properties (or CTRL 1) under Number tab in custom enter "X"@
Put a space between " and @ if needed
Type a value in one cell (EX:B4 CELL). For temporary use this formula in other cell (once done delete it). =CONCAT(XY,B4) . click and drag till the value you need. Copy the whole column and right click paste only values (second option).
I tried and it's working as expected.