Explain the syntax of 2 lookup functions.
4 years ago
Financial Management
Here the interviewer wants to know how proficient you are with the advanced levels of Microsoft Excel.
You can start by mentioning how lookup functions help one find an appropriate match, be it, in a row or column.
VLOOKUP is short for vertical lookup. With it, you can search for a particular value in a column. Then, a different value is returned from the same row of that specific value.
The syntax for it is
=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
The second common lookup function is HLOOKUP or horizontal lookup. It looks for a value in a row and then returns another value from the same column of that particular value.
The syntax for it is
=HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])
Sanisha Maharjan
Jan 18, 2022