Separate Column Inputting Pivot Table Rows Based On "/" Delimiter With Adjacent Range Filter

whereswaller

New Member
Joined
Aug 27, 2013
Messages
12
Hi,
I am trying to create a table that summarises the number of times a name appears in a range (in this case an entire column, A:A) that has delimiter (in this case a forward slash) structured data and is filtered by the contents of an adjacent range (in this case an entire column, B:B, where the cell = "Open").


[TABLE="class: cms_table_grid, width: 282"]
<tbody>[TR]
[TD]Example dataset[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Tiger Woods / Greg Norman[/TD]
[TD]Open[/TD]
[/TR]
[TR]
[TD]Greg Norman[/TD]
[TD]Open[/TD]
[/TR]
[TR]
[TD]Tiger Woods / Ernie Els[/TD]
[TD]Closed[/TD]
[/TR]
[TR]
[TD]Ernie Els / Greg Norman / Tiger Woods[/TD]
[TD]Open[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Example desired output[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Greg Norman[/TD]
[TD="align: right"]3[/TD]
[/TR]
[TR]
[TD]Tiger Woods[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]Ernie Els[/TD]
[TD="align: right"]1[/TD]
[/TR]
</tbody>[/TABLE]

Is there any way I can achieve this?

Note, the names in the dataset can change so I would like to avoid hardcoding the names and simply using a COUNTIF function to achieve the output.

Many thanks for any help you can provide,
James
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.

Forum statistics

Threads
1,223,234
Messages
6,170,891
Members
452,366
Latest member
TePunaBloke

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