View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Problem with SUMPRODUCT(SUMIF(INDEX formula linking to external fi

Here's my best guess:

=SUMPRODUCT(SUMIF(INDIRECT("'[File_Name.xlsm]"&$A$176:$A$194&"'!J:J"),D3,INDIRECT("'[File_Name.xlsm]"&A$176:$A$194&"'!P:P")))

--
Biff
Microsoft Excel MVP


"gina1221" wrote in message
...
Can anyone tell me what's wrong with this formula?

=SUMPRODUCT(SUMIF(INDIRECT([File_Name.xlsm]SheetName&"'"&$A$176:$A$194&"'!j:j"),D3,INDIRECT([File_Name.xlsm]SheetName&"'"&$A$176:$A$194&"'!p:p")))

I am getting #NAME? error.

I am using Excel 2007.
I have the external file open.
I have the Analysis Toolpak Add-Ins.

I believe there must be something wrong with where I have the " ' ! but I
just can't seem to figure it out.

Any ideas would be appreciated!