Look up two criteria and return one value
Closed
                                    
                        officemanager                    
                                    -
                            Apr 17, 2010 at 01:01 PM
                        
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 17, 2010 at 02:01 PM
        rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 17, 2010 at 02:01 PM
        Related:         
- Look up two criteria and return one value
 - Display two columns in data validation list but return only one - Guide
 - Thunderbird return receipt - Guide
 - Flipkart return policy - Guide
 - If cell contains date then return value ✓ - Office Software Forum
 - Excel formula to check if cell contains a date - Excel Forum
 
1 response
                
        
                    rizvisa1
    
        
                    Posts
            
                
            4478
                
                            Registration date
            Thursday January 28, 2010
                            Status
            Contributor
                            Last seen
            May  5, 2022
            
            
                    766
    
    
                    
Apr 17, 2010 at 02:01 PM
    Apr 17, 2010 at 02:01 PM
                        
                    Most easy and efficient way would be to add a working column to combine the two column in the lookup table 
then you can use lookup as for example
=vlookup(A2 & B2, sheet2!A:f, 5, true)
            then you can use lookup as for example
=vlookup(A2 & B2, sheet2!A:f, 5, true)