N
norika
I want to merge text under the following criteria,
First issue (data in Col A in sequence)
Col A(text) Col B(text)
a gg
a hh
a s
b r
b ee
c tt
d ss
d ee
Merge to:
a gg hh s
b r
c tt
d ss ee
Second issue (data in Col A not in sequence)
a gg
b r
a hh
a s
b ee
d ss
c tt
d ee
Merge to:
a gg hh s
b r
c tt
d ss ee
Is it possible to merge it?
TIA
norik
First issue (data in Col A in sequence)
Col A(text) Col B(text)
a gg
a hh
a s
b r
b ee
c tt
d ss
d ee
Merge to:
a gg hh s
b r
c tt
d ss ee
Second issue (data in Col A not in sequence)
a gg
b r
a hh
a s
b ee
d ss
c tt
d ee
Merge to:
a gg hh s
b r
c tt
d ss ee
Is it possible to merge it?
TIA
norik