Sum formula needs to be zero if not positive
Closed
                                    
                        LJ                    
                                    -
                            Jul 25, 2010 at 09:20 AM
                        
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jul 25, 2010 at 03:41 PM
        rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jul 25, 2010 at 03:41 PM
        Related:         
- Sum formula needs to be zero if not positive
 - Logitech formula vibration feedback wheel driver - Download - Drivers
 - Number to words in excel formula - Guide
 - Credit summation formula - Guide
 - Formula spreadsheet definition - Guide
 - Formula to calculate vat in excel - Guide
 
1 response
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
                    
Jul 25, 2010 at 03:41 PM
    Jul 25, 2010 at 03:41 PM
                        
                    use if statement
=if(sum(b:b) <0,"", sum(b:b))
            =if(sum(b:b) <0,"", sum(b:b))