Help!! Need to update links from a closed workbook !

alwizardus

New Member
Joined
Aug 6, 2010
Messages
5
I am using sumif function to capture data linked to a subordinate workbook.

Thing is I have to open the subordinate workbook all the time for links to update.

Is there not a way to use formulas that do not require other source workbooks to be opened.

I tried Sumproduct, but the data i am pulling is large and CPU cannot handle it - slows computer. Sumif is much quicker.

Is there an Excel Add-in functions that can help with updating cell values from closed workbooks??

Or, is there an affiliate program that can help??

Thanks in advance !!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Thanks !

Can you illustrate the formula in detail or give me an example?

My Excel skills are average.

Again, thanks in advance !
 
Upvote 0
Hi an example would be

=SUMIF(INDIRECT.EXT("'C:\Danny\[book1.xls]Sheet1'!$A:$A"),$A1,INDIRECT.EXT("'C:\Danny\[book1.xls]Sheet1'!$B:$B"))

Obviously you could have your file reference (fixed or variable) in another cell e.g. C2 = C:\Danny\[book1.xls]Sheet1'! then it would be :

=SUMIF(INDIRECT.EXT("'"&C2&"$A:$A"),$A1,(INDIRECT.EXT("'"&C2&"$B:$B")))
 
Upvote 0

Forum statistics

Threads
1,214,650
Messages
6,120,734
Members
448,987
Latest member
marion_davis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top