Excel 專家請入

歡迎開開心心齊吹水
Post Reply
User avatar
v234567
Posts: 748
Joined: Thu Oct 30, 2014 1:15 am
Location: 山卡啦

Excel 專家請入

Post by v234567 »

呢個係味bug?

玩L死
You do not have the required permissions to view the files attached to this post.
Image
User avatar
alexchrome
Posts: 1636
Joined: Tue Oct 28, 2014 3:56 pm

Re: Excel 專家請入

Post by alexchrome »

NG G :)
Image
User avatar
trytrysin
Posts: 1700
Joined: Wed Oct 29, 2014 10:30 am

Re: Excel 專家請入

Post by trytrysin »

formula should be like this
the lookup table assume there is something likes header
excel.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
藥皇
Posts: 539
Joined: Wed Oct 29, 2014 12:09 am

Re: Excel 專家請入

Post by 藥皇 »

=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
本人專醫荷包乾硬化, 急性發錢寒

Image
User avatar
v234567
Posts: 748
Joined: Thu Oct 30, 2014 1:15 am
Location: 山卡啦

Re: Excel 專家請入

Post by v234567 »

藥皇 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
I will try, you really profuxktional ^:)^
Image
dckrell
Posts: 30
Joined: Thu Oct 30, 2014 1:03 pm

Re: Excel 專家請入

Post by dckrell »

用 vlookup 當然冇問題,但 Bill Gate 要個 lookup 來托七?
User avatar
藥皇
Posts: 539
Joined: Wed Oct 29, 2014 12:09 am

Re: Excel 專家請入

Post by 藥皇 »

dckrell wrote: 用 vlookup 當然冇問題,但 Bill Gate 要個 lookup 來托七?
Lookup 可以有 multiple vector, formula... vlookup/hlookup 只可以一個

=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.
本人專醫荷包乾硬化, 急性發錢寒

Image
Post Reply