chocolatelove
New Member
- Joined
- Feb 11, 2016
- Messages
- 5
I am trying to populate a unique count of the following conditions
Column B is either a Cake or Cupcake
Column C is not equal to No
Column D is not equal to No
Column E is not equal to Yes
If all the above is true, I want my cell to display a count of people who satisfy all the above.
So far, I have
=COUNTIFS(C6:C43, "<>No",D6:D43,"<>No",B6:B43, "Developer"&"")
I tried including the column E and adding another B column condition, but I just get a 0 which doesn't reflect the current count.
Any suggestions or any other ways to do this without a trailing CountIfs?
BONUS: in addition to the count number, I would love to highlight the cells in which all the conditions are met.
thank you
Column B is either a Cake or Cupcake
Column C is not equal to No
Column D is not equal to No
Column E is not equal to Yes
If all the above is true, I want my cell to display a count of people who satisfy all the above.
So far, I have
=COUNTIFS(C6:C43, "<>No",D6:D43,"<>No",B6:B43, "Developer"&"")
I tried including the column E and adding another B column condition, but I just get a 0 which doesn't reflect the current count.
Any suggestions or any other ways to do this without a trailing CountIfs?
BONUS: in addition to the count number, I would love to highlight the cells in which all the conditions are met.
thank you