Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry, I forgot to mention that if you want to count the third and fourth duplicates as well, change
the =2 in the formula to 1 HTH, Bernie MS Excel MVP "Bernie Deitrick" <deitbe @ consumer dot org wrote in message ... Scott, Change the formula in Cell E2 to =IF(SUMPRODUCT(($A$2:$A2=A2)*($D$2:$D2=D2))=2, 1,0) and put a header "Duplicates" into cell E1. Then select the entire table, use Data / Pivot Table, and drag "Month", "Fund", "Region" to the row field area, and drag "Duplicates" to the data field area. Set "Duplicates" to Sum, and you will get a table of counts of duplicate names. HTH, Bernie MS Excel MVP "Scott Halper" wrote in message oups.com... I tried Bernie's solutions, however, I get a column that shows if the "Name" appears more than once it displays the word Duplicate, however, I need to now count the amount of Duplicate Names that show up. I think I can use an array for it, but just not sure how to set it up. My new dataset: Month Fund Region Name Occurance Jan A E SH Unique Jan B W FW Unique Feb C S WR Unique Feb C E SH Duplicate Feb C E SH Duplicate The result I'm looking for is for Feb, Fund C, Region E, that was one duplicate name (SH). |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding duplicate serial #s | Excel Discussion (Misc queries) | |||
Finding Duplicate Entries | Excel Discussion (Misc queries) | |||
finding duplicate rows | Excel Worksheet Functions | |||
Need help with finding duplicate entries | Excel Worksheet Functions | |||
Finding duplicate data | Excel Worksheet Functions |