Hi everyone,
I created a "new health" column which is a drop down menu of icons (in the picture). These icons are mixed from two different sets of available icon. I want to create a formula to connect this "new health" and "State". For example, if state is "In progress/ On Track" it will show the green checkmark symbol. I have used this formula:
=IF(State@row = "In Progress/ On Track", "Yes", IF(State@row = "At Risk", "Hold", IF(State@row = "Blocked/Stalled", "No", IF(State@row = "Complete", "Blue"))))
Can someone help me out, please?
Thank you!