Hey guys,
I am having some trouble with ranking dates. I want to rank a data set in ascending order. With dates there could be a multitude of ties. Is there a way to rank the dates and keep the number rolling up based off order in the list being the "first"?
Ex:
Using "=RANK($K2,SoftDates,1)+(COUNTIF($K$2:$K1000,$K2)-1)"
The Data looks like this:
[TABLE="width: 171"]
<tbody>[TR]
[TD]Soft Rank[/TD]
[TD]Soft Date[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]8/25/2015[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]9/2/2015[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]8/28/2015[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]8/28/2015[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]8/31/2015[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]8/31/2015[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]8/31/2015[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]9/2/2015[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]9/2/2015[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]8/25/2015[/TD]
[/TR]
</tbody>[/TABLE]
When the ranks should actually look like this:
[TABLE="width: 171"]
<tbody>[TR]
[TD]Soft Rank[/TD]
[TD]Soft Date[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]8/25/2015[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]9/2/2015[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]8/28/2015[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]8/28/2015[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]8/31/2015[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]8/31/2015[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]8/31/2015[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]9/2/2015[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]9/2/2015[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]8/25/2015[/TD]
[/TR]
</tbody>[/TABLE]
I am having some trouble with ranking dates. I want to rank a data set in ascending order. With dates there could be a multitude of ties. Is there a way to rank the dates and keep the number rolling up based off order in the list being the "first"?
Ex:
Using "=RANK($K2,SoftDates,1)+(COUNTIF($K$2:$K1000,$K2)-1)"
The Data looks like this:
[TABLE="width: 171"]
<tbody>[TR]
[TD]Soft Rank[/TD]
[TD]Soft Date[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]8/25/2015[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]9/2/2015[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]8/28/2015[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]8/28/2015[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]8/31/2015[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]8/31/2015[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]8/31/2015[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]9/2/2015[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]9/2/2015[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]8/25/2015[/TD]
[/TR]
</tbody>[/TABLE]
When the ranks should actually look like this:
[TABLE="width: 171"]
<tbody>[TR]
[TD]Soft Rank[/TD]
[TD]Soft Date[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]8/25/2015[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]9/2/2015[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]8/28/2015[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]8/28/2015[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]8/31/2015[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]8/31/2015[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]8/31/2015[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]9/2/2015[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]9/2/2015[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]8/25/2015[/TD]
[/TR]
</tbody>[/TABLE]