kirangarapati
New Member
Hello All
I am trying to find the unique distinct value in Column B based on the Value in Column A
Year Situation
1/3/2011 AK3289
2/5/2011
4/1/2011 AM9832
5/3/2011 AK3289
9/4/2011 PMY0983
28/8/2011
1/5/2012 AF2345
1/22/2012 AK2134
3/4/2012
4/5/2012
3/9/2012 AF2345
10/5/2012 AK2134
11/12/2012
8/19/2012 AL8765
7/23/2012
To be specific, I would like to count the unique distinct number of situations in 2011 and 2012.
I have used the below formula to get the number of situations for 2011 and 2012. However, these do not give me the unique distinct number
for 2011: =COUNTIFS(A:A, ">="&DATE(2011,1,1),A:A, "<="&DATE(2011,12,31),B:B, "*")
for 2012: =COUNTIFS(A:A, ">="&DATE(2012,1,1),A:A, "<="&DATE(2012,12,31),B:B, "*")
Answer: The answer should be
2011 = 3
2012 = 3
Thank You
I am trying to find the unique distinct value in Column B based on the Value in Column A
Year Situation
1/3/2011 AK3289
2/5/2011
4/1/2011 AM9832
5/3/2011 AK3289
9/4/2011 PMY0983
28/8/2011
1/5/2012 AF2345
1/22/2012 AK2134
3/4/2012
4/5/2012
3/9/2012 AF2345
10/5/2012 AK2134
11/12/2012
8/19/2012 AL8765
7/23/2012
To be specific, I would like to count the unique distinct number of situations in 2011 and 2012.
I have used the below formula to get the number of situations for 2011 and 2012. However, these do not give me the unique distinct number
for 2011: =COUNTIFS(A:A, ">="&DATE(2011,1,1),A:A, "<="&DATE(2011,12,31),B:B, "*")
for 2012: =COUNTIFS(A:A, ">="&DATE(2012,1,1),A:A, "<="&DATE(2012,12,31),B:B, "*")
Answer: The answer should be
2011 = 3
2012 = 3
Thank You