Forum Discussion
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
- PeterBartholomew1Silver Contributor
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?
- AbdelilahBzmCopper ContributorYour formula is working thank you
- AbdelilahBzmCopper ContributorThank you for your response,
I tried the change "," with ";" and the response that I got is : #NOM?- SergeiBaklanDiamond Contributor
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)
- SergeiBaklanDiamond Contributor
Perhaps you shall use semicolons instead of commas as separator, please check your regional settings.
- AbdelilahBzmCopper 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)