SUMIFS with sheet reference
I've read multiple posts and articles but something just isn't work in my SUMIFS formula.
I'm trying to add the number in the Social Posts ({SPosts}) column if the Type ({Type}) is "Social" and the Team ({Team}) matches the name in my summary sheet column (Label@row).
Any help would be greatly appreciated.
Best Answer
-
Try this. When referencing another sheet, you don't need to use the referenced range twice. It's just {range} not {range}:{range}.
=SUMIFS({SPosts}, {Type}, "Social", {Team}, Label@row)Does that work?
Thanks,
Sam
—
Want to chat about a Smartsheet problem you're facing? Grab time on my calendar here: Schedule a Discovery Call!
Answers
-
Is Label a Sheet Summary value? If so, those are referenced with "[Label]#", not the "Label@row".
Thanks,
Sam
—
Want to chat about a Smartsheet problem you're facing? Grab time on my calendar here: Schedule a Discovery Call! -
When I copy the formula into the rows above the one selected in the screenshot, I want the value for that part of the formula to reference whatever value is in the "Label" column for that row (Note: The column name is not showing in my screenshot.)
For example in the row the formula lives in, it should Sum any that have "Janean" listed in the Team column of the referenced sheet. In the first row of the screenshot, it would add anyone with "Chelsea" listed in the Team column.
~Jaime
-
Try this. When referencing another sheet, you don't need to use the referenced range twice. It's just {range} not {range}:{range}.
=SUMIFS({SPosts}, {Type}, "Social", {Team}, Label@row)Does that work?
Thanks,
Sam
—
Want to chat about a Smartsheet problem you're facing? Grab time on my calendar here: Schedule a Discovery Call! -
That did it! I swear I tried that but Murphy's Law. :)
Thank you!
~Jaime
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!