In music looking at a Playlist (or whole library) I see how you can “Select All-Copy” and then paste into Numbers and it gives you a spreadsheet of your the Playlist song-by-song.
But, I’m looking to make a list of just artists and albums.
Maybe a CSV (Numbers) rule to select and remove duplicates in the Albums column would get me there?
In the Pivot options sidebar, from the “Fields” area, drag the column for artist down to the “rows” area.
Drag the column for Album name into the “rows” area.
You’ll probably want to click (i) symbol against the column for Artists in the “rows” area and uncheck the option for “show row totals” - unless of course that’s desirable info.
And you should end up with something that looks like this:
I’m not sure how well this will work for Compilation albums with multiple artists - that might throw things into chaos - though potentially you could reverse the selection of Artist & Album so you’re grouping my album name first.
Been looking for an excuse to play with pivot tables for a while. For years I’d heard the term but wasn’t sure what they were. By the time I found out what they were I no longer had the problem they’d have solved for me. ho-humm. Funny old world.
Using the basic duplicate finding formula: *IF(B2)=(B1),“Duplicate”,"Keep "
Where B is the column contains the album titles, and pull down the formula to the remaining table. and for obvious reasons this does not work for Compilations.
My test sample sorted well, though admittedly, I’m still learning about formulas and I got lost on the merge data step.