A
andrei
Let's say i have a column with lots of cells . Some containt text , some are
empty . Macro should read all the cells . If the given word/character is
found , it moves the content in B column . B column should not have empty
cells
Example :
Keyword : mother
A1 : mother and father
A2 empty cell
A3 : mother
A4 : son
A5 : empty cell
A6 : mother and nice
The results in B column should be :
B1 : mother and father
B2 : mother
B3 : mother and nice
empty . Macro should read all the cells . If the given word/character is
found , it moves the content in B column . B column should not have empty
cells
Example :
Keyword : mother
A1 : mother and father
A2 empty cell
A3 : mother
A4 : son
A5 : empty cell
A6 : mother and nice
The results in B column should be :
B1 : mother and father
B2 : mother
B3 : mother and nice