Skip to main content

Formula with multiples parameters

  • August 25, 2023
  • 1 reply
  • 5 views

Forum|alt.badge.img+1

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 advance! 

1 reply

Alexey_Gusev
Forum|alt.badge.img+25
  • Brainy
  • 1260 replies
  • August 26, 2023

Hi,
depends on what is Goal..  ?  Is it number formatted as percent? Or just text field? What if Goal is 110%? 90%?
or is it Single select with limited options? If you mean  that whole range between 80 and 120 is 'Completed', then why do you need 100?