I have two columns, like so (in Excel 2013):
A B ..
1 <Title text="x" /> purple
2 <Title text="x" /> Bronze
3 <Title text="x" /> Violet
4 <Title text="x" /> Cyan
. <Title text="x" /> Magenta
and the rows go on for quite a while.
My goal is to have the x's in column A replaced with the adjacent string in column B.
My approach is as follows: I have a column filled with strings (Purple, Bronze etc.), which I want to replace the x in <Title text="x" />
(instead of having to do the tedious act of copying and pasting it for every string). To do this I am trying to find a way to have every string fill in the x
and appear in a tertiary column - say column C.
I'd appreciate any answer, though try to avoid using macros, since I will most likely forget the procedure in the future.