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
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!