View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Can I use a lookup on data containing duplicate entries?

Vlookup or any of the lookup type functions will return a match if a match is
found. If you have duplicate entries then it will return one of the entries
but you will have no way of knowing which one you got. What exatcly are you
wanting to do? Did you want a single total of all of the matching entries or
did you want a listing of the matching entries...
--
HTH...

Jim Thomlinson


"City6" wrote:

I'm using Excel 2007. I'm trying to sort data retrieved from a large data
dump that combines both numbers and text. Can I use the V-Lookup function if
the data contains duplicate entries? Or would another formula be more
adequate?