View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs daddylonglegs is offline
external usenet poster
 
Posts: 287
Default SUMIF Not Calculating

Try using SUMPRODUCT, although you'll have to use a defined range rather than
the whole column, e.g.


=SUMPRODUCT(--('U:\Operations Reports\[Open Orders
020607.xls]Sheet1'!$B1:$B1000="Entered"),'U:\Operations Reports\[Open Orders
020607.xls]Sheet1'!$H1:$H1000)

"Dlamon" wrote:

i am using excel 2003 and am trying to use the SUMIF statement with the below
calculation:

=SUMIF('U:\Operations Reports\[Open Orders
020607.xls]Sheet1'!$B:$B,"Entered",'U:\Operations Reports\[Open Orders
020607.xls]Sheet1'!$H:$H)

As you can see i am trying to get information from another file. The
formula is sound only if the file i am getting the information from is open.
if the file that i am getting the information from is closed i get #VALUE!.
What do i need to do to get this formula to work to pull in the data with out
the source file being open.