Can I use a lookup on data containing duplicate entries?

  • Thread starter Thread starter City6
  • Start date Start date
C

City6

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?
 
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...
 
Back
Top