View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jaybee3@gmail.com is offline
external usenet poster
 
Posts: 1
Default Lookup to return multiple results in one cell

Name # of cats
Jack X123
Jack X224
Lisa X123
Ben Z324
Derek X123
Derek Z324

Above is my example data set.

Ideally what I would like to do is be able to have concatonated
results on one line based off a lookup.

E.g.

I look for Jack and the formula returns: "X123, X224" in one cell.

Is there anything out there that can do that?