Linking Workbooks with formulas Sumif

D

Damned88

The linked information only updates if the other workbooks are opened.
I have the correct path, however, the workbook only inputs a value if the
workbook with the data is open.

This if other workbook(Data) is not open=Value

=SUMIF('G:\COREFCO EXPANSION\Phase 2\(900-00-12-000) Construction\Cost
Control\JCRs\Budgets\[Expansion
Estimate.xls]Master'!$M$2:$M$10000,TEXT($B$7,"0")&"-"&TEXT($H$10,"00")&"-"&TEXT($A16,"00")&"-"&TEXT($A$2,"00"),'G:\COREFCO
EXPANSION\Phase 2\(900-00-12-000) Construction\Cost
Control\JCRs\Budgets\[Expansion Estimate.xls]Master'!$H$2:$H$10000)

This if opened=Correct Updated value

=SUMIF('[Expansion
Estimate.xls]Master'!$M$2:$M$10000,TEXT($B$7,"0")&"-"&TEXT($H$10,"00")&"-"&TEXT($A16,"00")&"-"&TEXT($A$2,"00"),'[Expansion
Estimate.xls]Master'!$H$2:$H$10000)

How can I make this work without having to open the database workbook?
 
D

Damned88

Is there somewhere I can send the spreadsheets so someone could look at the
application?

Thanks,

Ken

Jim Thomlinson said:
Sumif does not work well with closed workbooks. Take a look at sumproduct...

http://www.xldynamic.com/source/xld.SUMPRODUCT.html
--
HTH...

Jim Thomlinson


Damned88 said:
The linked information only updates if the other workbooks are opened.
I have the correct path, however, the workbook only inputs a value if the
workbook with the data is open.

This if other workbook(Data) is not open=Value

=SUMIF('G:\COREFCO EXPANSION\Phase 2\(900-00-12-000) Construction\Cost
Control\JCRs\Budgets\[Expansion
Estimate.xls]Master'!$M$2:$M$10000,TEXT($B$7,"0")&"-"&TEXT($H$10,"00")&"-"&TEXT($A16,"00")&"-"&TEXT($A$2,"00"),'G:\COREFCO
EXPANSION\Phase 2\(900-00-12-000) Construction\Cost
Control\JCRs\Budgets\[Expansion Estimate.xls]Master'!$H$2:$H$10000)

This if opened=Correct Updated value

=SUMIF('[Expansion
Estimate.xls]Master'!$M$2:$M$10000,TEXT($B$7,"0")&"-"&TEXT($H$10,"00")&"-"&TEXT($A16,"00")&"-"&TEXT($A$2,"00"),'[Expansion
Estimate.xls]Master'!$H$2:$H$10000)

How can I make this work without having to open the database workbook?
 
J

Jim Thomlinson

I personally NEVER link workbooks so I would not be the guy to ask...
--
HTH...

Jim Thomlinson


Damned88 said:
Is there somewhere I can send the spreadsheets so someone could look at the
application?

Thanks,

Ken

Jim Thomlinson said:
Sumif does not work well with closed workbooks. Take a look at sumproduct...

http://www.xldynamic.com/source/xld.SUMPRODUCT.html
--
HTH...

Jim Thomlinson


Damned88 said:
The linked information only updates if the other workbooks are opened.
I have the correct path, however, the workbook only inputs a value if the
workbook with the data is open.

This if other workbook(Data) is not open=Value

=SUMIF('G:\COREFCO EXPANSION\Phase 2\(900-00-12-000) Construction\Cost
Control\JCRs\Budgets\[Expansion
Estimate.xls]Master'!$M$2:$M$10000,TEXT($B$7,"0")&"-"&TEXT($H$10,"00")&"-"&TEXT($A16,"00")&"-"&TEXT($A$2,"00"),'G:\COREFCO
EXPANSION\Phase 2\(900-00-12-000) Construction\Cost
Control\JCRs\Budgets\[Expansion Estimate.xls]Master'!$H$2:$H$10000)

This if opened=Correct Updated value

=SUMIF('[Expansion
Estimate.xls]Master'!$M$2:$M$10000,TEXT($B$7,"0")&"-"&TEXT($H$10,"00")&"-"&TEXT($A16,"00")&"-"&TEXT($A$2,"00"),'[Expansion
Estimate.xls]Master'!$H$2:$H$10000)

How can I make this work without having to open the database workbook?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top