Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have entered a list of names in Column A. How can I count the number of names I have entered and have that number appear in cell B1. I will be entering a varying number of names each time I open and use this worksheet. Thanks for the help. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi, im quite new myself.
Clik on cell B1 Choose set in function COUNTA(A:A) regards jan "Chuck" skrev i melding ... I have entered a list of names in Column A. How can I count the number of names I have entered and have that number appear in cell B1. I will be entering a varying number of names each time I open and use this worksheet. Thanks for the help. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=countif(A:A,"<")
or =CountA(A:A) -- Regards, Tom Ogilvy "Chuck" wrote in message ... I have entered a list of names in Column A. How can I count the number of names I have entered and have that number appear in cell B1. I will be entering a varying number of names each time I open and use this worksheet. Thanks for the help. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
counting names | Excel Worksheet Functions | |||
counting names | Excel Discussion (Misc queries) | |||
Counting Names in a Column, Ignoring Duplicates | Excel Discussion (Misc queries) | |||
Counting Different Names in A Column... Formula? | New Users to Excel | |||
Counting names in a column but counting duplicate names once | Excel Discussion (Misc queries) |