Match column B in both worksheets
Closed
                                    
                        P                    
                                    -
                            Sep 20, 2010 at 04:13 PM
                        
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Sep 20, 2010 at 05:49 PM
        rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Sep 20, 2010 at 05:49 PM
        Related:         
- Match column B in both worksheets
- Music match jukebox - Download - Audio playback
- How to delete column in word - Guide
- Partial match excel - Guide
- Excel count occurrences of string in column - Guide
- Tweetdeck expand column - Guide
2 responses
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
                    
Sep 20, 2010 at 04:49 PM
    Sep 20, 2010 at 04:49 PM
                        
                    What is your definition of a "match"
                
                
            
                        
                    match = the same values. 
example.
worksheet 1
invoice# (column B)
123
456
789
worksheet 2
invoice# (column B)
234
567
123
123 exist on both worksheets. i would like then to have column C in worksheet 2, reflect "yes"
            example.
worksheet 1
invoice# (column B)
123
456
789
worksheet 2
invoice# (column B)
234
567
123
123 exist on both worksheets. i would like then to have column C in worksheet 2, reflect "yes"
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
    
Sep 20, 2010 at 05:49 PM
Sep 20, 2010 at 05:49 PM
    Use Match Function 
=IF(ISERROR(MATCH(B1,Sheet1!B:B,0)),"No","Yes")
    =IF(ISERROR(MATCH(B1,Sheet1!B:B,0)),"No","Yes")
