永发信息网

vlookup函数中,range_lookup中文说明的疑惑!!

答案:4  悬赏:50  手机版
解决时间 2021-03-20 14:26
  • 提问者网友:川水往事
  • 2021-03-19 17:21
vlookup函数中,range_lookup中文说明的疑惑!!
最佳答案
  • 五星知识达人网友:十鸦
  • 2021-03-19 18:22
VLOOKUP函数的语法是:
VLOOKUP(lookup_value,table_array,col_index_num,range-lookup)
Range_lookup is a logical value: to find the closest match in the first column (sorted in ascending order) = TRUE or omitted; find an exact match = FALSE. 
the closest match应该是最接近的匹配
exact match才是精确匹配

全部回答
  • 1楼网友:不甚了了
  • 2021-03-19 22:00
当然是FALSE模糊匹配 TURE或空格精确匹配。其实在运用中就是有没有加“,”
=vlookup(a2,b2:c100,2)模糊
=vlookup(a2,b2:c100,2,)精确
  • 2楼网友:逐風
  • 2021-03-19 20:35
老早前就发现了。汉译有问题。
  • 3楼网友:思契十里
  • 2021-03-19 19:00

确实是,请看英文版的说明:
Range_lookup is a logical value: to find the closest match in the first column (sorted in ascending order) = TRUE or omitted; find an exact match = FALSE. 
the closest match应该是最接近的匹配
exact match才是精确匹配
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯