🎁BACK-TO-SCHOOL DEAL. Subscribe Now to get 40% OFF at only 8.49 USD/month, only valid until Sep 30th, 2024

Question

Based on the values in Cells B77:B81, what function can automatically return the value in Cell C77?

Asked By CrystalCove96 at

Answered By Expert

Brett

Expert · 2.1k answers · 2k people helped

Solution By Steps

Step 1: Identify the Function

To automatically return the value in Cell C77 based on the values in Cells B77:B81, you can use the VLOOKUP function.

Step 2: VLOOKUP Function

The VLOOKUP function searches for a value in the first column of a table and returns a value in the same row from a specified column.

Step 3: Applying VLOOKUP

To return the value in Cell C77 based on the value in Cell B77, you can use the formula:

=VLOOKUP(B77, B77:C81, 2, FALSE)

Final Answer

The function that can automatically return the value in Cell C77 based on the values in Cells B77:B81 is:

=VLOOKUP(B77, B77:C81, 2, FALSE)

Key Concept

VLOOKUP

Key Concept Explanation

VLOOKUP is a function in Excel used to search for a value in the first column of a table and return a value in the same row from a specified column. It is commonly used for looking up specific information in a table based on a given criteria.