Return Multiple Filtered Lists from Table with Blanks on Separate Worksheet

tspeirs

New Member
Joined
Jan 9, 2013
Messages
1
I have a list of song titles in Col A, and several column headers of 'categories' or 'themes' in Row 1 (ie. 'Christmas', 'Advent', etc). For each song, I put an 'x' under each column/theme for every theme that is found in the song (ie. 'Christmas, Advent, etc).

Data Table:
Theme1 Theme2 Theme3
Song1 x x
Song2 x
Song3 x x


Desired results on separate worksheet:

Theme1 Theme2 Theme3
Song1 Song2 Song1
Song3 Song3


The closest I can get is a list of duplicates like this using an INDEX-MATCH combination.

Song1
Song2
Song2
Song2
Song3
Song3
Song4

I have a dynamic named range for the Song Titles as follows:
'Titles'='Theme Data'!$A$2:INDEX('Theme Data'!$A$1:A1005,MATCH(REPT("Z",5),'Theme Data'!$A$1:A1005))
Thanks to excelisfun.


My formula skills are few so I know that there has a to be a way to remove the duplicates but I'm not sure how. And I need the formulas for each theme column to be dynamic dependent on the song titles. I'd prefer NOT to reformat my table but I can if I have to.

Any help would be greatly appreciated!
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,399
Latest member
alchavar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top