I have a PO Status Column that I want to display a Red, Green, Or Yellow ball dependent on a selected drop down list in separate column titles Procurement Status. The formula Im using is below but it keeps returning "Unparseable".
=IF([Procurement Status]@row="Awarded", Green) IF([Procurement Status]@row="In Quote", Yellow) IF([Procurement Status]@row="Material Request Needed", Red)