kdu.bmartins
New Member
Hi everyone,
Here's my deal: I have a bench of data with some columns and I want to count the unique values (if any value appears more than once, just count it once) respecting a criteria.
Let's imagine this data:
[pre]
[/pre]
Now, I want to count how many different codes appears in column A (result in this case must be 4) and how many different codes appears in column A with column B being 'DEF' (result in this case must be 3).
No, I don't wanna do that using Pivot Tables. I want Formulas.
Had anyone been through this before?
Waiting for your help,
Kdu.
Here's my deal: I have a bench of data with some columns and I want to count the unique values (if any value appears more than once, just count it once) respecting a criteria.
Let's imagine this data:
[pre]
Code:
_______________________________________________________
A B C D E F
CODE COORP VALUE COLUMN COLUMN COLUMN
001 ABC 200.00 ... ... ...
002 DEF 300.00 ... ... ...
001 DEF 150.00 ... ... ...
002 ABC 500.00 ... ... ...
003 ABC 400.00 ... ... ...
004 DEF 100.00 ... ... ...
_______________________________________________________
Now, I want to count how many different codes appears in column A (result in this case must be 4) and how many different codes appears in column A with column B being 'DEF' (result in this case must be 3).
No, I don't wanna do that using Pivot Tables. I want Formulas.
Had anyone been through this before?
Waiting for your help,
Kdu.