Trying to do a SUMIF formula - Help!
I've been trying all kinds of formulas and can't get this to work right. I'm trying to do a formula with the below that says IF Approved? column = "Yes" then SUM the range of cells (CSM PM + DEV / BA + Arch/Engin + UIUX +QA)
Tags:
Best Answer
-
Try something like this...
=IF([Approved?]@row = "Yes", SUM([CSM PM]@ow:QA@row))
Answers
-
Try something like this...
=IF([Approved?]@row = "Yes", SUM([CSM PM]@ow:QA@row))
-
Thank you Paul! That worked!!! I feel like I tried everything except that! :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 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!