Excel count instances of a value error -
i need count amount of times value shows in b column , display in 3 seperate fields. came piece of code:
=countif(b2:b6716,"0") =countif(b2:b6716,"1") =countif(b2:b6716,"2")
but no matter how enter keeps telling me formula incorrect. tried removing " around 3 numbers aswell btw , in order test used words won't work. idea how can work?
the error:
try like:
=countif(b1:b416; "=0")
as criteria, should rather put string appended tested value forms condition, not particular number. way, can formulate more fancy criteria, like:
=countif(b1:b416; ">100")
Comments
Post a Comment