Data Preparation in Excel
Iason Prassides
Content Developer, DataCamp
VLOOKUP()
HLOOKUP()
VLOOKUP()
Syntax: VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup])
Function arguments include:
lookup_value
- value searched in datatable_array
- table or dataset to be searchedcol_index_num
- column number with return valuerange_lookup
- exact match (FALSE) or approximate match (TRUE)HLOOKUP()
Syntax: HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])
Searches data horizontally
Data Preparation in Excel