Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi All,
I have a data in thousands of rows......and one name is repeated several times..now I want to count the number of times a name appears and also I need to find the top three name that occur maximum number of times. Please Help Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Check out the Data Subtotals......follow the menus.......should be of some
help hth Vaya con Dios, Chuck, CABGx3 "Gary" wrote in message ... Hi All, I have a data in thousands of rows......and one name is repeated several times..now I want to count the number of times a name appears and also I need to find the top three name that occur maximum number of times. Please Help Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=COUNTIF(A2:A5000,"Name")
or =COUNTIF(A2:A5000,"*Name*") if there are other text in the same cells I would extract all unique names first by selecting the names, do datafilteradvanced filter, select copy to another location and unique records then if you extracted the names to H2:H50, in an adjacent cell lik I2 put =COUNTIF($A$2:$A$5000,H2) copy down to I50, then sort on the help column descending, the top 3 would be the first 3 OR use a pivot table, select the data, do datapivot table and pivot chart report, click next and select layout, drag the names header to the data and the row, then click finish, then right click in the pivot table, select field settings and advanced, select top 10 autoshow, change it to top 3 and click OK twice Regards, Peo Sjoblom Gary wrote: Hi All, I have a data in thousands of rows......and one name is repeated several times..now I want to count the number of times a name appears and also I need to find the top three name that occur maximum number of times. Please Help Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count the number of rows where more than one column meets set crit | Excel Worksheet Functions | |||
Column picked randomly with probability relative to number of entr | Excel Worksheet Functions | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
how do I count the number of times text in column A matches text i | Excel Worksheet Functions | |||
How to count the number of times something occurs within a certain month | Excel Worksheet Functions |