polarisking
Member
Say my key is ANIMAL, and I have an array
Machine Car
Machine Stove
Machine Train
Animal Dog
Animal Fish
Animal Squirrel
Animal Cat
Animal Weasel
House Bungalow
House Cape Cod
I want to specify the key value and return all the values associated with it. Vlookup returns just the first one. I'd like to see something like
Animal
- Dog
- Fish
- Squirrel
- Cat
- Weasel
Machine Car
Machine Stove
Machine Train
Animal Dog
Animal Fish
Animal Squirrel
Animal Cat
Animal Weasel
House Bungalow
House Cape Cod
I want to specify the key value and return all the values associated with it. Vlookup returns just the first one. I'd like to see something like
Animal
- Dog
- Fish
- Squirrel
- Cat
- Weasel