#Value Error when sourcing data from...
Solved/Closed
        Related:         
- #Value Error when sourcing data from...
 - Error network error occurred - Guide
 - Cmos checksum error - Guide
 - Tmobile data check - Guide
 - Ps3 error codes - Guide
 - Bios rom checksum error - Guide
 
2 responses
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
                    
May 14, 2010 at 06:39 AM
    May 14, 2010 at 06:39 AM
                        
                    This is due to blank cells in between
Try this
=sumif(F3:F4,"<>",F3:F4)
this say sum if F3:f4 is not blank, then add them
=sumif(A3:a4,"<>",F3:F4)
as this says
this say sum if A3:A4 is not blank, then add f3:f4
            Try this
=sumif(F3:F4,"<>",F3:F4)
this say sum if F3:f4 is not blank, then add them
=sumif(A3:a4,"<>",F3:F4)
as this says
this say sum if A3:A4 is not blank, then add f3:f4
        
    
    
    
    
May 14, 2010 at 07:54 AM