[FONT="]Hello, everyone,[/FONT]
[FONT="]I'm looking for a formula which when inserted in a SINGLE cell would return {1,2,3,4,5,6} for the array below
[/FONT]
[TABLE="width: 500"]
<tbody>[TR]
[TD]55[/TD]
[/TR]
[TR]
[TD]45[/TD]
[/TR]
[TR]
[TD]32[/TD]
[/TR]
[TR]
[TD]21[/TD]
[/TR]
[TR]
[TD]21[/TD]
[/TR]
[TR]
[TD]21[/TD]
[/TR]
</tbody>[/TABLE]
[FONT="]I tried the formula below, but it doesn't deal well with duplicates:[/FONT]
[FONT="]
[/FONT]
Thanks!
Kind regards,
ORoxo
[FONT="]I'm looking for a formula which when inserted in a SINGLE cell would return {1,2,3,4,5,6} for the array below
[/FONT]
[TABLE="width: 500"]
<tbody>[TR]
[TD]55[/TD]
[/TR]
[TR]
[TD]45[/TD]
[/TR]
[TR]
[TD]32[/TD]
[/TR]
[TR]
[TD]21[/TD]
[/TR]
[TR]
[TD]21[/TD]
[/TR]
[TR]
[TD]21[/TD]
[/TR]
</tbody>[/TABLE]
[FONT="]I tried the formula below, but it doesn't deal well with duplicates:[/FONT]
[FONT="]
[/FONT]
=rank(A2:A7,A2:A7)
Thanks!
Kind regards,
ORoxo