Forum Discussion
david1990
Jan 06, 2021Copper Contributor
problème de somme sur une colonne avec formule
Bonjour à toutes et à tous, Je me permets de vous contacter car j'ai un problème concernant un tableau. impossible de faire une somme d'une colonne: cela m'indique 0 Cette colonne a des Si imbr...
HansVogelaar
Jan 06, 2021MVP
The values in that column are text values, because the formula returns text values such as "400", "350", etc.
You should remove the quotes around the numbers:
=SI(F7>=50000;400;SI(F7>=40000;350; ...