Hey everyone! Can you help me to figure it out how to properly write this formula?IF(Result>={Goal120%},"Excellent",IF(Result={Goal100%},"Completed"),IF(Result<={Goal80%},"Partial"))Both Result, And Goals are Columms in my table. Thank you all, in ad...