» Retrieving an Item from a List that Meets Multiple Criteria
CATEGORY - Lookup Formulas
VERSION - All Microsoft Excel Versions
Range1 (A3:C7) contains file names with their matching types and sizes.
Range2 (A12:B16) contains a similar list of file names but with matching types only.
We want to find the appropriate file sizes from Range1 by matching each pair of file names and types from both ranges.
Solution:
Use the INDEX and MATCH functions as shown in the following Array formula:
{=INDEX($C$3:$C$7,MATCH(A12&B12,$A$3:$A$7&$B$3:$B$7,0))}
Book Store:
Recommended Books:
- Fish! A Remarkable Way to Boost Morale and Improve Results
- Preparing the Marketing Plan (Ama Marketing Toolbox Series New Edition)
- How to Use Financial Statements: A Guide to Understanding the Numbers
- Microsoft Excel 2002 Simply Visual
- Cashflow Quadrant: Rich Dad's Guide to Financial Freedom
- Rich Dad's Guide to Investing: What the Rich Invest in, That the Poor and the Middle Class Do Not!
No comments have been submitted.

