M
Mr Fujisawa
I want to count the number of entries in a column if its value = X but only
if another column = Y, kind of like merging two countif statemnts
so one countif is
=COUNTIF(STATS!E:E,B3) where coloum B is a list of persons' initials
and the second is
=countif(STATS!I:I,"ONLINE")
So I want to count the number of rows with "online" in colomn I, but only on
row's where coloum E = the value in B3
I have tried the following formula
{=COUNT(IF(STATS!E:E=B3,IF(STATS!I:I="ONLINE",STATS!I:I)))}
as an array function, but it isn't working
What else can I do?
Thanks
if another column = Y, kind of like merging two countif statemnts
so one countif is
=COUNTIF(STATS!E:E,B3) where coloum B is a list of persons' initials
and the second is
=countif(STATS!I:I,"ONLINE")
So I want to count the number of rows with "online" in colomn I, but only on
row's where coloum E = the value in B3
I have tried the following formula
{=COUNT(IF(STATS!E:E=B3,IF(STATS!I:I="ONLINE",STATS!I:I)))}
as an array function, but it isn't working
What else can I do?
Thanks