16.8 C
London
Sunday, March 9, 2025
HomeSoftware TutorialsGoogle SheetsHow to Perform a Reverse VLOOKUP in Google Sheets

How to Perform a Reverse VLOOKUP in Google Sheets

Related stories

Learn About Opening an Automobile Repair Shop in India

Starting a car repair shop is quite a good...

Unlocking the Power: Embracing the Benefits of Tax-Free Investing

  Unlocking the Power: Embracing the Benefits of Tax-Free Investing For...

Income Splitting in Canada for 2023

  Income Splitting in Canada for 2023 The federal government’s expanded...

Can I Deduct Home Office Expenses on my Tax Return 2023?

Can I Deduct Home Office Expenses on my Tax...

Canadian Tax – Personal Tax Deadline 2022

  Canadian Tax – Personal Tax Deadline 2022 Resources and Tools...

This tutorial explains how to perform a reverse VLOOKUP in Google Sheets.

Example: Reverse VLOOKUP in Google Sheets

Suppose we have the following dataset that shows the number of points scored by various basketball teams:

We can use the following VLOOKUP formula to find the number of points associated with the “Knicks” team:

=VLOOKUP("Knicks", A1:B9, 2)

Here’s what this formula does:

  • It identifies Knicks as the value to find.
  • It specifies A1:B9 as the range to analyze.
  • It specifies that we’d like to return the value in the 2nd column from the left.

Here’s how to use this formula in practice:

This formula correctly returns the value of 99.

However, suppose we instead want to know which team is associated with a points value of 99.

We can use the following reverse VLOOKUP formula:

=VLOOKUP(99, {B2:B9, A2:A9}, 2)

Here’s what this formula does:

  • It identifies 99 as the value to find.
  • It specifies B2:B9 and A2:A9 as the ranges to analyze.
  • It specifies that we’d like to return the value in the 2nd column from the right.

Here’s how to use this formula in practice:

reverse VLOOKUP in Google Sheets

The formula correctly identifies the Knicks as the team with a points value of 99.

Additional Resources

The following tutorials explain how to perform other common operations in Google Sheets:

How to Use a Case Sensitive VLOOKUP in Google Sheets
How to Count Cells with Text in Google Sheets
How to Replace Text in Google Sheets
How to Filter for Cells that Contain Text in Google Sheets

Subscribe

- Never miss a story with notifications

- Gain full access to our premium content

- Browse free from up to 5 devices at once

Latest stories