Forum Discussion

david1990's avatar
david1990
Copper Contributor
Jan 06, 2021

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 imbriqué

pouvez vous m'aider

 

merci d'avance

1 Reply

  • david1990 

    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; ...