Hi,
I have the below data set
I trying to do a Rankx Filter Earlier to rank the name by group by the earlierst date. (Rank above is how it should be). Any Ideas?
Thanks in advance
I have the below data set
Date | Group | Name | Rank | ||
01/01/19 | A | Tim | 1 | ||
02/01/19 | A | Tim | 2 | ||
04/01/19 | A | Dave | 1 | ||
05/01/19 | A | Peter | 1 | ||
04/01/19 | C | Tim | 1 | ||
07/01/19 | A | Dave | 2 | ||
07/01/19 | B | Tim | 1 | ||
03/01/19 | A | Tim | 3 |
I trying to do a Rankx Filter Earlier to rank the name by group by the earlierst date. (Rank above is how it should be). Any Ideas?
Thanks in advance