53.2k views
4 votes
How to do an xlookup with multiple criteria

User Max Wyss
by
7.8k points

1 Answer

5 votes

Final answer:

Learn how to perform an XLOOKUP with multiple criteria in Excel.

Step-by-step explanation:

How to do an XLOOKUP with multiple criteria

An XLOOKUP with multiple criteria allows you to search for a value based on two or more criteria in Excel. Here's how you can perform an XLOOKUP with multiple criteria:

  1. Create a formula using the XLOOKUP function.
  2. In the Lookup Array, select the range of values you want to search in.
  3. Specify the Lookup Value(s) in the criteria_range1 argument.
  4. Enter the corresponding criteria in the criteria1 argument.
  5. Repeat steps 3 and 4 for additional criteria.
  6. Finally, add the Range Lookup argument and set it to FALSE for an exact match.

Here's an example to illustrate the process:

=XLOOKUP(lookup_value, lookup_array, criteria_range1, criteria1, criteria_range2, criteria2, ..., range_lookup)

User Chrisvillanueva
by
7.6k points