Hi Team,
I tried to follow the solution mentioned "regarding combining multiple IF statements", I get an Unparseable error.
My formula: =IF([PM Effectiveness]@row=🤩 Strongly Agree,"5",IF([PM Effectiveness]@row=🙂 Agreed,"4",IF([PM Effectiveness]@row=😐 Neutral,"3",IF([PM Effectiveness]@row=😞 Disagree,"2",IF([PM Effectiveness]@row=😡 Strongly Disagree,"1")))))
What Am I missing?