View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vito
 
Posts: n/a
Default SumProduct Question


Try:

=Index(B1:B10,Match(X1,A1:A10,0)+1)

where B1:B10 is the range containing your return values
A1:A10 contain the lookup matches

X1 is the value to match (i.e. Region 1).


--
Vito
------------------------------------------------------------------------
Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182
View this thread: http://www.excelforum.com/showthread...hreadid=539921