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

I am getting a #N/A in the cell. Here is my formula.

=INDEX('C:\Trend Cards\Past Due Reports\[April Past
Due.xls]Sheet1'!C3:C10,MATCH("LowCountry - Murray",A3:A10,0)+2)

"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