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
- If cell contains date then return value ✓ - Excel Forum
- Zuma return - Download - Puzzle
- Excel formula to check if cell contains a date - Excel Forum
- Based on the values in cells b77:b81, what function can automatically return the value in cell c77? ✓ - 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)