English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
所有分類

如何使用VLOOKUP 或HLOOKUP 尋找完全相同的值?Excel-vlookup咩情況有用?HOW TO USE?

2007-02-05 14:00:47 · 1 個解答 · 發問者 ? 1 in 電腦與網際網路 程式設計

1 個解答

例一
對換价
外幣每天對換价是浮動的,你有個每天update的對換价table
a1至a5 是貨幣 USD, JPY, GBP, AUD, RMB (注意, lookup table 是要先(data sort)遞增排列.)
b1 至 b5 是 exchange rate

如果
a6 你打 JPY, 在b6打以下formula使可找(update)到每天(table中)的exchange rate
=VLOOKUP(A6,A1:B5,2)*
*a6 是你的值的位置,a1..b5是table range, 2 是table 中的第幾column

例二
找地址
你有4個column
在a1..d1分別是 name, add1, add2, add3
data如
Peter, 123 Causeway Bay, 12th Floor, Hong Kong
Amy, 246 Kowloon Bay, 6th Floor, Kowloon
John, 369 Shatin, 9th Floor, N.T.

a6 你打 Peter, 在a7, a8 and a9打以下formula
a7: ==VLOOKUP(A6,A1:D5,2)
a8=VLOOKUP(A6,A1:D5,3)
a9=VLOOKUP(A6,A1:D5,4)
每次打invoice便不用打address la

其他tips
你的address table 可放在any cells 如z1..ac30, 用range name, insert > define name> if you type “addresstable” as table name
Formula 便不用打range a1:d5, 打 addresstable 也可, 這方便你不用加row時改formula.只要再define table range 使成
如不想別人看見table,可select column, right click and select Hide.
如不想別人改可protect table.

2007-02-07 15:14:09 · answer #1 · answered by 小魚槍手 7 · 0 0

fedest.com, questions and answers