DanielThal
New Member
- Joined
- Mar 25, 2015
- Messages
- 2
I'm trying to find the sum of unique values in column A but only if the corresponding value in column C is 'true'.
Right now I can find the number of unique values in column A but can't seem to figure out how to make it only count certain cells.
I have:
=SUMPRODUCT((A4:A9999<>"")/COUNTIF(A4:A9999,A4:A9999&""))
which gives me the number of unique values in column A.
I have names in column C, let's say one is 'Bob' and ID codes in column A, some of which could be '15-12345' and '15-12346', etc (with duplicates)
How can I find the number of unique values in column A for when the name in column C is 'Bob'?
Can I just add SUMIF to the equation somehow?
Thank you for your help, I really appreciate it.
Right now I can find the number of unique values in column A but can't seem to figure out how to make it only count certain cells.
I have:
=SUMPRODUCT((A4:A9999<>"")/COUNTIF(A4:A9999,A4:A9999&""))
which gives me the number of unique values in column A.
I have names in column C, let's say one is 'Bob' and ID codes in column A, some of which could be '15-12345' and '15-12346', etc (with duplicates)
How can I find the number of unique values in column A for when the name in column C is 'Bob'?
Can I just add SUMIF to the equation somehow?
Thank you for your help, I really appreciate it.