Fonctions conditionnelles
Résolu
Christalni
Messages postés
20
Date d'inscription
Statut
Membre
Dernière intervention
-
christalni -
christalni -
Dans la fonction suivante,
=SI(B$13=1;SI(ET((I32+J32)/2>=3);"O";"N");
SI(B$13=2;SI(ET((I32+J32)/2>=3);"O";"N");
SI(B$13=3;SI(ET((I32+J32)/2>=3);"O";"N");
SI(B$13=4;SI(ET(((I32+J32)/2)>=3,5);"O";"N");
SI(B$13=5;SI(ET(((I32+J32)/2)>=3,5);"O";"N"))))))
je voudrais ajouter:
SI(B$13=5)
ET(I35=0);
Alors "NA"
Une fois de plus, ce doit être très simple mais j'avoue avoir essayé sans succès.....
Si quelqu'un peut me trouver la solution, ce serait super !
Merci par avance
=SI(B$13=1;SI(ET((I32+J32)/2>=3);"O";"N");
SI(B$13=2;SI(ET((I32+J32)/2>=3);"O";"N");
SI(B$13=3;SI(ET((I32+J32)/2>=3);"O";"N");
SI(B$13=4;SI(ET(((I32+J32)/2)>=3,5);"O";"N");
SI(B$13=5;SI(ET(((I32+J32)/2)>=3,5);"O";"N"))))))
je voudrais ajouter:
SI(B$13=5)
ET(I35=0);
Alors "NA"
Une fois de plus, ce doit être très simple mais j'avoue avoir essayé sans succès.....
Si quelqu'un peut me trouver la solution, ce serait super !
Merci par avance
A voir également:
- Fonctions conditionnelles
- Codes secrets Android : accéder aux fonctions cachées - Guide
- Fonctions excel en anglais - Guide
- Fonctions excel - Guide
- Mises en forme conditionnelles excel - Guide
- Aucun groupe de fonctions ni onglet n'est actuellement chargé dans le ruban - Forum Word
2 réponses
Bonjour,
=SI(B$13=1;SI(ET((I32+J32)/2>=3);"O";"N");
SI(B$13=2;SI(ET((I32+J32)/2>=3);"O";"N");
SI(B$13=3;SI(ET((I32+J32)/2>=3);"O";"N");
SI(B$13=4;SI(ET(((I32+J32)/2)>=3,5);"O";"N");
SI(B$13=5;si(I35=0;"NA";SI(ET(((I32+J32)/2)>=3,5);"O";"N")))))))
=SI(B$13=1;SI(ET((I32+J32)/2>=3);"O";"N");
SI(B$13=2;SI(ET((I32+J32)/2>=3);"O";"N");
SI(B$13=3;SI(ET((I32+J32)/2>=3);"O";"N");
SI(B$13=4;SI(ET(((I32+J32)/2)>=3,5);"O";"N");
SI(B$13=5;si(I35=0;"NA";SI(ET(((I32+J32)/2)>=3,5);"O";"N")))))))
christalni
Merci beaucoup pour cette réponse, c'est parfait !!!