69.2k views
0 votes
What output will the look up formula below produce in relation to the following table?

2 Answers

3 votes

Answer:

Rainy

Step-by-step explanation:

Got it right on test

User Wlarcheveque
by
5.3k points
5 votes

Answer:

The VLookup checks a value inside a table through matching over the 1st column.

Lookup a value in a table by matching on the first column and the matched value is returned from the table.

Step-by-step explanation:

The formula for the VLOOKUP is

=VLOOKUP (value to be matched in the first column, table from which the value will be looked for, col_index is the column inside the table from where the value is fetched, [range_lookup] is true for the approximate match, and false for exact match)

User Ronaldo Cano
by
4.9k points