Hi guys, I'm trying to rank values in a sheet, and would like the rank to adjust to the appropriate date column that I'm trying to rank. At the same time I'm trying to narrow the rank range.
In otherwords, Rank the column to the left of the current month that we are in (August), and begin rank below the months but above the cash entry.
I've got the column:
MATCH(DATE(YEAR(TODAY()),MONTH(TODAY()),1),2:2,0)-1
I've got the last boundary row:
MATCH(B20,B:B,0)
And a rudimentary rank formula:
IF(OR(E6=0,E6=""),"",RANK(E6,$E:$E,0)+COUNTIF($E$6:$E6,E6)-1)
Now how I can put the dynamic rank together ?
See HTML for info
Any insight appreciated,
Mark
In otherwords, Rank the column to the left of the current month that we are in (August), and begin rank below the months but above the cash entry.
I've got the column:
MATCH(DATE(YEAR(TODAY()),MONTH(TODAY()),1),2:2,0)-1
I've got the last boundary row:
MATCH(B20,B:B,0)
And a rudimentary rank formula:
IF(OR(E6=0,E6=""),"",RANK(E6,$E:$E,0)+COUNTIF($E$6:$E6,E6)-1)
Now how I can put the dynamic rank together ?
See HTML for info
Any insight appreciated,
Mark
Book4 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | ||||||||||
2 | Jul-02 | Aug-02 | Sep-02 | |||||||
3 | Performance | Performance | Performance | |||||||
4 | ||||||||||
5 | ||||||||||
6 | 1 | Fund1 | 8.6% | 4.3% | 14.3% | 4.3% | 9.4% | 4.3% | ||
7 | 2 | Fund2 | 7.8% | 1.0% | 13.1% | 1.0% | 8.6% | 1.0% | ||
8 | 4 | Fund3 | 7.8% | -4.0% | 11.9% | -4.0% | 7.8% | -4.0% | ||
9 | 5 | Fund4 | 7.3% | 1.2% | 11.0% | 1.2% | 7.2% | 1.2% | ||
10 | 6 | Fund5 | 6.4% | 4.0% | 10.7% | 4.0% | 7.0% | 4.0% | ||
11 | 7 | Fund6 | 8.3% | -3.0% | 10.3% | -3.0% | 9.1% | -3.0% | ||
12 | 10 | Fund7 | 0.0% | 4.0% | 1.2% | 4.0% | 6.0% | 4.0% | ||
13 | 8 | Fund8 | 0.0% | 1.0% | 8.6% | 1.0% | 5.6% | 1.0% | ||
14 | Fund9 | |||||||||
15 | 11 | Fund10 | 1.2% | 1.0% | 1.2% | 1.0% | 1.0% | |||
16 | 9 | Fund11 | 4.5% | 9.0% | 7.4% | 9.0% | 4.9% | 9.0% | ||
17 | ||||||||||
18 | ||||||||||
19 | ||||||||||
20 | CASH | 8.0% | 12.1% | 13.1% | ||||||
EO2 |