I want to count all occurances in a column that contains a specific Text string. i.e. I want to count how many cells contain "AA" in a specific column.
2007-02-21
04:38:10
·
2 answers
·
asked by
Anonymous
2
in
Computers & Internet
➔ Software
From the 2 answeres recieved so far, I would like to expand. I will need to count a the # text fields for about 20 difference 2 letter text strings. Each text field can contain more than one, and contrian the same one twice (which only gets counted once). Logicaly, I want to do Countif(Range, cell contains text string)
2007-02-21
23:44:06 ·
update #1