Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

191
Vistas
I cant get the right result with if statement in excel using both IF with AND statement

I am trying to retrieve DIV 1, DIV 2, DIV 3 AND DIV 4 if the values meet the conditions of AND but it only returns DIV 3 even if the values don't meet the condition.

The If statement have created is as below

=IF(AND(O2<=6,V2<=6),"DIV 1",
 IF(AND(O2>=7,V2<=6),"DIV 2",
 IF(AND(O2>=7,V2>=7),"DIV 3",
 IF(AND(O2=9,V2=9),"DIV 4"))))

I want to get DIV 1 if cells O2 and V2 are less than or equal to 6,
I want to get DIV 2 if cells O2 is greater or equal to 7 and V2 is less than or equal to 6,
I want to get DIV 3 if cells O2 and V2 are greater or equal to 7,
I want to get DIV 4 if cells O2 and V2 are equal to 9.

about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

Try this, change the test order as I suggested:

=IF(AND(O2>=9,V2>=9),"DIV 4",IF( AND(O2>=7,V2>=7),"DIV 3",IF(AND(O2>=7,V2<=6),"DIV 2",IF(AND(O2<=6,V2<=6),"DIV 1"))))

Tested and works: enter image description here

about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda