0

I can't use the IFS formula in EXCEL.

The formula is?

=SES(X2>=Concluído;Concluído;X2>=Concluído/Em Validação Controles;Concluído/Em Validação Controles;X2>=Concluído/Em Validação Rev. Independente;Concluído/Em Validação Rev. Independente;X2>=Em Andamento (Responsável);Em Validação;X2>=Em Validação Revisor;Em Validação)

But, my result is #NAME?

Can anybody help me?

I tried to use the "if formula" in excel and it return some "X" value, but this not happened

cybernetic.nomad
  • 6,100
  • 3
  • 18
  • 31
Marcel
  • 1
  • 4
    What are the values you are comparing X2 to? If they are words, they should be in quotation marks. – Rory Apr 05 '23 at 14:41
  • It worked but the outputs all appear as "completed" but they should have varied responses. My new formula is: =SES(X3>="Concluído";"Concluído";X3>="Concluído/Em Validação Controles";"Concluído/Em Validação Controles";X3>="Concluído/Em Validação Rev. Independente";"Concluído/Em Validação Rev. Independente";X3>="Em Andamento (Responsável)";"Em Validação";X3>="Em Validação Revisor";"Em Validação") – Marcel Apr 05 '23 at 16:52
  • I suspect you just want `=` rather than `>=` since alphabetically all of those values are greater than the first one. – Rory Apr 06 '23 at 08:33

0 Answers0