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
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 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!