当前位置:网站首页>vookloop函数怎么用?vlookup函数的使用方法介绍
vookloop函数怎么用?vlookup函数的使用方法介绍
2022-07-30 20:00:00 【nginx】
vlookup函数的书写格式:
Vlookup(lookup|_value,table_array,col_index_num,range_lookup)
搜索表区域首列满足条件的元素,确定待检索单元格在区域中的行序号,再进一步返回选定单元格的值。
默认情况下,表是以升序排序的。
vlookup函数参数说明如下:
lookup|_value:在表格或区域的第一列中要搜索的值。
table_array:包含数据的单元格区域,即要查找的范围。
col_index_num:参数中返回的搜寻值的列号。
range_lookup:逻辑值,指定希望Vlookup查找精确匹配值(0)还是近似值(1)。
vlookup函数实际操作的步骤:
我们今天就利用vlookup函数来查找公司员工信息,大家可以跟着小编来操作一下。
1、我们需要双击打开excel软件,随意选中一个空白单元格,在编辑框中输入“=vlookup(”,单击函数栏左边的fX按钮。

2、在弹出的“函数参数”对话框中,我们想要查询北京主管的员工编号,在lookup_value栏中输入“北京”对应单元格。

3、在table_array栏中选中A4:C9单元格内容,在col_index_num栏中输入3(表示选取范围的第三列),在range_lookup栏中输入0(表示精确查找)。

4、单击确定按钮后,我们可以看到,已经查找到北京经理的员工编号了。
边栏推荐
- Redisson 的分布式锁找不到?
- MySQL性能优化(硬件,系统配置,表结构,SQL语句)
- coming!Dongfang Selection brings goods to the live broadcast of Longjiang agricultural products
- 使用MULTISET来比较数据集的实例介绍
- MySQL大总结
- linux下mysql8安装
- 基于人脸的常见表情识别(1)——深度学习基础知识
- 推荐系统:开源项目/工具【谷歌:TensorFlow Recommenders】【Facebook:TorchRec】【百度:Graph4Rec】【阿里:DeepRec和EasyRec】
- [Node implements data encryption]
- Zabbix 5.0 监控教程(一)
猜你喜欢

Linux下载安装mysql5.7版本教程最全详解

阿里面试官:给我描述一下缓存击穿的现象,并说说你的解决思路?

从离线到实时对客,湖仓一体释放全量数据价值

MySQL database --- Addition, deletion, modification and query of MySQL tables (advanced)

MySQL sub-database sub-table

MySQL eight-part text recitation version

KEIL问题:【keil Error: failed to execute ‘C:\Keil\ARM\ARMCC‘】

Install MySQL tutorial under Linux
![[PM only] Quickly count who else in the team has not registered and reported information, and quickly screen out the members of their own project team who have not completed the list of XXX work items](/img/74/94c254b7694a77d635f5f538a72fe0.png)
[PM only] Quickly count who else in the team has not registered and reported information, and quickly screen out the members of their own project team who have not completed the list of XXX work items
![[NISACTF 2022]下](/img/f7/264fbbf3ffc986b9759912c310a080.png)
[NISACTF 2022]下
随机推荐
Zabbix 5.0 监控教程(一)
halcon——轮廓线
MySQL database --- Addition, deletion, modification and query of MySQL tables (advanced)
PHP低代码开发引擎—表单设计
Database Tuning - Database Tuning
Zabbix 5.0 Monitoring Tutorial (1)
Day31 LeetCode
MySQL数据库之JDBC编程
一文2500字手把手教你配置Jenkins自动化邮件通知
4年测试经验去面试10分钟就被赶出来了,面试官说我还不如应届生?都这么卷吗...
Start background services across processes
Linux下载安装mysql5.7版本教程最全详解
How to build FTP server under win2003
Start foreground Activity
Recommendation system: evaluation index [offline evaluation index: RMSE (root mean square error), AUC, precision, recall, F1] [online evaluation: A/B test] [generally required response time <0.5s]
MySQl数据库————DQL数据查询语言
MySQL performance optimization (hardware, system configuration, table structure, SQL statements)
How to copy table structure and table data in MySQL
推荐系统:冷启动问题【用户冷启动、物品冷启动、系统冷启动】
在jOOQ中获取数据的多种不同方式