查找
纵向VLOOKUP函数
VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup])
lookup_value:要查找的值
table_array:要查找的区域
col_index_num:返回数据在查找区域的第几列数
range_lookup:精确匹配0/近似匹配1
eg1已知身份证查姓名
例子来源于:知乎—很多函数也是搬运这里,感谢作者!
另一个例子:反向查找
VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup])
lookup_value:要查找的值
table_array:要查找的区域
col_index_num:返回数据在查找区域的第几列数
range_lookup:精确匹配0/近似匹配1
例子来源于:知乎—很多函数也是搬运这里,感谢作者!
另一个例子:反向查找