Hi guys,
I am interested in making a column within my tables with multiple tags, so that when I use Filter, any cell with that same tag will stay in the resulting table.
Maybe an example will help.
Imagine I have a table with
A1: Name
B1: Animals
C1: Tags
A2: Bob
B2: Dog
C2: Brown, 4 Legs, Spots, Old, Dog, No teeth, pees on the floor
A3: Marley
B3: Cat
C3: Brown, Cat, 4 Legs, mean
A3: Greg
B3: Bird
C3: Red, 2 Legs, French
With the table above
I would be interested in something similar to Filter (Data > Sort & Filter > Filter).
Where If I:
Picked "4 Legs", both Marley and Bob would show up.
Picked "Dog", only Bob shows up.
Picked "Red", only Greg shows up.
Picked "pees on the floor", only Bob shows up.
More or less, I want to be able to throw tags into a single cell, and then be able to sort using them. (I don't want to have a separate column for each category.)
Ideally when creating a new Row, with Column C, Would be able to add any of the previous entries within other Column C Cells.
The order of tags shouldn't matter:
C2: Brown, 4 Legs, Spots, Old, Dog, No teeth, pees on the floor
should be the same as
C2: Brown, 4 Legs, Spots, Old, pees on the floor, Dog, No teeth
etc.
Is there a way to do this without VBA, is there a better program for something like this? Is there a way to make this using vba?
Cheers guys,
Jimmy![]()
Bookmarks