Forum Discussion

Juan Manuel García Valverde's avatar
May 06, 2018
Solved

Problem with if function

Hello Community! I have a problem with the IF function. I get the following error when I want to use it. My idea is to nest several logical tests within the IF function. For example: establish ranges...
  • Haytham Amairah's avatar
    Haytham Amairah
    May 06, 2018

    Hi Juan,

     

    Sorry about that, I think that the separator between formula arguments should be a semicolon ( ; ) not a comma, depending on the locale in your operating system.

     

    So please use this formula instead:

    =SI(A2<600;"Malo";SI(A2<750;"Promedio";SI(A2<900;"Bueno";"Excelente")))

     

    Regards

Resources