Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a dataset with individual and household numbers. Some of the
individuals live in the same household. I am trying to figure out how to count and display next to each individual how many people are in her/his household. I figure I need to count and display how many times his/her household number shows up, but I do not know how to do this for a general household number. (There are thousands so I don't want to have to search for each household number.) The household number is in column a. I figure it's something like "countif(a:a,?) but I don't know what to use for the criteria. Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're right! In B2 (or whichever column you want it in) just type:
=countif(A:A,A2) Then copy/paste it down! -- -SA "Jennifer B" wrote: I have a dataset with individual and household numbers. Some of the individuals live in the same household. I am trying to figure out how to count and display next to each individual how many people are in her/his household. I figure I need to count and display how many times his/her household number shows up, but I do not know how to do this for a general household number. (There are thousands so I don't want to have to search for each household number.) The household number is in column a. I figure it's something like "countif(a:a,?) but I don't know what to use for the criteria. Thanks. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't understand your data layout. If you had a group of people
living at 20 High Street and another group at 20 Main Street, would you want to count all those 20's together? Pete On Jul 17, 11:01*pm, Jennifer B wrote: I have a dataset with individual and household numbers. *Some of the individuals live in the same household. I am trying to figure out how to count and display next to each individual how many people are in her/his household. *I figure I need to count and display how many times his/her household number shows up, but I do not know how to do this for a general household number. *(There are thousands so I don't want to have to search for each household number.) *The household number is in column a. *I figure it's something like "countif(a:a,?) but I don't know what to use for the criteria. *Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
counting the number of times a word appears | Excel Worksheet Functions | |||
counting the number of times value of "x" appears in a row | Excel Discussion (Misc queries) | |||
Counting the number of times a word appears 'anywhere' on a page | New Users to Excel | |||
Counting the number of times a specific character appears in a cell | Excel Worksheet Functions | |||
Counting the number of times a word appears in a worksheet | Excel Worksheet Functions |