Sumif WTheck?
JH@HL
✭✭
Hello - I am trying to draft a formula to sum the column 9 but only when column 3 is "John Smith" and when column 11 is not equal to "complete."
I got this far, but can't figure this out: =SUMIF([Column9]:[Column9],Column3; column3, @cell="John Smith")
Tags:
Comments
-
Try:
=SUMIF([Column 3]:[Column 3], ="John Smith", [Column 9]:[Column 9])
-
Forgot about Column 11.. here you go:
=SUMIFS([Column 9]:[Column 9], [Column 3]:[Column 3], ="John Smith", [Column 11]:[Column 11], <>"Complete")
-
Thank you, Nic! That worked. I really appreciate your fast response.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!