I'm trying to formulate a countif total of cells that meet a given criteria, but only whilst another range of cells also meet another criteria.
Is this even possible with Excel?!
Basically, I have a very long list of computers which, amongst other information, show me the subnet on which they reside and a PASS / FAIL value based on a vbscript calculation done when the data was collated.
What i'm trying to achieve is to calculate the number of systems per subnet which i've got working with
Now I would like to be able to tell how many on that subnet have a status of PASS.
Looking around, I see that countif is not suitable for multiple conditions and that sumproduct might work. However, all I can get from this is #NUM!
Thanks
[small]Listen to those who know, believe in those that do[/small]
Is this even possible with Excel?!
Basically, I have a very long list of computers which, amongst other information, show me the subnet on which they reside and a PASS / FAIL value based on a vbscript calculation done when the data was collated.
What i'm trying to achieve is to calculate the number of systems per subnet which i've got working with
Code:
=countif(ipscope,"xx.xx.xx.*") {where ipscope is a defined name for the column containing the ip address}
Now I would like to be able to tell how many on that subnet have a status of PASS.
Looking around, I see that countif is not suitable for multiple conditions and that sumproduct might work. However, all I can get from this is #NUM!
Thanks
[small]Listen to those who know, believe in those that do[/small]