+ Reply to Thread
Results 1 to 7 of 7

How to sum a column of names

  1. #1
    Registered User
    Join Date
    08-24-2005
    Posts
    25

    How to sum a column of names

    If I have a column of names, how do I add the total number of people (names) at the bottom. The idea is that there will be several columns, (eg. full time, part time, on leave, etc).
    Thanks - hope I'm posting to the right section!


    I've attached a screenshot to demonstrate what I'm looking for.http://www.excelforum.com/attachment...1&d=1210724019
    Excel Test.jpg
    Attached Images Attached Images

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,475
    Quote Originally Posted by michaelas
    If I have a column of names, how do I add the total number of people (names) at the bottom. The idea is that there will be several columns, (eg. full time, part time, on leave, etc).
    Thanks - hope I'm posting to the right section!


    I've attached a screenshot to demonstrate what I'm looking for.http://www.excelforum.com/attachment...1&d=1210724019
    Excel Test.jpg
    =COUNTA(A1:A7)
    will count the items in the range A1:A7

  3. #3
    Registered User
    Join Date
    08-24-2005
    Posts
    25
    That returns #NAME? instead of a number.

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,475
    Quote Originally Posted by michaelas
    That returns #NAME? instead of a number.
    Why is that?
    Are you using a different language?
    The error shown usually means excel does not recognize the function..

  5. #5
    Registered User
    Join Date
    08-24-2005
    Posts
    25
    I just got it. (!) I assumed that "COUNTA" referred to "Column A" in your example. I therefore typed in "CountB" since I was tallying the names in Column B on my sheet. I switched to "CountA" and there it was!
    Oh well...

    ** One other question, if you don't mind. Using the same example, how would I calculate, eg., how many "Ricks" there are under the Heading "Occasional" - let's say there were thirty names or more in the list.

    Thanks much for your help!

  6. #6
    Registered User
    Join Date
    04-18-2008
    Posts
    80
    =COUNTIF(B1:B7,"Rick")

  7. #7
    Registered User
    Join Date
    08-24-2005
    Posts
    25
    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1