If then statement for commission
Closed
                                    
                        Melissa                    
                                    -
                            Dec 10, 2009 at 05:55 PM
                        
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Dec 10, 2009 at 08:01 PM
        venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Dec 10, 2009 at 08:01 PM
        Related:         
- If then statement for commission
 - Fenix internet on bank statement - Guide
 - Sbi statement download - Guide
 - Vba case statement with string - Guide
 - Excel if statement with text - Guide
 - How many if statements can you nest - Guide
 
1 response
                
        
                    venkat1926
    
        
                    Posts
            
                
            1863
                
                            Registration date
            Sunday June 14, 2009
                            Status
            Contributor
                            Last seen
            August  7, 2021
            
            
                    811
    
    
                    
Dec 10, 2009 at 08:01 PM
    Dec 10, 2009 at 08:01 PM
                        
                    the correct formula  is 
=IF(F4*0.2>750,750,F4*0.2)
those double quotes should not be there.
            =IF(F4*0.2>750,750,F4*0.2)
those double quotes should not be there.