IF([CEO Approval to Close]@row = "Approved", "Red"), =IF([CEO Approval to Close]@row = "Declined", "Yellow")
I am trying to get it so that if approved the symbol is the red circle, declined as yellow. If I only have the first part in the line it works, but when I try to add in the declined piece I get error messages. What am I doing wrong when trying to combine multiple IF functions?