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

Got it figured out. I needed to reference the worksheet I was pulling it from
in the Match part of the formula. Thank you for the help!

"Vito" wrote:


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