Sir,
I have a Data List in Coloum B and put the formula for getting Unique value which is reflect in Coloum E.
I used the Array formula for getting unique value i.e=INDEX($B$2:$B$13,MATCH(0,COUNTIF($B$2:$B$13,"<"&$B$2:$B$13)-SUM(COUNTIF($B$2:$B$13,"="&E$1:E1)),0))
can anybody describe the logic of the below formula.
COUNTIF($B$2:$B$13,"<"&$B$2:$B$13) ------>
SUM(COUNTIF($B$2:$B$13,"="&E$1:E1) ------>
Colum B Coloum E
Row 1 Data List Unique Value
2 A A
3 C B
4 C C
5 A
6 B
7 B
8 C
9 B
10 B
11 B
12 C
13 C
I have a Data List in Coloum B and put the formula for getting Unique value which is reflect in Coloum E.
I used the Array formula for getting unique value i.e=INDEX($B$2:$B$13,MATCH(0,COUNTIF($B$2:$B$13,"<"&$B$2:$B$13)-SUM(COUNTIF($B$2:$B$13,"="&E$1:E1)),0))
can anybody describe the logic of the below formula.
COUNTIF($B$2:$B$13,"<"&$B$2:$B$13) ------>
SUM(COUNTIF($B$2:$B$13,"="&E$1:E1) ------>
Colum B Coloum E
Row 1 Data List Unique Value
2 A A
3 C B
4 C C
5 A
6 B
7 B
8 C
9 B
10 B
11 B
12 C
13 C