当前位置:网站首页>vlookup函数的使用方法及实例

vlookup函数的使用方法及实例

2022-07-17 05:06:00 dafeng2773


VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]) 


VLOOKUP(查找值,查找范围,查找列数,精确匹配或者近似匹配) 


这里我们输入公式: =VLOOKUP(B2,$E$2:$F$13,2,1) 


查找方式有两种:0 代表精确查找,1 代表模糊查找 

VLOOKUP(H2,$A$2:$C$20,2,0)

相关连接:

https://www.360zimeiti.com/yunyingtuijian/64987.html#:~:text=VLOOKUP(lookup_value,col_index_num%2C%20%5Brange_lookup%5D)

原网站

版权声明
本文为[dafeng2773]所创,转载请带上原文链接,感谢
https://blog.csdn.net/wusimin432503/article/details/109351998