当前位置:网站首页>Query function of Excel vlookup
Query function of Excel vlookup
2022-06-29 14:45:00 【Purple Dragon great Xia】
Excel How to match some of the same columns in a table ID Content corresponding to value .
For example, in the following table Main table ID and “ Ready to match ID” Some of the contents of the two columns are the same ,111,222,333;
Now all we have to do is Put the main table ID Corresponding value (D The value of the column ) Automatically fill in “ Ready to match ID” The value on the right (B The value of the column ).

What you need is a function =VLOOKUP(A:A,D1:E10,2,FALSE).
Fill this function in the table that needs to be filled with values , In the case, yes B Column .
=VLOOKUP( Ready to match ID Column , Box the table to match , Which column of the matching table , How to match )

Ready to match ID Column exactly A Column ,
Table to match : Box the contents of the table

Which column of the matching table : Second column

How to match The system will pop up automatically

direct Enter To determine the function .
Then directly pull down , The following lines will automatically match to the corresponding values , If there is no successful match, it will display #N/A.

-----
Next , Upgrade the difficulty , This is the matching content in the same table , The next two sheet Match .

first sheet Is the content of the above ,

the second sheet named wa , The inside is as follows :

The two tables have the same ID.
Now I want to make the same ID Of ,wa The values in the table are filled in sheet1 In the table .
Is still VLOOKUP function . It's just
=VLOOKUP( Ready to match ID Column , Box the table to match , Which column of the matching table , How to match )
Box the table to match , Need to change to a new form .
The method is as follows :
Can be in wa Select an empty position in the table and then box the contents

From this, it can be determined that the content selected in the box is A1:B8..
And then back to sheet1 Where functions are written in , stay Box the table to match , Change the content to wa!A1:B8

The function is still written where the value is to be filled , Then pull down the mouse , All matching values will be automatically filled in .

边栏推荐
猜你喜欢

EXCEL的查询功能Vlookup

uniApp问题清单与经验

stm32 mbed 入门教程(四)---PWM

传输层 选择性确认 SACK

建立自己的网站(19)

Investors fell off the altar: 0 sales in half a year, transferred to business and delivered takeout

Transport layer user datagram protocol (UDP)

Campus errands wechat applet errands students with live new source code

Whitelabel Error Page访问

第五届中国软件开源创新大赛 | openGauss赛道直播培训
随机推荐
stm32 mbed 入门教程(四)---PWM
FIFO implementation with single port RAM
每周 Postgres 世界动态 2022w25
leetcode:226. Flip binary tree
Redis的事务机制
Alibaba cloud experience Award: use polardb-x and Flink to build a large real-time data screen
MySQL数据库:drop、truncate、delete的区别
[blackduck] configure the specified Synopsys detect scan version under Jenkins
揭秘!付费会员制下的那些小心机!
瑞达期货可以开户吗?安全可靠吗?
Redis的数据过期清除策略 与 内存淘汰策略
Istio网格中访问外部服务方法
Redis' data expiration clearing strategy and memory obsolescence strategy
Chapter 14 of canvas physical animation
异步神器CompletableFuture
模电 2个NPN管组成的恒流源电路分析
Redis主从复制原理
[Jenkins] pipeline controls the sequential execution of multiple jobs for timed continuous integration
织梦dedecms资源素材教程下载网站模板源码(带手机移动端)附安装教程
我想在数仓的几百个节点里面 查找一个都有哪些sql里面用到了某张表 能查吗