Join
the community
Sign-up
Ask a question »

Excel - Find the number of occurrences of a number

May 2013


Issue


I want to know how many times a number repeats itself in the list below:
1 4  
2  
3  
4  
7 6  
8  
9  
10  
11  
12  
15 single 
17 3  
18  
19 

Solution


Try this formula :

=IF(A2=A3-1,"",IF(AND(A2<>A3-1,A2<>A1+1),"single",COUNTIF($A$1:A1,"<>")-SUM($B$1:B1)-COUNTIF($B$1:B1,"single"))) 

Thanks to Vaucluse for this tip.

See also

Knowledge communities.

Published by aakai1056 - Latest update by aquarelle
This document entitled « Excel - Find the number of occurrences of a number » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the license, as this note appears clearly.
Receive our newsletter

health.kioskea.net

Excel - Data extraction with the INDIRECT function
Excel - Copy & Paste Data Upon Click