Excel表格的vlookup和match交叉查询

2024-10-12 03:20:19

1、如图,我们已经做好两个下拉列表,怎么做下拉列表?可以关注我的经验

Excel表格的vlookup和match交叉查询

3、选中L3单元格,输入:=vlookup,快捷键Ctrl+A进入函数参数编辑器

Excel表格的vlookup和match交叉查询

5、第二个参数:在哪找,如图

Excel表格的vlookup和match交叉查询

7、先填第四个参数为0(精确查找)

Excel表格的vlookup和match交叉查询

9、弹出match函数的参数编辑器

Excel表格的vlookup和match交叉查询

11、match函数的第二个参数:在哪一行或哪一列,选择年份那一行,锁定区域

Excel表格的vlookup和match交叉查询

13、所以我们应该在match函数后面+1公式为:=VLOOKUP(J3,$A$2:$G$12,MATCH(K3,B1:G1,0)+1,0)

Excel表格的vlookup和match交叉查询
猜你喜欢