当前位置:网站首页>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、单击确定按钮后,我们可以看到,已经查找到北京经理的员工编号了。
边栏推荐
- Ordinary int main(){} does not write return 0; what will happen?
- 055 c# print
- MySQL performance optimization (hardware, system configuration, table structure, SQL statements)
- mysql8 installation under linux
- Apple Silicon配置二进制环境(一)
- Linux下安装Mysql5.7,超详细完整教程,以及云mysql连接
- TensorFlow2: Overview
- 明解C语言第七章习题
- JUnit 5测试中的临时目录(附实例及代码)
- 英文字母间隔突然增大(全角与半角转换)
猜你喜欢

Database indexes: indexes are not a panacea

Zabbix 5.0 监控教程(一)

基于人脸的常见表情识别(2)——数据获取与整理

如何优化OpenSumi终端性能?

Recommender systems: overview of the characteristics of architecture: user/item engineering -- -- -- -- -- -- -- -- > recall layer > sort layer - > test/evaluation 】 【 cold start problems, real-time 】

银行数据资产转换能力弱?思迈特软件助力解决银行困境

MySQL database - views and indexes

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

TensorFlow2: Overview
![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]](/img/ff/9c49d38a655e3f7f221b219d5069c9.png)
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]
随机推荐
Common Expression Recognition Based on Face (1) - Basic Knowledge of Deep Learning
【请教】SQL语句按列1去重来计算列2之和?
基于人脸的常见表情识别——模型搭建、训练与测试
Mac安装PHP开发环境
SQLyog注释 添加 撤销 快捷键
从离线到实时对客,湖仓一体释放全量数据价值
推荐系统:概述【架构:用户/物品特征工程---->召回层---->排序层---->测试/评估】【冷启动问题、实时性问题】
M3SDA: Moment matching for multi-source domain adaptation
MySQL slow query optimization
Database Tuning - Database Tuning
jOOQ是如何设计事务API(详细指南)
MySQL performance optimization (hardware, system configuration, table structure, SQL statements)
[c语言]二维数组动态分配内存
Linux download and install mysql5.7 version tutorial the most complete and detailed explanation
推荐系统:评估指标【离线评估指标:RMSE(均方根误差)、AUC、准确率、召回率、F1】【在线评估:A/B测试】【一般要求响应时间<0.5s】
推荐系统-排序层:排序层架构【用户、物品特征处理步骤】
MySQL eight-part text recitation version
Swift简介
并发与并行的区别
湖仓一体电商项目(四):项目数据种类与采集