How to count the number of occurrences in a range
Closed
                    
        
                    STUDENTFJR
    
        
                    Posts
            
                
            2
                
                            Registration date
            Monday October 16, 2017
                            Status
            Member
                            Last seen
            October 17, 2017
            
                -
                            Updated on Oct 19, 2017 at 03:15 AM
                        
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Oct 17, 2017 at 01:24 PM
        Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Oct 17, 2017 at 01:24 PM
        Related:         
- How to count the number of occurrences in a range
 - Count number of occurrences in excel - Guide
 - Count names in excel - Guide
 - How to increase the wifi range - Guide
 - Instagram following count not updating - Instagram Forum
 - Insert a new sheet at the end of the tab names and paste the range names starting in cell a1. autofit columns a:b and name the worksheet as range names. ✓ - Excel Forum
 
2 responses
                
        
                    Mazzaropi
    
        
                    Posts
            
                
            1985
                
                            Registration date
            Monday August 16, 2010
                            Status
            Contributor
                            Last seen
            May 24, 2023
            
            
                    147
    
    
                    
Oct 16, 2017 at 03:34 PM
    Oct 16, 2017 at 03:34 PM
                        
                    STUDENTFJR, Good afternoon. 
 
Suppose:
A1:A1000 --> Your column of data.
If you want to count numbers in a range from 1 to 20, try to do:
C1 --> =COUNTIFS(A1:A1000, ">=1", A1:A1000,"<=20")
If you want to count a specific number, try to do:
D1 --> =COUNTIF(A1:A1000, 32)
To count how many times 32 appears in a range of A1:A1000
Is that what you want?
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
            Suppose:
A1:A1000 --> Your column of data.
If you want to count numbers in a range from 1 to 20, try to do:
C1 --> =COUNTIFS(A1:A1000, ">=1", A1:A1000,"<=20")
If you want to count a specific number, try to do:
D1 --> =COUNTIF(A1:A1000, 32)
To count how many times 32 appears in a range of A1:A1000
Is that what you want?
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
                
        
                    Mazzaropi
    
        
                    Posts
            
                
            1985
                
                            Registration date
            Monday August 16, 2010
                            Status
            Contributor
                            Last seen
            May 24, 2023
            
            
                    147
    
    
                    
Oct 17, 2017 at 01:24 PM
    Oct 17, 2017 at 01:24 PM
                        
                    STUDENTFJR, Good afternoon. 
 
Could you please save a small example of your spreadsheet, showing what the results would be?
Save the worksheet to a free website, www.sendspace.com and put the download link here.
So our help should be faster and really help you in a conclusive way.
--
Belo Horizonte, Brasil.
Marcílio Lobão
            Could you please save a small example of your spreadsheet, showing what the results would be?
Save the worksheet to a free website, www.sendspace.com and put the download link here.
So our help should be faster and really help you in a conclusive way.
--
Belo Horizonte, Brasil.
Marcílio Lobão
        
    
    
    
    
Oct 17, 2017 at 08:51 AM