View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default vLookup with multiple lookup value in table array

I would start by looking he
http://www.ozgrid.com/Excel/excel-vlookup-formula.htm

Are you using the FALSE argument in your VLOOKUP? I believe that if you're
looking for an exact match (which the FALSE argument returns) VLOOKUP will
work only if there is ONE exact match. Else, Excel doesn't know what to do
with multiple exact matches.

Dave
--
Brevity is the soul of wit.


" wrote:

Hi,
I'm trying to use a vLookup and running into trouble. On the table
array that I'm looking in there are multiple instances of the lookup
value. Does anyone have any recomendations for a quick/easy way to got
the totals of the multiple lookup values?
Thanks!