View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Lookup Multiple Occurrence Of Item In Array


A B C
John Home 123
John Work 345
John Cell 678
Mary Home 321
Susan Work 657
Susan Home 111

Is the list exactly like that or are the numbers scattered or what? Does
each row have all the information for a single number?

Will you have multiple cells to which the values will be returned?

--
Regards,
Tom Ogilvy



"John Sharkey" wrote in message
...

I have a list of names and telephone numbers. Many people on the list
have multiple numbers. When I use Index(result,Match(lookup
value,lookup array,0)), I always get the first phone number. I would
like to be able to find the second and third phone numbers of
individuals.

Is there a way to do this?

Thanks.


--
John Sharkey
------------------------------------------------------------------------
John Sharkey's Profile:

http://www.excelforum.com/member.php...o&userid=15884
View this thread: http://www.excelforum.com/showthread...hreadid=273691