Countifs and exclude criteria
I am trying to count how many people are requesting computers only. I would like to exclude the people that are requesting a computer and internet. I have the formula for the total number computers requested =COUNTIFS(, {Computer Only}, "Computer") but not how to not count the ones that have internet. Can anyone help?
Best Answer
-
Hi @Lee M
It depends on what you show in the [*Approved *Internet] column. If it displays nothing when people are not requesting it then your formula should be:
=COUNTIFS({Computer Only}, "Computer", {No Internet}, ISBLANK(@cell))
Otherwise it would be:
=COUNTIFS({Computer Only}, "Computer", {No Internet}, "Insert No Internet Value here")
Answers
-
Hi @Lee M
It depends on what you show in the [*Approved *Internet] column. If it displays nothing when people are not requesting it then your formula should be:
=COUNTIFS({Computer Only}, "Computer", {No Internet}, ISBLANK(@cell))
Otherwise it would be:
=COUNTIFS({Computer Only}, "Computer", {No Internet}, "Insert No Internet Value here")
-
Thank you David! The first formula worked perfectly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!