If Function
Closed
                    
        
                    hjmarshall
    
        
                    Posts
            
                
            1
                
                            Registration date
            Tuesday September 10, 2013
                            Status
            Member
                            Last seen
            September 10, 2013
            
                -
                            Sep 10, 2013 at 09:50 AM
                        
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Sep 10, 2013 at 11:24 AM
        TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Sep 10, 2013 at 11:24 AM
        Related:         
- If Function
- Mutator function c++ - Guide
- Network card function - Guide
- Hard drive function - Guide
- Find function on mac - Guide
- Excel color function - Guide
1 response
                
        
                    TrowaD
    
        
                    Posts
            
                
            2921
                
                            Registration date
            Sunday September 12, 2010
                            Status
            Contributor
                            Last seen
            December 27, 2022
            
            
                    555
    
    
                    
Sep 10, 2013 at 11:24 AM
    Sep 10, 2013 at 11:24 AM
                        
                    Hi Hjmarshall,
Return Y in cell X1 if y is found in range A1:G1, then use:
=IF(COUNTIF(A1:G1,"y")>0,"Y","")
 
Best regards,
Trowa
Monday, Tuesday and Thursday are usually the days I'll respond. Bear this in mind when awaiting a reply.
            Return Y in cell X1 if y is found in range A1:G1, then use:
=IF(COUNTIF(A1:G1,"y")>0,"Y","")
Best regards,
Trowa
Monday, Tuesday and Thursday are usually the days I'll respond. Bear this in mind when awaiting a reply.
