Hey
I've got a table which includes a column for type and a column for status
I want to do a count for each combination, for example where type is "LAN" and status is "open"
Type is in column D, Status is in column I
I've tried
=COUNT(IF(I22:I100="Open",IF(D22:D100="LAN",I22:I100)))
which I think should count if both are true but i get a 0
and I've tried
=COUNTIF(I22:I1000,"Open Late")+COUNTIF(D22:D1000, "LAN")
but that just adds up the 2 seperate counts, it doesn't count where they are both true only
So, does anyone see where the error lies? Anyone got any suggestions?
Thanks for any input
I've got a table which includes a column for type and a column for status
I want to do a count for each combination, for example where type is "LAN" and status is "open"
Type is in column D, Status is in column I
I've tried
=COUNT(IF(I22:I100="Open",IF(D22:D100="LAN",I22:I100)))
which I think should count if both are true but i get a 0
and I've tried
=COUNTIF(I22:I1000,"Open Late")+COUNTIF(D22:D1000, "LAN")
but that just adds up the 2 seperate counts, it doesn't count where they are both true only
So, does anyone see where the error lies? Anyone got any suggestions?
Thanks for any input