Re : Somme matricielle selon conditions....
ReBonjour à tous,
En fait j'étais sur la bonne vois de réussir mais ma formule était trop longue excel me refusait de la mettre, un message apparaissait Fromule trop longue.
Cétait une mélange de SOMME(SI(La condition, j'avais la fct CONCATENER aussi. Avce moins de conditions j'y suis arrivé c'est lorsque j'y ai mis une nouvelle condition, la ville dans l'exemple que j'ai fournis en fichier joint, ma formule est devenue plus car possibilités supplémentaires. Ça marchait au poils et la formule était matricielle....
Je vous donne un avant goût
=SI(ET(B$4="Tous",B$5="Tous"),SOMME(SI(CONCATENER(Data!E$3:E$15000,"_",Data!F$3:F$15000,"_",Data!G$3:G$15000)=CONCATENER(A10,"_","2009","_","Semestre 1"),Data!J$3:J$15000)),SI(B$4="Tous",SOMME(SI(CONCATENER(Data!D$3: D$15000,"_",Data!E$3:E$15000,"_",Data!F$3:F$15000,"_",Data!G$3:G$15000)=CONCATENER(B$5,"_",A10,"_","2009","_","Semestre 1"),Data!J$3:J$15000)),SI(B$5="Tous",SOMME(SI(CONCATENER(Data!B$3:B$15000,"_",Data!E$3:E$15000,"_",Data!F$3:F$15000,"_",Data!G$3:G$15000)=CONCATENER(B$4,"_",A10,"_","2009","_","Semestre 1"),Data!J$3:J$15000)),SOMME(SI(CONCATENER(Data!B$3:B$15000,"_",Data!D$3: D$15000,"_",Data!E$3:E$15000,"_",Data!F$3:F$15000,"_",Data!G$3:G$15000)=CONCATENER(B$4,"_",B$5,"_",A10,"_","2009","_","Semestre 1"),Data!J$3:J$15000)))))
En terminant de façon matricielle.
Neo 😀