COUNTA()

M

Michell Major

My formula =IF(T2>=1/1/2006,"D",IF(T2="","")) displays the D but COUNTA
totals all the formulae and not the values?
 
B

Bob Phillips

Use

=COUNTIF(X:X,"D")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
D

David Biddulph

If you look at the help for the COUNTA function you'll find that it does
count empty text (""), but not a totally empty cell.
 
Top