Hello,
I am trying to rank projects that have not been completed. Once the project has been completed, I do not want to show it as a top priority. Here is the formula I am using:
=IF(T17="COMPLETE","",RANK(DB17,$DB$12:$DB$65,0)+COUNTIF($DB$12:DB17,DB17)-1)
This does not show a rank for completed projects, however, it still includes it in the total rank. For example, if I have 10 projects and 2 are completed, the lowest dollar value is still showing it's rank as 10. I need that to show 8.
Any suggestions?
Thanks,
Brad
I am trying to rank projects that have not been completed. Once the project has been completed, I do not want to show it as a top priority. Here is the formula I am using:
=IF(T17="COMPLETE","",RANK(DB17,$DB$12:$DB$65,0)+COUNTIF($DB$12:DB17,DB17)-1)
This does not show a rank for completed projects, however, it still includes it in the total rank. For example, if I have 10 projects and 2 are completed, the lowest dollar value is still showing it's rank as 10. I need that to show 8.
Any suggestions?
Thanks,
Brad