Excel
Solved/Closed
                    
        
                    WILL511958
    
        
                    Posts
            
                
            1
                
                            Registration date
            Friday December 25, 2009
                            Status
            Member
                            Last seen
            December 25, 2009
            
                -
                            Dec 25, 2009 at 09:20 PM
                        
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Dec 27, 2009 at 08:00 PM
        venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Dec 27, 2009 at 08:00 PM
        Related:         
- Excel
 - Excel mod apk for pc - Download - Spreadsheets
 - Kernel for excel repair - Download - Backup and recovery
 - Vat calculation excel - Guide
 - Menu déroulant excel - Guide
 - Excel online macros - Guide
 
1 response
                
        
                    venkat1926
    
        
                    Posts
            
                
            1863
                
                            Registration date
            Sunday June 14, 2009
                            Status
            Contributor
                            Last seen
            August  7, 2021
            
            
                    811
    
    
                    
Dec 27, 2009 at 08:00 PM
    Dec 27, 2009 at 08:00 PM
                        
                    Is 1111155555555666666666666 in one cells or 
is it a1 1 a2 1 a3 1 etc A6 5 a7 5 and go on
if the numbers are different cells in a column and if the total no,.of rows is 5000
try this formula
=countif(a1:a5000,"1")
note 1 should be within quotes..
In the whole string or number in one cell then use this (supposing the cell is E1)
=LEN(E1)-LEN(SUBSTITUTE(E1,"1",""))
This will give number 1s in that cell.
            is it a1 1 a2 1 a3 1 etc A6 5 a7 5 and go on
if the numbers are different cells in a column and if the total no,.of rows is 5000
try this formula
=countif(a1:a5000,"1")
note 1 should be within quotes..
In the whole string or number in one cell then use this (supposing the cell is E1)
=LEN(E1)-LEN(SUBSTITUTE(E1,"1",""))
This will give number 1s in that cell.