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
Check out the Formula Handbook template!