Hi, i am trying to write a rank formula that ranks the percentage closest to zero. For example, i have +0.1%, -0.1%, +0.2% & -0.2%. The number closest to zero is +0.1% & -0.1%, but the positive number is better, so 1st should be +0.1%, 2nd -0.1%, 3rd +0.2%, 4th -0.2%. I can rank closest to zero using ABS formula, but i can't get the formula to then treat the positive number as a higher ranking. Any ideas?? Thanks!