I need to create "League Table" of anything over a year old, but it needs to be sorted by the largest volume. I have tried to use RANK, but when I reference it to Cell B which contains the volume, it does not want to work!
Code:
=IF(D2>TODAY()-365,"",RANK(B2,$B$2:$B$21,1))