R
Ricardo Dinis
Hi,
I'm using the Rank function in an Array Formula, but after several
tries I always got #VALUE! Error.
What I'm trying to get is the rank of a value (e.g. 4) in subset of a
list of values (e.g. {4;3;2;1} where A1:A7="a").
A B
1 a 4
2 a 3
3 a 2
4 a 1
5 b 9
6 b 8
7 b 7
={RANK(B2,IF(A1=A1:A7,B1:B7),0)} => #VALUE!
Anyone as a hint to this problem?
Thanks in advance,
Ricardo Dinsi
I'm using the Rank function in an Array Formula, but after several
tries I always got #VALUE! Error.
What I'm trying to get is the rank of a value (e.g. 4) in subset of a
list of values (e.g. {4;3;2;1} where A1:A7="a").
A B
1 a 4
2 a 3
3 a 2
4 a 1
5 b 9
6 b 8
7 b 7
={RANK(B2,IF(A1=A1:A7,B1:B7),0)} => #VALUE!
Anyone as a hint to this problem?
Thanks in advance,
Ricardo Dinsi