K
Kristina
I want to count all cells in the range be5:be999 where the
value "1" is entered, IF and only IF other criteria are
met. These additional criteria are bn5:bn999 where value
is "H" AND h5:h999 where value is "Y". I have tried
several variations along the lines of
=COUNTIF(AND(BE5:BE999,"1",(BN5:BN999,"H",(H5:H999,"Y"))))
or
=COUNT(AND(COUNTIF(BE5:BE999,"1",COUNTIF
(BN5:BN999,"H",COUNTIF(H5:H999,"Y")))))
But nothing is returning a correct answer.
I would appreciate any help that you could provide.
Thanks,
Kristina
value "1" is entered, IF and only IF other criteria are
met. These additional criteria are bn5:bn999 where value
is "H" AND h5:h999 where value is "Y". I have tried
several variations along the lines of
=COUNTIF(AND(BE5:BE999,"1",(BN5:BN999,"H",(H5:H999,"Y"))))
or
=COUNT(AND(COUNTIF(BE5:BE999,"1",COUNTIF
(BN5:BN999,"H",COUNTIF(H5:H999,"Y")))))
But nothing is returning a correct answer.
I would appreciate any help that you could provide.
Thanks,
Kristina