Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to match names (with many duplicates) in a sheet2, with a list of
names (no duplicates) in a Summary Sheet. Then for each name, count unique numbers in columnG, of sheet2 ONLY IF, the dollar value in columnV is 0. This is my function: =SUMPRODUCT((sheet2!$C$2:$C$678=C56)/COUNTIF(sheet2!$G$2:$G$678,sheet2!$G$2:$G$678&"")* sheet2!$V$2:$V$6780) The logic seems right to me, but Im getting all zeros and I know some of the conditions that I mentioned above are true so I should not have all zeros. Any ideas? Thanks, Ryan--- -- RyGuy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count uniques anomaly | Excel Worksheet Functions | |||
Count Uniques EXCLUDING Some Entries | Excel Worksheet Functions | |||
Count number of uniques starting with a given letter? | Excel Discussion (Misc queries) | |||
Count Uniques within a list based on value of cell... | Excel Discussion (Misc queries) | |||
How to count uniques of a SUMPRODUCT subset? | Excel Worksheet Functions |