Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Corey
 
Posts: n/a
Default External Link - Conditional

I have a workbook that has external links. Except that it's a
sumif(external,internal,external) type formula. I have no problem clicking
'Update Links' in other workbooks and it will give me live information, yet
in this particular one, I have to manually go open the workbook for it to
update. Is there a limitation to the auto update due to it being in a formula
instead of just grabbing an exact value from an external? It's referencing 12
workbooks and it can be quite time consuming to open and close them all.
Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default External Link - Conditional

There are some worksheet functions that don't work with closed workbooks.

=indirect(), =sumif(), =countif() are a few.

But maybe you could use a different formula:

=SUMproduct(--('C:\yourfolder\[book1.xls]Sheet1'!$A1:$A99,A3),
('C:\yourfolder\[book1.xls]Sheet1'!$B1:$B99))

Adjust the range to match--but you can't use the whole column.

If you create the formula with the book1.xls workbook open, you may find it
easier. Excel will adjust the formula when you close that workbook.

Corey wrote:

I have a workbook that has external links. Except that it's a
sumif(external,internal,external) type formula. I have no problem clicking
'Update Links' in other workbooks and it will give me live information, yet
in this particular one, I have to manually go open the workbook for it to
update. Is there a limitation to the auto update due to it being in a formula
instead of just grabbing an exact value from an external? It's referencing 12
workbooks and it can be quite time consuming to open and close them all.
Thanks!


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
Corey
 
Posts: n/a
Default External Link - Conditional

Yeah, I figured out shortly after my post that the sumproduct works. Thanks
for pointing out the others that might have problems. Also, thanks for all
the over suggestions you've had on previous quesions. You da man!!


"Dave Peterson" wrote:

There are some worksheet functions that don't work with closed workbooks.

=indirect(), =sumif(), =countif() are a few.

But maybe you could use a different formula:

=SUMproduct(--('C:\yourfolder\[book1.xls]Sheet1'!$A1:$A99,A3),
('C:\yourfolder\[book1.xls]Sheet1'!$B1:$B99))

Adjust the range to match--but you can't use the whole column.

If you create the formula with the book1.xls workbook open, you may find it
easier. Excel will adjust the formula when you close that workbook.

Corey wrote:

I have a workbook that has external links. Except that it's a
sumif(external,internal,external) type formula. I have no problem clicking
'Update Links' in other workbooks and it will give me live information, yet
in this particular one, I have to manually go open the workbook for it to
update. Is there a limitation to the auto update due to it being in a formula
instead of just grabbing an exact value from an external? It's referencing 12
workbooks and it can be quite time consuming to open and close them all.
Thanks!


--

Dave Peterson

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
FInding external link Fred Smith Excel Discussion (Misc queries) 1 August 31st 05 02:54 AM
How do I use a cell value as the filename in an external link? wattkisson Excel Discussion (Misc queries) 5 July 11th 05 09:07 PM
How do I use a cell value as the filename in an external link? wattkisson Excel Worksheet Functions 1 July 8th 05 11:51 PM
External link using calculated cell value Doug Excel Worksheet Functions 1 March 15th 05 08:05 AM
Save External Link Values Stephane Excel Discussion (Misc queries) 0 January 3rd 05 11:01 AM


All times are GMT +1. The time now is 09:15 AM.

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

About Us

"It's about Microsoft Excel"