在sheet1中输入数据,需要在sheet1的A2输入司机的编号,在B2/C2/D2都可以显示想对应的资料,资料在sheet2中。 在sheet2中输入司机资料,以便sheet1通过vlookup函数提取对应资料。VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])。表述就是VLOOKUP(查找值,查找范围,查找列数,精确匹配或者近似匹配) 在sheet1中的B2中输入=vlookup(A2, 。表示...
b.yur.date1 min readNo responses yet.