呢個係味bug?
玩L死
Excel 專家請入
- v234567
- Posts: 748
- Joined: Thu Oct 30, 2014 1:15 am
- Location: 山卡啦
- trytrysin
- Posts: 1700
- Joined: Wed Oct 29, 2014 10:30 am
Re: Excel 專家請入
formula should be like this
the lookup table assume there is something likes header
the lookup table assume there is something likes header
You do not have the required permissions to view the files attached to this post.
- 藥皇
- Posts: 539
- Joined: Wed Oct 29, 2014 12:09 am
Re: Excel 專家請入
=vlookup(C10,$A$2:$B$4,2,FALSE)
missed last argument "false" and hence looking for similar instead of an exact match.
Moreover, without the "False" your list being lookup must be in ascending order
missed last argument "false" and hence looking for similar instead of an exact match.
Moreover, without the "False" your list being lookup must be in ascending order
本人專醫荷包乾硬化, 急性發錢寒

- v234567
- Posts: 748
- Joined: Thu Oct 30, 2014 1:15 am
- Location: 山卡啦
Re: Excel 專家請入
I will try, you really profuxktional藥皇 wrote: =vlookup(C10,$A$2:$B$4,2,FALSE)
missed last argument "false" and hence looking for similar instead of an exact match.
Moreover, without the "False" your list being lookup must be in ascending order


-
- Posts: 30
- Joined: Thu Oct 30, 2014 1:03 pm
Re: Excel 專家請入
用 vlookup 當然冇問題,但 Bill Gate 要個 lookup 來托七?
- 藥皇
- Posts: 539
- Joined: Wed Oct 29, 2014 12:09 am
Re: Excel 專家請入
Lookup 可以有 multiple vector, formula... vlookup/hlookup 只可以一個dckrell wrote: 用 vlookup 當然冇問題,但 Bill Gate 要個 lookup 來托七?
=LOOKUP(1,1/((case1)*(case2)*(case3)*...),[result vector])
上面係all match. 又可以下面 any case
=LOOKUP(1,1/((case1)+(case2)+(case3)+...),[result vector])
例.. 3 同 7 都return c
You do not have the required permissions to view the files attached to this post.
本人專醫荷包乾硬化, 急性發錢寒
