What is the syntax to reference another sheet when using formulas?
I want to use add up costs in an AMOUNT column when the value in the CATEGORY column is SHOES and this display this in a Summary Order sheet. Can someone tell me what is wrong with the syntax of this formula:
=SUMIFS({REFERENCE SHEET}, AMOUNT:AMOUNT, CATEGORY:CATEGORY, "Shoes")
I've already tried the Learning Center notes, but the information there isn't clear enough about syntax.
Thanks.
Best Answer
-
The syntax (assuming cross sheet references are properly created) would look something like this...
=SUMIFS({Reference Sheet Amount Column}, {Reference Sheet Category Column}, "Shoes")
Answers
-
The syntax (assuming cross sheet references are properly created) would look something like this...
=SUMIFS({Reference Sheet Amount Column}, {Reference Sheet Category Column}, "Shoes")
-
Thanks for your help Paul!
-
Happy to help! 👍️
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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!