Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to create dynamic reference table name in Excel
  • How To Perform and Interpret Regression Analysis in Excel
  • Conditional Formatting Rules in Excel
  • How To Sort One Column or Multiple Columns in Excel
  • Example of COUNTIFS with variable table column in Excel

References

  • Lookup entire row in Excel
  • How to use Excel ROW Function
  • Excel Advanced Lookup using Index and Match Functions
  • Find closest match in Excel
  • How to get address of named range in Excel

Data Validations

  • Excel Data validation with conditional list
  • Excel Data validation number multiple 100
  • Excel Data validation unique values only
  • Excel Data validation must not contain
  • Excel Data validation allow uppercase only

Two-column Lookup in Excel

by

This example teaches you how to perform a two-column lookup in Excel. See the example below. We want to look up the salary of James Clark, not James Smith, not James Anderson.

1. To join strings, use the & operator.

2. The MATCH function returns the position of a value in a given range. Insert the MATCH function shown below.

3. Finish by pressing CTRL + SHIFT + ENTER.

Note: The formula bar indicates that this is an array formula by enclosing it in curly braces {}. Do not type these yourself. They will disappear when you edit the formula.

Explanation: The range (array constant) A2:A8&B2:B8 is stored in Excel’s memory, not in a range. The array constant looks as follows:

{“JamesSmith”;”JamesAnderson”;”JamesClark”;”JohnLewis”;”JohnWalker”;”MarkReed”;”RichardLopez”}

This array constant is used as an argument for the MATCH function, giving a result of 3 (JamesClark found at position 3).

4. Use this result and the INDEX function to return the 3rd value in the range C2:C8.

Post navigation

Previous Post:

VLOOKUP without #N/A error in Excel

Next Post:

Manipulating text strings using Left, Mid, Right, Len, Substitute in Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Extract multiple matches into separate rows in Excel
  • NOT function: Description, Usage, Syntax, Examples and Explanation
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel TRUE Function
  • FALSE function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Basic timesheet formula with breaks in Excel
  • Get days, hours, and minutes between dates in Excel
  • Convert text timestamp into time in Excel
  • Excel Date & Time Functions Example
  • How to calculate months between dates in Excel

Grouping

  • Group times into unequal buckets in Excel
  • Map text to numbers in Excel
  • Group numbers with VLOOKUP in Excel
  • Running count group by n size in Excel
  • How to randomly assign people to groups in Excel

General

  • 44 Practical Excel IF function Examples
  • How to get random value from list or table in Excel
  • Advanced Number Formats in Excel
  • How to count total columns in range in Excel
  • Find Most Frequently Occurring Word in Excel Worksheet
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning