在 Excel 中进行数据准备
Iason Prassides
Content Developer, DataCamp

VLOOKUP()HLOOKUP()
VLOOKUP()
语法:VLOOKUP (lookup_value, table_array, col_index_num, [range_lookup])
参数包括:
lookup_value:在数据中查找的值table_array:要搜索的表或数据集col_index_num:包含返回值的列序号range_lookup:精确匹配(FALSE)或近似匹配(TRUE)

HLOOKUP()
语法:HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])
横向搜索数据







在 Excel 中进行数据准备