A
andrei
Hello guys !
Here is what i want from a macro
In cells from B column i have from time to time a keyword . The macr
should find that keyword , to concatenate text from that cell with th
text from coresponding cell in C column and put the result in D colum
beginning with the first cell . Here is an example :
Keyword = "mother"
B1 = mother C1 = and
B4 = daddy C4 = uncle
B6 = mother C6 = goes
B8 = mother C8 = is
B10 = sister C10= and
B20 = mother C20 = was
The result should be :
D1 = mother and
D2 = Mother goes
D3 = mother is
D4 = mother was
If this macro could work in all sheets , that would be magnific !
Many thanks in advance
PS: Sorry for my bad english
Here is what i want from a macro
In cells from B column i have from time to time a keyword . The macr
should find that keyword , to concatenate text from that cell with th
text from coresponding cell in C column and put the result in D colum
beginning with the first cell . Here is an example :
Keyword = "mother"
B1 = mother C1 = and
B4 = daddy C4 = uncle
B6 = mother C6 = goes
B8 = mother C8 = is
B10 = sister C10= and
B20 = mother C20 = was
The result should be :
D1 = mother and
D2 = Mother goes
D3 = mother is
D4 = mother was
If this macro could work in all sheets , that would be magnific !
Many thanks in advance
PS: Sorry for my bad english