Hi All,
I need to add some extra conditions to the formula below, any ideas as to how this is done would be great.
=COUNTIFS(Netc!C4:C1008,"open",Netc!D4

1008,"PC")
This works ok for just one condition
I need to add the following somehow...
=COUNTIFS(Netc!C4:C1008,"open" or
"Waiting Parts",Netc!D4

1008,"PC")
or do I need to add separate countifs to do it?