A
andrei
I give my example :
Column A : book titles
Column B : authors ( a book may have 1 or more authors which ar
separated by a comma - like this : *John Doe , Michael Moore*
Column C , D ,E etc ... information regarding the titles which makes n
difference
The macro should read every cell in B column . If no comma is foun
means it is only one author . Macro should copy the content from tha
cell ( B1 ... Bn) to H column ( H1 ... Hn )
If 1 comma or more are found , means there are more authors . 1 comm
means there are 2 authors , 2 commas means there are 3 authors ... so o
Say there are 2 commas . The Macro should create 2 rows after the ro
analysed with same content . More than that , should put i
corresponding H column the authors one by one . Example
A1: The fugitive B1 : John Doe , Michael Moore , Sasha Wild
The macro should to this :
A1: The fugitive B1 : John Doe , Michael Moore , Sasha Wild H1
John Doe
A2: The fugitive B2 : Jonh Doe , Michael Moore , Sasha Wild H2
Michael Moore
A3: The fugitive B3 : Jonh Doe , Michael Moore , Sasha Wild H3
Sasha Wild
The row number 2 ( A2 , B2 ... ) becomes row number 4 ( A4, B4 ...
after macro does his job . Of course , it is also analysed by macro an
so on till macro find rows without text where it stops
Can this be done
Column A : book titles
Column B : authors ( a book may have 1 or more authors which ar
separated by a comma - like this : *John Doe , Michael Moore*
Column C , D ,E etc ... information regarding the titles which makes n
difference
The macro should read every cell in B column . If no comma is foun
means it is only one author . Macro should copy the content from tha
cell ( B1 ... Bn) to H column ( H1 ... Hn )
If 1 comma or more are found , means there are more authors . 1 comm
means there are 2 authors , 2 commas means there are 3 authors ... so o
Say there are 2 commas . The Macro should create 2 rows after the ro
analysed with same content . More than that , should put i
corresponding H column the authors one by one . Example
A1: The fugitive B1 : John Doe , Michael Moore , Sasha Wild
The macro should to this :
A1: The fugitive B1 : John Doe , Michael Moore , Sasha Wild H1
John Doe
A2: The fugitive B2 : Jonh Doe , Michael Moore , Sasha Wild H2
Michael Moore
A3: The fugitive B3 : Jonh Doe , Michael Moore , Sasha Wild H3
Sasha Wild
The row number 2 ( A2 , B2 ... ) becomes row number 4 ( A4, B4 ...
after macro does his job . Of course , it is also analysed by macro an
so on till macro find rows without text where it stops
Can this be done