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.4K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!