SUMIFS across multiple workbooks only works when workbooks are open.

StaceyVECL

New Member
Joined
Apr 13, 2022
Messages
25
Office Version
  1. 365
Platform
  1. Windows
I have multiple workbooks (separate retailers) that I need to pull information from into one bigger workbook for reporting purposes.

I need the formula to calculate the date range and the product name from the retailer's workbook. The SUMIFS formula works but ONLY if I have all of the individual retailers workbooks open at the same time. Is there a work around for this?

I have moved all of the individual workbooks into the same folder as the bigger reporting workbook but it hasn't helped.
 
If the cells are totally empty then it will work, if they contain a formula that returns "" you will need to use
Excel Formula:
=SUMPRODUCT(('workbook1'Orders'!$A$4:$A$10999>=$C$3)*('workbook1'Orders'!$A$4:$A$10999<=$C$4)*('workbook1'Orders'!$B$4:$B$10999="TVD200WUC-ML"),'workbook1'Orders'!$D$4:$D$10999)
You are a super star, thank you.
 
Upvote 0

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Hi, sorry, me again. I've encountered a new problem.

Can I use sumproduct formulas above but have it look up Qty, SKU, Date and currency. to look up 2 separate columns with text in them for example I need it to the look up the SKU in column L "TVD100WU" and the currency in column P "GBP"

I have input this but am getting a VALUE error.

=SUMPRODUCT(('[Amazon FBA Shipment Reports 2023.xlsx]2023'!$C$2:$C$10999>=$B$1,'[Amazon FBA Shipment Reports 2023.xlsx]2023'!$C$2:$C$10999<=$B$2)*('[Amazon FBA Shipment Reports 2023.xlsx]2023'!$L$2:$L$10999="TVD100WU")*('[Amazon FBA Shipment Reports 2023.xlsx]2023'!$P$2:$P$10999="GBP"),'[Amazon FBA Shipment Reports 2023.xlsx]2023'!$O$2:$O$10999)

C = Date
L = SKU
P - Currency
O - Qty
 
Upvote 0
Each criteria should go in it's own brackets, but your 1st two criteria are in the same set of brackets.
 
Upvote 0

Forum statistics

Threads
1,215,243
Messages
6,123,837
Members
449,129
Latest member
krishnamadison

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