I've got a series of cells containing text, a cell repeating itself ('MYTITLE') :
MYFIXTITLE
foo1
bar1
MYFIXTITLE
foo2
bar2
MYFIXTITLE
foo3
bar3
And would like to convert it to 2 column-array like this :
first column : MYFIXTITLE for all cells
second column : foo(y) \n bar(y)
(y) being the line number of this array, \n being a new line.
Do you know how to do this in non VBA-Excel? Thanks
