How do I sum up one column if a checkbox in another column is checked?

kahukusweet
ββ
How do I add up all amounts in column "Interest Level" if column "Paperwork Sent?" is checked?
The closest I've got is:
=SUMIF([Interest Level]:[Interest Level], [Paperwork Sent?]:[Paperwork Sent?], 1)
Best Answer
-
Try this:
=SUMIF([Paperwork Sent?]:[Paperwork Sent?], 1, [Interest Level]:[Interest Level]
Answers
-
Try this:
=SUMIF([Paperwork Sent?]:[Paperwork Sent?], 1, [Interest Level]:[Interest Level]
-
Totally worked. Thank you!!
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!