Thread
:
How can I caculate text in a column?
View Single Post
#
2
Posted to microsoft.public.excel.misc
Don Guillett
Posts: n/a
How can I caculate text in a column?
try
=countif(a:a,"x")
--
Don Guillett
SalesAid Software
"Calculation of Text" <Calculation of
wrote
in message ...
I have columns where I have used X's as tick marks. X=1, XX=2, XXX=3, etc.
Can these be added up like #'s in the column?
Reply With Quote