Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have an Excel 2003 spreadsheet. In column C of one of the worksheets, there are numbers. In some cases, the numbers are unique and appear only once in the column. For example, the number 348975 appears only once in the column in cell C45. But in other cases, there are multiple instances of the same number. For example, 123456 appears in C1, C2, C3, and C4. And 789012 might appear in C10, C150, and C334. I am hoping someone can help me with this problem. I want to count all instances of unique numbers in column C AND only one instance of each number that has multiple instances. In other words, using the numbers I gave as examples above, I would want to get a result of "3" (a count of 348975, 123456, and 780912) rather than "8" (a count of C45, C1, C2, C3, C4, C10, C150, and C334). One thought I had was to have another column (Q) in the worksheet that could basically identify each unique number with the number "1" and then number multiple instance. I could then count only the items with "1" in column Q. For example C1 123456 1 C2 123456 2 C3 123456 3 C4 123456 4 C10 789012 1 C45 348975 1 C150 789012 2 C334 789012 3 Thanks in advance for your time and help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count occurrences when two conditions are met | Excel Discussion (Misc queries) | |||
Count how many occurrences | Excel Discussion (Misc queries) | |||
how do I count occurrences of multiple conditions | Excel Worksheet Functions | |||
Count number of occurrences | Excel Discussion (Misc queries) | |||
how do I count the occurrences of multiple conditions | Excel Worksheet Functions |