View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
david1
 
Posts: n/a
Default Looking up non-unique data


I haven't had to do this for so long that I've forgotten how, so memory
jogs would be appreciated.
Assume datalist subset: A1:A10 = 1,2,3,4,3,2,1,2,3,4
B1:B10 = a,a,a,b,b,b,c,c,c,d C1:C10 = v,w,x,y,z,v,w,x,y,z

How can all corresponding values in B1:C10 be retrieved, in order,
based on a selection in Col A? i.e. enter 3, and retrieve for
printing:
3 a x
3 b z
3 c x

Lookups? Index-Match? Arrays? Filtering? Long, messy IFs? anyone done
this recently? thanks, david


--
david1
------------------------------------------------------------------------
david1's Profile: http://www.excelforum.com/member.php...fo&userid=1882
View this thread: http://www.excelforum.com/showthread...hreadid=503142