SumIFS Formula Issue
Hi
I need to count the number of total Artefacts if the Process column equals one of four process options.
I'm doing this calculation in the Sheet Summary function and I've followed the help guide to set up the formula but I'm still having issues.
Here is what I have:
=SUMIFS(Total # of Artefacts:Total # of Artefacts,>0,[Process]:[Process], "Create and Maintain item/project structure")
Thanks
Michelle
Best Answer
-
@Michelle McN Ahh, I should have checked the syntax before answering. You are missing the first range that you want to sum.
https://help.smartsheet.com/function/sumifs
SUMIFS( range, criterion_range1, criterion1, [ criterion_range2criterion2... ])
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Answers
-
@Michelle McN your range references "Total # of Artefacts" need to be in square brackets since there are spaces in the name.
Like this:
=SUMIFS([Total # of Artefacts]:[Total # of Artefacts],>0,[Process]:[Process], "Create and Maintain item/project structure")
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
Thanks @Darren Mullen however this formula returns "#invalid operation" as the result.
-
@Michelle McN Ahh, I should have checked the syntax before answering. You are missing the first range that you want to sum.
https://help.smartsheet.com/function/sumifs
SUMIFS( range, criterion_range1, criterion1, [ criterion_range2criterion2... ])
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
@Darren Mullen - Thanks I've got it work
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!