Hi
This is me first time posting on this forum, so hoping someone can answer.
I have data in the below sample format. I am trying to get a record count when the values in column 1(Week) and column2 (Name) match together. For example, User1 has three entries for 7/14/2018. So in column3, I would expect to see 3 in the first row. However, I am getting 1 using the below formula. What do I need to do to fix it?
=SUM(--(FREQUENCY(IF($B$2:$B$10=[@Name], IF($A$2:$A$10=[@Week], MATCH($A$2:$A$10, $A$2:$A$10, 0))), ROW($A$2:$A$10)-ROW(A2)+1)>0))
Week Name Count
7/14/2018 User1 1
7/28/2018 User1 1
6/30/2018 User1 1
7/21/2018 User2 1
7/7/2018 User2 1
7/14/2018 User1 1
7/14/2018 User1 1
7/14/2018 User2 1
7/7/2018 User1 1
Thanks.
This is me first time posting on this forum, so hoping someone can answer.
I have data in the below sample format. I am trying to get a record count when the values in column 1(Week) and column2 (Name) match together. For example, User1 has three entries for 7/14/2018. So in column3, I would expect to see 3 in the first row. However, I am getting 1 using the below formula. What do I need to do to fix it?
=SUM(--(FREQUENCY(IF($B$2:$B$10=[@Name], IF($A$2:$A$10=[@Week], MATCH($A$2:$A$10, $A$2:$A$10, 0))), ROW($A$2:$A$10)-ROW(A2)+1)>0))
Week Name Count
7/14/2018 User1 1
7/28/2018 User1 1
6/30/2018 User1 1
7/21/2018 User2 1
7/7/2018 User2 1
7/14/2018 User1 1
7/14/2018 User1 1
7/14/2018 User2 1
7/7/2018 User1 1
Thanks.