0
I’m trying to get the number of anti-virus licenses per department and I can’t come up with a formula that can return this information to me.
Basically, I want to get how many licenses there are in the department "Shopping".
=CONTAR.SE(Gestão!B3:B1000; "Compras")
This formula is to get the number of computers in the Purchasing Department. Now I want to get the number of users in the purchasing department who have anti-virus license.
=CONTAR.SE(Gestão!B3:B1000; "Compras") + CONTAR.SE(Gestão!H3:H1000; "X")
I tried this formula, but it obviously doesn’t work.
The result would be that in Purchases there are 2 anti-virus licenses.
Be clearer in your question,.
– KALIBBAN
I think the function CONT.SE can help you. Put on D1:
=CONT.SE(A2:A5;"Compras")
– anonimo
I just updated! I’m sorry! @KALIBBAN
– RekcsGaming