Thread: Row Count
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Row Count

=COUNTA(A:A)
or
=COUNT(A:A)
--
Gary''s Student - gsnu200840


"katie" wrote:

I want to set a formula to count the number of items a column has. The cells
in the column contain number though....Any thoughts??? Please help me