在 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])
橫向搜尋資料
row_index_num 取代 col_index_num






在 Excel 進行資料前處理