[TABLE="width: 500"]
<tbody>[TR]
[TD]Date
[/TD]
[TD]Reason
[/TD]
[/TR]
[TR]
[TD]1/25/2015
[/TD]
[TD]red
[/TD]
[/TR]
[TR]
[TD]1/25/2015
[/TD]
[TD]blue, red
[/TD]
[/TR]
[TR]
[TD]1/26/2015
[/TD]
[TD]green, blue
[/TD]
[/TR]
[TR]
[TD]1/26/2015
[/TD]
[TD]blue
[/TD]
[/TR]
[TR]
[TD]1/26/2015
[/TD]
[TD]red
[/TD]
[/TR]
[TR]
[TD]1/27/2015
[/TD]
[TD]green, red
[/TD]
[/TR]
[TR]
[TD]1/27/2015
[/TD]
[TD]red, green
[/TD]
[/TR]
</tbody>[/TABLE]
Hello, I have a table with comma delimited data in the cells. I need to count the number of unique items in the lists per day, as in the table below.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]red
[/TD]
[TD]blue
[/TD]
[TD]green
[/TD]
[/TR]
[TR]
[TD]1/25/2015
[/TD]
[TD]2
[/TD]
[TD]1
[/TD]
[TD]0
[/TD]
[/TR]
[TR]
[TD]1/26/2015
[/TD]
[TD]1
[/TD]
[TD]2
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]1/27/2015
[/TD]
[TD]2
[/TD]
[TD]0
[/TD]
[TD]2
[/TD]
[/TR]
</tbody>[/TABLE]
This would be easy with a pivot table if the cells weren't comma delimited, but I'm having trouble with it separating the unique items. Is there a simple way to do this, maybe using the countif function? I'm using Excel 2013.
Thanks so much!
<tbody>[TR]
[TD]Date
[/TD]
[TD]Reason
[/TD]
[/TR]
[TR]
[TD]1/25/2015
[/TD]
[TD]red
[/TD]
[/TR]
[TR]
[TD]1/25/2015
[/TD]
[TD]blue, red
[/TD]
[/TR]
[TR]
[TD]1/26/2015
[/TD]
[TD]green, blue
[/TD]
[/TR]
[TR]
[TD]1/26/2015
[/TD]
[TD]blue
[/TD]
[/TR]
[TR]
[TD]1/26/2015
[/TD]
[TD]red
[/TD]
[/TR]
[TR]
[TD]1/27/2015
[/TD]
[TD]green, red
[/TD]
[/TR]
[TR]
[TD]1/27/2015
[/TD]
[TD]red, green
[/TD]
[/TR]
</tbody>[/TABLE]
Hello, I have a table with comma delimited data in the cells. I need to count the number of unique items in the lists per day, as in the table below.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]red
[/TD]
[TD]blue
[/TD]
[TD]green
[/TD]
[/TR]
[TR]
[TD]1/25/2015
[/TD]
[TD]2
[/TD]
[TD]1
[/TD]
[TD]0
[/TD]
[/TR]
[TR]
[TD]1/26/2015
[/TD]
[TD]1
[/TD]
[TD]2
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]1/27/2015
[/TD]
[TD]2
[/TD]
[TD]0
[/TD]
[TD]2
[/TD]
[/TR]
</tbody>[/TABLE]
This would be easy with a pivot table if the cells weren't comma delimited, but I'm having trouble with it separating the unique items. Is there a simple way to do this, maybe using the countif function? I'm using Excel 2013.
Thanks so much!