C'est le résultat qui est faux. ça affiche :#VALEUR!
Voici le formule qui marche sur Excel:
=COUNTIFS('General Info'!$A$8:$A$6593,"<>"&"",'General Info'!$L$8:$L$6593,'DO NOT TOUCH'!$B$6)+COUNTIFS('General Info'!$A$8:$A$6593,"<>"&"",'General Info'!$L$8:$L$6593,'DO NOT TOUCH'!$B$7)+COUNTIFS('General Info'!$A$8:$A$6593,"<>"&"",'General Info'!$L$8:$L$6593,'DO NOT TOUCH'!$B$8)
En utilisation ce code excel, j'ai écrit ce code:
1 2 3 4
| sformula = sformula = "=COUNTIFS('General Info'!$A$8:$A$6593,""<>""&"""",'General Info'!$L$8:$L$6593,'DO NOT TOUCH'!$B$6)+COUNTIFS('General Info'!$A$8:$A$6593,""<>""&"""",'General Info'!$L$8:$L$6593,'DO NOT TOUCH'!$B$7)+COUNTIFS('General Info'!$A$8:$A$6593,""<>""&"""",'General Info'!$L$8:$L$6593,'DO NOT TOUCH'!$B$8)"
Worksheets("statistic").Range("g14").Value = ActiveSheet.Evaluate(sformula) |
je ne comprends pas pourquoi ça calcule pas alors que pour d'autres formulas (avec 2 additions de countifs bloc), ça fonctionne correctement. si je sépare les 3 countifs, ça calcule correctement, les 2 marches aussi, quand je mets les 3 ensemble, ça marche pas 
Sauvez-moi SVP
Partager