166k views
2 votes
Which of the following can be used to locate data in a particular column?

A. VLOOKUP
B. HLOOKUP
C. CLOOKUP
D. RLOOKUP

1 Answer

1 vote

Answer:

A. VLOOKUP

Step-by-step explanation:

VLOOKUP is an Excel function to look up data in a table organized vertically. VLOOKUP supports approximate and exact matching, and wildcards (* ?) for partial matches. Lookup values must appear in the first column of the table passed into VLOOKUP.

Purpose

Lookup a value in a table by matching on the first column

Return value

The matched value from a table.

Syntax

=VLOOKUP (value, table, col_index, [range_lookup])

Arguments

value - The value to look for in the first column of a table.

table - The table from which to retrieve a value.

col_index - The column in the table from which to retrieve a value.

range_lookup - [optional] TRUE = approximate match (default). FALSE = exact match.

Which of the following can be used to locate data in a particular column? A. VLOOKUP-example-1
User Cethy
by
4.7k points