SUMIF - all options EXCEPT one (NOT function?)
Hello,
I am having some issues trying to create a formula to sum all the values in the column (called Scheduled Anode(s)), except for rows where a status column reads "No action required".
This was my best attempt, but it doesn't give the result I want, it sums to 0 instead of the 40 or so value it should be.
=SUMIF([Status]:[Status], NOT(Status@row="No Action Required"), [Scheduled Anode(s)]:[Scheduled Anode(s)])
Any suggestions appreciated!
Answers
-
I think SumIfs will do the trick:
I think the problem is introducing the range again in the NOT statement. I think what you're looking for is just:
=SUMIF([Status]:[Status], <>"No Action Required"), [Scheduled Anode(s)]:[Scheduled Anode(s)])
where <> is "not equal to"
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives