How to combine INDIRECT.EXT with existing SUMIFS formula

Andret

New Member
Joined
Oct 8, 2014
Messages
3
Hi
I am looking to combine a INDIRECT.EXT with an existing SUMIFS formula. I have a dashboard file that is updated from several files. The SUMIFS formula is based on to conditions, a part number and a operation number. The current SUMIFS formula is working, but I require the file to update the cells without opening the other files.
My SUMIFS formula:
=SUMIFS('C:\Users\atruter\Desktop\[DB - 841.xlsx]PRESS'!G$9:G$44,'C:\Users\atruter\Desktop\[DB - 841.xlsx]PRESS'!$A$9:$A$44,$A10,'C:\Users\atruter\Desktop\[DB - 841.xlsx]PRESS'!$C$9:$C$44,$C10)

Can someone assist me with this?
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
SUMIFS doesn't work with closed workbooks. You can use SUMPRODUCT:

=SUMPRODUCT(--('C:\Users\atruter\Desktop\[DB - 841.xlsx]PRESS'!$A$9:$A$44=$A10),--('C:\Users\atruter\Desktop\[DB - 841.xlsx]PRESS'!$C$9:$C$44=$C10),'C:\Users\atruter\Desktop\[DB - 841.xlsx]PRESS'!G$9:G$44)
 
Upvote 0

Forum statistics

Threads
1,213,530
Messages
6,114,162
Members
448,554
Latest member
Gleisner2

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