Sum If Formula

I am trying to find the sum of a column (Range 35) only if Range 24 = Arizona. I think I'm close, but can't quite get it to compute....
=SUMIF({MASTER TRACKING SHEET Range 35}, {MASTER TRACKING SHEET Range 24}, "Arizona")
Best Answer
-
@aecross The SUMIF syntax is: =SUMIF(range, criteria, [range to sum (if different than the criteria range)] )
Switch your sum range around so that it's after your criteria range and criteria:
=SUMIF({MASTER TRACKING SHEET Range 24}, "Arizona", {MASTER TRACKING SHEET Range 35})
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Answers
-
@aecross The SUMIF syntax is: =SUMIF(range, criteria, [range to sum (if different than the criteria range)] )
Switch your sum range around so that it's after your criteria range and criteria:
=SUMIF({MASTER TRACKING SHEET Range 24}, "Arizona", {MASTER TRACKING SHEET Range 35})
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
@Jeff Reisman, that worked - thank you!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!