I have created a sheet which helps me track the stages of project and shows the status from the project plan. These circles should be driving up from the project plan with those specific rows, but somehow it is not working and I always have to overwrite the circles with the actual status.
The cells has this formula:
=IF(NOT(ISBLANK([Solution Approved Overwrite]@row)), [Solution Approved Overwrite]@row, IF(VLOOKUP("Solution Approved", {LMHEALTH}, 12, false) = "In Progress", "Green", IF(VLOOKUP("Solution Approved", {LMHEALTH}, 12, false) = "Late", "Yellow", IF(VLOOKUP("Solution Approved", {LMHEALTH}, 12, false) = "Complete", "Blue", IF(VLOOKUP("Solution Approved", {LMHEALTH}, 12, false) = "Not Started", UNICHAR(128280), "ASSISTANCE HERE")))))