#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default counting entries

I have a list of names in a column and want to show the total number of
entries in the column at the bottom.
--
Max
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default counting entries

Hi,

Providing there are no numbers in the range this should do

=COUNTA(A1:A20)

Mike

"mexmex" wrote:

I have a list of names in a column and want to show the total number of
entries in the column at the bottom.
--
Max

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default counting entries

If you want to simply count the number of entries in the range, you can use a
formula like:

=counta(a1:a10)
(where A1:A10 contain your data)

If you wanted to count the number of unique entries in that range, you could use
a formula like:

=sumproduct((a1:a10<"")/countif(a1:a10,a1:a10&""))
(you can only use the entire column in xl2007)



mexmex wrote:

I have a list of names in a column and want to show the total number of
entries in the column at the bottom.
--
Max


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
counting entries mits Excel Worksheet Functions 4 August 18th 09 02:11 PM
Counting Alpha entries Ian Bendall Excel Discussion (Misc queries) 2 August 7th 09 01:28 PM
Counting entries Dos Equis Excel Worksheet Functions 4 November 20th 06 03:24 AM
Counting Entries Jimbo Excel Worksheet Functions 6 April 29th 05 08:27 PM
counting non occur entries excelFan Excel Discussion (Misc queries) 2 December 15th 04 07:15 PM


All times are GMT +1. The time now is 07:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"