View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default VLOOKUP-common look up entry with multiple results

Is the sample you posted what your lookup_table looks like or, does that
show your lookup_values in the first column and the second column is the
result of the formula? Need more *specific* details.

--
Biff
Microsoft Excel MVP


"CrimsonPlague29" wrote in
message ...
Hello...

I need to have the following in a file:
Order Serial #
123 ABC
123 DEF
234 GJH
234 JKI

When I vlook the order number to get the serial #'s into another file I
only
get the first instance... eg if I vlook the serial #'s for order 123 I
only
get ABC returned.....Is ther a way to get multiple results for common
lookup
value...

Thanks