D
Dave
G'day all,
I have an excel file containing information across several colums.
Inside one of the columns (D) is a string which contains
"Genre:xxxxxxx" where x can be any sort of music genre and is not a
given length preceeded and followed by other information. ie) Year:
1999<br>Artist: Talking Heads<br>Genre: Pop<br>Features: Nil
What I would like to do is extract the Genre Information and copy it
to another column (E) so that it's easy to group by genre. However
because the string <br>Genre:xxxxx<br> is never in the same location
inside the column D and because it's length is never the same I'm not
sure how to go about this or whether it's even possible.
The 'outcome' I'm after would be something like this...
|Year: 1999<br>Artist: Talking Heads<br>Genre: Pop<br>Features:
Nil|Pop|
Hopefully someone out there can help!
Cheers
Dave.
I have an excel file containing information across several colums.
Inside one of the columns (D) is a string which contains
"Genre:xxxxxxx" where x can be any sort of music genre and is not a
given length preceeded and followed by other information. ie) Year:
1999<br>Artist: Talking Heads<br>Genre: Pop<br>Features: Nil
What I would like to do is extract the Genre Information and copy it
to another column (E) so that it's easy to group by genre. However
because the string <br>Genre:xxxxx<br> is never in the same location
inside the column D and because it's length is never the same I'm not
sure how to go about this or whether it's even possible.
The 'outcome' I'm after would be something like this...
|Year: 1999<br>Artist: Talking Heads<br>Genre: Pop<br>Features:
Nil|Pop|
Hopefully someone out there can help!
Cheers
Dave.