請問大家:當我在Excel裡面建立Vlookup函數後,在欄位打入中文名字去查找其它欄位的資料,例如英文名字、數字等……原始欄位如下圖:對應函數如下:=VLOOKUP(A1,Sheet1!$A$1:$C$1500,2,0)但Excel會出現N/A,如下圖但是當我KEY-IN 數字時,它會查找到中文名字因此,我現在不確定是否為KEY入中文字,EXCEL無法判定?麻煩大家給我解答,謝謝!
VLOOKUP will lookup the value in Column 1 of the array, and would be better to sort the data by column 1 first.In your case, you are looking up the keys in Column 1 which is ID, so only numeric could work for it
=VLOOKUP(A1,Sheet1!$A$1:$C$1500,2,0)這行寫錯了參考的table的起始欄位應該是你要搜尋的名字e.g要搜尋 hwalingtsai,hwalingtsai在第C欄那Table就要從C欄開始