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
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives