agatonsaxx
New Member
- Joined
- May 29, 2014
- Messages
- 34
Hi everyone,
I would like to be able to summarize unique values from two different columns. Here is my example:
Column A (Month) | Column B (Name)
January John Doe
January John Doe
January Clark Kent
February Clark Kent
February Mr Black
April Mr Black
April Mr Black
What i would like to be able to do, is to write a formula that can look inside the two columns and sort out the unique values of the name based on in which month the name occured.
In this case i would like it to show:
Unique customers in january: 2 (John Doe + Clark Kent)
Unique customers in februari 2 (Clark Kent + Mr Black)
Unique customers in April 1 (Mr Black)
I have the following formula that only looks in the Name column and gives me the correct value, but it looks on all the values, instead of including the month criteria.
[FONT="]=SUM(IF(FREQUENCY(IF(LEN(A2:A10)>0,MATCH(A2:A10,A2:A10,0),""), IF(LEN(A2:A10)>0,MATCH(A2:A10,A2:A10,0),""))>0,1))
[/FONT]Can somebody please help me with this or say if it is possible in any way?
Best regards
AgatonSaxx
I would like to be able to summarize unique values from two different columns. Here is my example:
Column A (Month) | Column B (Name)
January John Doe
January John Doe
January Clark Kent
February Clark Kent
February Mr Black
April Mr Black
April Mr Black
What i would like to be able to do, is to write a formula that can look inside the two columns and sort out the unique values of the name based on in which month the name occured.
In this case i would like it to show:
Unique customers in january: 2 (John Doe + Clark Kent)
Unique customers in februari 2 (Clark Kent + Mr Black)
Unique customers in April 1 (Mr Black)
I have the following formula that only looks in the Name column and gives me the correct value, but it looks on all the values, instead of including the month criteria.
[FONT="]=SUM(IF(FREQUENCY(IF(LEN(A2:A10)>0,MATCH(A2:A10,A2:A10,0),""), IF(LEN(A2:A10)>0,MATCH(A2:A10,A2:A10,0),""))>0,1))
[/FONT]Can somebody please help me with this or say if it is possible in any way?
Best regards
AgatonSaxx