Using SUMIFS to get data from another closed worksheet results in #VALUE! error

Lukewz

New Member
Joined
Aug 19, 2014
Messages
6
Hi there,

I'm using a sumifs formula to extract data from another worksheet. When the other worksheet is open, the values show up fine. However, when it's closed I get the #VALUE! error.

What is a work around for this? I've seen people mention sumproduct but I have no idea how that works to replace a SUMIFS function.

I'm using excel 2010.

=SUMIFS('[Sales Forecast 2014.xlsm]Datatable'!$U$11:$U$162010,'[Sales Forecast 2014.xlsm]Datatable'!$M$11:$M$162010,E14,'[Sales Forecast 2014.xlsm]Datatable'!$F$11:$F$162010,G14)

That is the current formula I'm using


Thanks!
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Try this:

=SUMPRODUCT(--('[Sales Forecast 2014.xlsm]Datatable'!$M$11:$M$162010=E14),--('[Sales Forecast 2014.xlsm]Datatable'!$F$11:$F$162010=G14),'[Sales Forecast 2014.xlsm]Datatable'!$U$11:$U$162010)
 
Upvote 0
Try this:

=SUMPRODUCT(--('[Sales Forecast 2014.xlsm]Datatable'!$M$11:$M$162010=E14),--('[Sales Forecast 2014.xlsm]Datatable'!$F$11:$F$162010=G14),'[Sales Forecast 2014.xlsm]Datatable'!$U$11:$U$162010)


Hi unfortunately this results in 0 values, even when a different value should of been shown
 
Upvote 0

Forum statistics

Threads
1,214,567
Messages
6,120,268
Members
448,953
Latest member
Dutchie_1

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