Need help with cross sheet SUMIFS syntax
I have one sheet that is a master inventory sheet, and another with a bunch of formulas pulling data so I can build a report. I have been trying to specifically set up a formula that sums up all cells in the "Stock" column, only if it matches a specific keyword in the "Location" column. I have cross sheet references set up for both columns, but have been unable to get it working as it always returns #incorrect argument set
I have gotten the formula to work fine on the master sheet but am having trouble with syntax.
This is what works on the master sheet:
=SUMIFS(Stock:Stock, Location:Location, "Storage")
This is what doesn't work on the data sheet:
=SUMIFS({Total}, {Location}, "Storage")
Answers
-
Please double check that the {Total} and {Location} is referecing the column Stock:Stock and Location:Location respectively. Your formula looks OK, but the references might not be.
...
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!