Bonjour,
Quelqu'un sait-il si la formule SOMME.SI est disponible ?
J'ai tenté avec ce code (j'ai mis le LOCALE.FRENCH dans le ws) :
Formula formule = new Formula(col, index,
"SOMME SI(B7:B24,"OUI",C7:C24)");
sheet.addCell(formule);
Et j'obtiens l'exception suivante :
Could not find named cell SOMME when parsing formula SOMME.SI(B7:B24,"OUI",C7:C24) in cell ADA!C25
En remplaçant SOMME.SI par SOMME (C7:C24) ça marche mais évidemment ça ne répond pas à mon besoin...
Merci d'avance
Partager