View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Stefi Stefi is offline
external usenet poster
 
Posts: 2,646
Default How to calculate number of occurencies of a specific number number

=COUNTIF(E10:F17,"="&E5)

Regards,
Stefi

€žStefan€ ezt Ć*rta:

Hi,
I“m trying to calculate number of occurencies of a specific number, I“m
using data from different sheets
Formula:
=NUMBER.IF('sheet2'!E10:S10;"=E5") --error
NUMBER.IF('sheet2'!E10:S10;=E5) -- error

=NUMBER.IF('sheet2'!E10:S10;E5) -- Correct but not what I“m looking for,
this give me the answer of number of occurencies of the number 3. I“m looking
for 3 and above.

E5 represent the number, for example 3 and higher

BR