Hello, I am trying to create an excel table that can filter a column based on what is in each cell (using autofilter for now). I was wondering if there is a way to have multiple values in a single cell within that column?
Example:
[TABLE="width: 150"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Flavor (filter)
[/TD]
[/TR]
[TR]
[TD]Bob
[/TD]
[TD]Cherry, Chocolate
[/TD]
[/TR]
[TR]
[TD]Terry
[/TD]
[TD]Vanilla
[/TD]
[/TR]
[TR]
[TD]Jan
[/TD]
[TD]Mint
[/TD]
[/TR]
</tbody>[/TABLE]
Where the "Cherry, Chocolate" would be the cell with two variables. I need the filter to still show "Bob" if cherry or chocolate is selected in the filter.
Example:
[TABLE="width: 150"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Flavor (filter)
[/TD]
[/TR]
[TR]
[TD]Bob
[/TD]
[TD]Cherry, Chocolate
[/TD]
[/TR]
[TR]
[TD]Terry
[/TD]
[TD]Vanilla
[/TD]
[/TR]
[TR]
[TD]Jan
[/TD]
[TD]Mint
[/TD]
[/TR]
</tbody>[/TABLE]
Where the "Cherry, Chocolate" would be the cell with two variables. I need the filter to still show "Bob" if cherry or chocolate is selected in the filter.