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, IT Business Analyst & Project Coordinator, Mitsubishi Electric Trane US
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, IT Business Analyst & Project Coordinator, Mitsubishi Electric Trane US
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
Check out the Formula Handbook template!