View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default sumifs to other workbooks


=SUMIFS('V:\Company Name Limited\Accounts09\Budgets\[Rolling
budget.xlsm]'!Profitx, ...

--
__________________________________
HTH

Bob

"Cresta" wrote in message
...
Hello
Is it possible to use the sumifs function to ranges on another workbook?

This is an example of how I'm referencing a named range ("Profitx") on the
other workbook;
'V:\Company Name Limited\Accounts09\Budgets\Rolling budget.xlsm'!Profitx

Is this correct?

Thanks