Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to count how many times a name appears in a list. Is there a
formula? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
use: COUNTIF(List,Name) =COUNTIF(A1:A1000,"Shane") counts the number of times shane appears in the range. -- Cheers, Shane Devenshire "myrtlethorn" wrote: I am trying to count how many times a name appears in a list. Is there a formula? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
And if Shane Devenshire is in the list, and you want it counted also, try:
=COUNTIF(A1:A1000,"Shane*") And for Devenshire, Shane, try: =COUNTIF(A1:A1000,"*Shane") Or =COUNTIF(A1:A1000,"*Shane*") -- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "ShaneDevenshire" wrote in message ... Hi, use: COUNTIF(List,Name) counts the number of times shane appears in the range. -- Cheers, Shane Devenshire "myrtlethorn" wrote: I am trying to count how many times a name appears in a list. Is there a formula? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding alpha data | Excel Discussion (Misc queries) | |||
Separating Numerical and Alpha Data in cells | Excel Discussion (Misc queries) | |||
How can I restrict a cell(s) to alpha-only data entry? | Excel Discussion (Misc queries) | |||
How do I group alpha numeric data in excel? | Excel Discussion (Misc queries) | |||
The colums changed from alpha to numeric how do you make it alpha | Excel Discussion (Misc queries) |