Hi brains trust
I’m struggling to develop some code that I’m hoping someone here could help with please…
I have a spreadsheet of books and their data in columns A-AZ
I have 20 different book genres in column F
I have 200 book titles in column P
Each book title has its own row (therefore the genres are duplicated multiple times down column F, one row for each of the 200 books).
I want to develop some vba code so that based on the different book genres in column F, it combines all related book titles in column P into a single cell (so that there are only 20 rows in the end- one for each genre and it’s list of books).
Thanks in advance!
I’m struggling to develop some code that I’m hoping someone here could help with please…
I have a spreadsheet of books and their data in columns A-AZ
I have 20 different book genres in column F
I have 200 book titles in column P
Each book title has its own row (therefore the genres are duplicated multiple times down column F, one row for each of the 200 books).
I want to develop some vba code so that based on the different book genres in column F, it combines all related book titles in column P into a single cell (so that there are only 20 rows in the end- one for each genre and it’s list of books).
Thanks in advance!