Bonjour, j'ai un petit soucie, je dois réaliser un formule uniquement avec des SI ET OU.
Voila " l'énoncé " :
Sup ou egal a 0.6 = 0
Inf a 0.6 et sup ou egal a 0.5 = 0.5
Inf a 0.5 et sup ou egal a 0.4 = 1
Inf a 0.4 et sup ou egal a 0.3 = 2
Inf a 0.3 et sup ou egal a 0.2 = 3
Inf a 0.2 = 4
J'ai fais ça...
=SI(D4>=0,6;0;SI(OU(D4<0,6;D4>=0,5);0,5;SI(OU(D4<0,5;D4>=0,4);1;SI(OU(D4<0,4;D4>=0,3);2;SI(OU(D4<0,3;D4>=0,2);3;4)))))
Voila ça ne fonctionne pas sur tout les cas de figure.
Merci de m'aider c'est urgent..
Bonne soirée a vous