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
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!