I am trying to have a cell show a colored health dot based on the other dots in the same column. This cell basically shows red if there any red dots, yellow if there are no red dots and at least one yellow, green if there are no reds or yellows, and blue if all other dots are blue.
This cell called out should have a red dot based on the red dot in the Health column:
I can get it to work with a single color but don't know how to string together all the possible outcomes. It would also be ideal if the main health indicator could be blank if the status of that row is Not Started (like it is in the screenshot).
Thank you for any assistance.