IF FORMULAR HELP PLEASE
Closed
                                    
                        excel                    
                                    -
                            Mar 11, 2010 at 09:17 AM
                        
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 11, 2010 at 09:50 AM
        rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 11, 2010 at 09:50 AM
1 response
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
                    
Mar 11, 2010 at 09:50 AM
    Mar 11, 2010 at 09:50 AM
                        
                    Could you explain in words what conditions that you want to see. I dont think the if conditions that you have are right. Just reading two ifs i get this
                                                                
if ag2<100 and x2>35 and x2 <69.99, then 0
if ag2 <100 and x2>35 and x2>=69.99 and ag2>100
Now of course you will never have ag2 <100 at the same time when ag2>100
            if ag2<100 and x2>35 and x2 <69.99, then 0
if ag2 <100 and x2>35 and x2>=69.99 and ag2>100
Now of course you will never have ag2 <100 at the same time when ag2>100