I'm sure I can probably do this but not sure how. Can anyone suggest a solution?
I have a table that looks like this
1,bill,Design
1,sally,test
1,tom,test
2,frank,design
I'd like to return to a cell all names from the second column that have the number 1 in the first column and test in the third column.
I know you can return a single name by using vlookup but is there a way to use vlookup or some other function to return multiple values ie in the example "sallyTom"?
Ideally this would be formatted like "sally, Tom"
Thanks for any advice!
I have a table that looks like this
1,bill,Design
1,sally,test
1,tom,test
2,frank,design
I'd like to return to a cell all names from the second column that have the number 1 in the first column and test in the third column.
I know you can return a single name by using vlookup but is there a way to use vlookup or some other function to return multiple values ie in the example "sallyTom"?
Ideally this would be formatted like "sally, Tom"
Thanks for any advice!