Forum Discussion

AbdelilahBzm's avatar
AbdelilahBzm
Copper Contributor
Jan 18, 2022

i don't have countif in my excel

Hi , I want to use The Countif function but this error is appear 

 

this how I use the function : =countif(B2:B50,100)

and I have microssoft office 2016

10 Replies

  • AbdelilahBzm 

    Your formula works fine on my computer but, then, I have an English language version of Excel with comma as the parameter separator..

    = NB.SI(B2:B50;100)

      If you are using a French language version wouldn't something like the above be more appropriate?

     

    • AbdelilahBzm's avatar
      AbdelilahBzm
      Copper Contributor
      Thank you for your response,
      I tried the change "," with ";" and the response that I got is : #NOM?
      • SergeiBaklan's avatar
        SergeiBaklan
        Diamond Contributor

        AbdelilahBzm 

        In general you don't need to change your default regional settings. You need to use formulae as they are in your language. If you are not sure and know English formula, you may translate it here Translator • Excel-Translator

        It gives for

        result

        However, you eventually may not use default regional setting. They are here

        Win+R

        control international

        ok

        Additional settings

        Check List separator here

        If Excel language is French but List separator is changed on comma, formula will be

        =NB.SI(B2:B50,100)

        If Excel language is English but you are on default List separator (semicolon), formula will be

        =COUNTIF(B2:B50;100)

    • AbdelilahBzm's avatar
      AbdelilahBzm
      Copper Contributor

      Thank you for your response,

      I tried to change my regional settings but I didn't find the path in my excel as in the support Microssoft ( Click File > Options > Regional Format Settings)

Resources