Ceci est une page optimisée pour les mobiles. Cliquez sur ce texte pour afficher la vraie page.

Autres Erreur de formule

  • Initiateur de la discussion Initiateur de la discussion XXKellyXX
  • Date de début Date de début

Boostez vos compétences Excel avec notre communauté !

Rejoignez Excel Downloads, le rendez-vous des passionnés où l'entraide fait la force. Apprenez, échangez, progressez – et tout ça gratuitement ! 👉 Inscrivez-vous maintenant !

XXKellyXX

XLDnaute Nouveau
Bonjour,

Je dois mettre à jour que formule et inclure les conditions demandées pour l'année 2024.

=SI(ET(NB.SI(B26648;"MPR-2021*")<>0;M26648="NON";N26648="NON";C26648<>"NOVECOLOGY");300;SI(ET(NB.SI(B26648;"MPR-2021*")<>0;M26648="OUI";N26648="NON";C26648<>"NOVECOLOGY");150;SI(ET(NB.SI(B26648;"MPR-2021*")<>0;M26648="NON";N26648="OUI";C26648<>"NOVECOLOGY");150;SI(ET(NB.SI(B26648;"MPR-2021*")<>0;M26648="NON";N26648="NON";C26648="NOVECOLOGY");350;SI(ET(NB.SI(B26648;"MPR-2022*")<>0;M26648="NON";N26648="NON";C26648<>"MH G C2917");600;SI(ET(NB.SI(B26648;"MPR-2022*")<>0;M26648="OUI";N26648="NON";C26648<>"MH G C2917");350;SI(ET(NB.SI(B26648;"MPR-2022*")<>0;M26648="NON";N26648="OUI";C26648<>"MH G C2917");350;SI(ET(NB.SI(B26648;"MPR-2023*")<>0;M26648="NON";N26648="NON";C26648<>"MH G C2917");600;SI(ET(NB.SI(B26648;"MPR-2023*")<>0;M26648="OUI";N26648="NON";C26648<>"MH G C2917");350;SI(ET(NB.SI(B26648;"MPR-2023*")<>0;M26648="NON";N26648="OUI";C26648<>"MH G C2917");350;SI(ET(NB.SI(B26648;"MPR-2024*")<>0;M26648="NON";N26648="NON";C26648<>"MH G C2917");600;SI(ET(NB.SI(B26648;"MPR-2024*")<>0;M26648="OUI";N26648="NON";C26648<>"MH G C2917");350;SI(ET(NB.SI(B26648;"MPR-2024*")<>0;M26648="NON";N26648="OUI";C26648<>"MH G C2917");350;SI(ET(NB.SI(B26648;"MPR-2022*")<>0;C26648="MH G C2917");250;SI(ET(NB.SI(B26648;"MPR-2022*")<>0;C26648="MH GROUPE C3068");250;SI(ET(NB.SI(B26648;"MPR-2022*")<>0;C26648="MH GROUPE BATIMENT C0293");250;SI(ET(NB.SI(B26648;"MPR-2022*")<>0;M26648="NON";N26648="NON");450;SI(ET(NB.SI(B26648;"MPR-2023*")<>0;C26648="MH G C2917");250;SI(ET(NB.SI(B26648;"MPR-2023*")<>0;C26648="MH GROUPE C3068");250;SI(ET(NB.SI(B26648;"MPR-2023*")<>0;C26648="MH GROUPE BATIMENT C0293");250;SI(ET(NB.SI(B26648;"MPR-2023*")<>0;M26648="NON";N26648="NON");450;SI(ET(NB.SI(B26648;"MPR-2024*")<>0;C26648="MH G C2917");250;SI(ET(NB.SI(B26648;"MPR-2024*")<>0;C26648="MH GROUPE C3068");250;SI(ET(NB.SI(B26648;"MPR-2024*")<>0;C26648="MH GROUPE BATIMENT C0293");250;SI(ET(NB.SI(B26648;"MPR-2024*")<>0;M26648="NON";N26648="NON");450;"")))))))))))))))))))))))))

La formule fonction très bien sauf pour les conditions de MH GROUPE et MH GROUPE Bâtiment pour l'année 2023 et 2024, je ne comprend ou peu se trouver l'erreur cela fait 1 semaine que je flanche sans résultat.

si quelqu'un peu m'aider

Merci d'avance
 
Bonjour à tous,

Au lieu de mettre des tas de conditions dans la formule, ne serait-il pas mieux d'avoir une table de correspondance?
Je te remets la même formule ligne par ligne cela t'aidera peut -être à trouver la solution, autrement un petit fichier exemple nous aiderait à te donner une solution.
VB:
=SI(ET(NB.SI(B26648;"MPR-2021*")<>0;M26648="NON";N26648="NON";C26648<>"NOVECOLOGY");300;
SI(ET(NB.SI(B26648;"MPR-2021*")<>0;M26648="OUI";N26648="NON";C26648<>"NOVECOLOGY");150;
SI(ET(NB.SI(B26648;"MPR-2021*")<>0;M26648="NON";N26648="OUI";C26648<>"NOVECOLOGY");150;
SI(ET(NB.SI(B26648;"MPR-2021*")<>0;M26648="NON";N26648="NON";C26648="NOVECOLOGY");350;
SI(ET(NB.SI(B26648;"MPR-2022*")<>0;M26648="NON";N26648="NON";C26648<>"MH G C2917");600;
SI(ET(NB.SI(B26648;"MPR-2022*")<>0;M26648="OUI";N26648="NON";C26648<>"MH G C2917");350;
SI(ET(NB.SI(B26648;"MPR-2022*")<>0;M26648="NON";N26648="OUI";C26648<>"MH G C2917");350;
SI(ET(NB.SI(B26648;"MPR-2023*")<>0;M26648="NON";N26648="NON";C26648<>"MH G C2917");600;
SI(ET(NB.SI(B26648;"MPR-2023*")<>0;M26648="OUI";N26648="NON";C26648<>"MH G C2917");350;
SI(ET(NB.SI(B26648;"MPR-2023*")<>0;M26648="NON";N26648="OUI";C26648<>"MH G C2917");350;
SI(ET(NB.SI(B26648;"MPR-2024*")<>0;M26648="NON";N26648="NON";C26648<>"MH G C2917");600;
SI(ET(NB.SI(B26648;"MPR-2024*")<>0;M26648="OUI";N26648="NON";C26648<>"MH G C2917");350;
SI(ET(NB.SI(B26648;"MPR-2024*")<>0;M26648="NON";N26648="OUI";C26648<>"MH G C2917");350;
SI(ET(NB.SI(B26648;"MPR-2022*")<>0;C26648="MH G C2917");250;
SI(ET(NB.SI(B26648;"MPR-2022*")<>0;C26648="MH GROUPE C3068");250;
SI(ET(NB.SI(B26648;"MPR-2022*")<>0;C26648="MH GROUPE BATIMENT C0293");250;
SI(ET(NB.SI(B26648;"MPR-2022*")<>0;M26648="NON";N26648="NON");450;
SI(ET(NB.SI(B26648;"MPR-2023*")<>0;C26648="MH G C2917");250;
SI(ET(NB.SI(B26648;"MPR-2023*")<>0;C26648="MH GROUPE C3068");250;
SI(ET(NB.SI(B26648;"MPR-2023*")<>0;C26648="MH GROUPE BATIMENT C0293");250;
SI(ET(NB.SI(B26648;"MPR-2023*")<>0;M26648="NON";N26648="NON");450;
SI(ET(NB.SI(B26648;"MPR-2024*")<>0;C26648="MH G C2917");250;
SI(ET(NB.SI(B26648;"MPR-2024*")<>0;C26648="MH GROUPE C3068");250;
SI(ET(NB.SI(B26648;"MPR-2024*")<>0;C26648="MH GROUPE BATIMENT C0293");250;
SI(ET(NB.SI(B26648;"MPR-2024*")<>0;M26648="NON";N26648="NON");450;"")))))))))))))))))))))))))

JHA
 
Bonjour,
Je plussoie JHA et voici la formule décomposée sur les cellules A3 et suivantes qui permettront, je l'espère, de voir ce qui cloche.
NOTA : c'est toujours mieux de joindre un fichier exemple à la question posée.
Cordialement,
 

Pièces jointes

- Navigue sans publicité
- Accède à Cléa, notre assistante IA experte Excel... et pas que...
- Profite de fonctionnalités exclusives
Ton soutien permet à Excel Downloads de rester 100% gratuit et de continuer à rassembler les passionnés d'Excel.
Je deviens Supporter XLD

Discussions similaires

Réponses
3
Affichages
829
Réponses
1
Affichages
1 K
Réponses
0
Affichages
4 K
Les cookies sont requis pour utiliser ce site. Vous devez les accepter pour continuer à utiliser le site. En savoir plus…