Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have been using Index / Match function combo for quite some time now and it's working great.

I have, however, run into a new dillema. I have people who get involved in different activities, and I keep the info in one table.

Name / Surname / project / e-mail address
bob / jones / acting / bob@bobjones
sue / smith / canoe / sue@suesmith
bob / jones / cooking / bob@bobjones

Now, I have another spreadsheet with different data in which I'd like to make note of what each person does. Is there a way of doing a match/index search which displays both activities that a person does? Currenly if I run the index/match function, I only get the first result encountered. (In this case Bob would be down as only doing acting).

We could, of course, migrate to Access, or some other database, but then it cause problems for other / future staff members.

share|improve this question
What about a Pivot Table?? – John Bustos Nov 29 '12 at 15:14

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.