I created the health formula below to address the legend listed below the formula. However, I am getting an error in the formula, can anyone tell me what I am doing wrong and provide some assistance?
IIf([% Complete] = 100, "Completed", Switch(([Finish] - Date()) < 75%, "complete within 45 days of finish", ([Finish] - Date()) > 90%, "complete within 20 days of finish", ([Finish] - Date()) >= 0, "On Schedule", ([Finish] - Date()) >= 0, "Not Started"))
Legend
YELLOW: less than 75% complete within 90 days of finish
RED: less than 90% complete within 20 days of finish
BLUE: 100% complete
GREEN: achieving % complete targets
BLACK: Not Started
Secondly, Can I create a selectable dropdown indicator on my project information page that shows the images in my LEGEND that can be displayed in Project Center?