Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Linking formulas between several woorkbooks

Hi,
I'm gathering information to a seperate Total workbook from several
different woorksbooks (weekly files which has always the same format). On
Total woorkbook I'm having formula like =SUMIF([w28_08.xls]report!$G:$G,
"July", [w28_08.xls]report!$I:$I) and it works fine when the W28_08 document
is open, but when it closed and and I update the information when opening the
destination file(Total) it just gives me #Value! to all the cells which have
the formula.
Any kind of help would be appricated.

--
Thanks in advance, Virpi
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Linking formulas between several woorkbooks

If the external source is not going to be open, you must include the path to
the file location:

=SUM('C:\Reports\[Budget.xlsx]Annual'!C10:C25)

If on a network drive, use the UNC path instead of a named drive.

=SUM('\\servername\sharename\folders(s)\[Budget.xlsx]Annual'!C10:C25)

"Virpi H" wrote:

Hi,
I'm gathering information to a seperate Total workbook from several
different woorksbooks (weekly files which has always the same format). On
Total woorkbook I'm having formula like =SUMIF([w28_08.xls]report!$G:$G,
"July", [w28_08.xls]report!$I:$I) and it works fine when the W28_08 document
is open, but when it closed and and I update the information when opening the
destination file(Total) it just gives me #Value! to all the cells which have
the formula.
Any kind of help would be appricated.

--
Thanks in advance, Virpi

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Linking formulas between several woorkbooks

On Jul 22, 9:41 am, TWhizTom
wrote:
If the external source is not going to be open, you must include the path to
the file location:


Actually, I don't think that matters. Excel knows the path already and
will show it if the source workbook is NOT open. It does not show the
full path if the source is open.

Some formulas simply do not work when the source workbook is closed. A
workaround is to have a macro that opens the source, calculates, then
closes it. Assuming you really don't want to have the source open at
all.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
synchronizing two woorkbooks George B Excel Worksheet Functions 2 December 22nd 07 03:12 PM
Summing data from multiple woorkbooks TDMSU84 Excel Worksheet Functions 1 November 16th 07 03:43 AM
I would like to merge woorkbooks contained in a spreadsheet K Excel Worksheet Functions 1 September 19th 07 09:41 PM
Help - linking and/or formulas. nyreddbone Excel Worksheet Functions 1 September 16th 07 09:34 PM
Linking formulas Shelly Excel Discussion (Misc queries) 3 April 10th 07 11:30 AM


All times are GMT +1. The time now is 11:24 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"