If I have a column that records multiple figures in any given cell i.e b2 might contain 1,3,4 - b3 3,5,6 etc. What formula would I write to count up how many 3's, 4's 5's etc there are? I can get the result using autofilter by asking to filter for 'contains or equals 3' or 'contains or equals4' etc but I need a formula. What should I write?
2007-06-21
01:01:00
·
3 answers
·
asked by
Mat T
2
in
Computers & Internet
➔ Software
Thanks. My particular confusion is with being able to countif cells that contain certain numbers. I.e if B2 = 1,2 And B3 = 2,3 I would like to be able to do a countif that can count two twos. The formula - =countif(B2:B3,2) returns the value 0. Any way of writing a =countif contains 2?
2007-06-21
02:31:03 ·
update #1