当前位置:网站首页>EXCEL uses function joint debugging (find, mid, vlookup, xlookup)
EXCEL uses function joint debugging (find, mid, vlookup, xlookup)
2022-08-09 07:33:00 【Chinese cabbage program ape】
Use xlookup data filter
- Use the XLOOKUP function to find table or range content by row.For example, find the price of a car part by part number, or find an employee's name by employee ID.With XLOOKUP, you can look up a search term in one column and return results in another column on the same row, no matter which side of the original column the result is returned from.
Use vlookup
- The VLOOKUP function is a vertical search function in Excel. It belongs to a class of functions with the LOOKUP function and the HLOOKUP function. It is widely used in work, for example, it can be used to check data and quickly import data between multiple tables.function function.The function is to search by column, and finally return the value corresponding to the query sequence required by the column; the corresponding HLOOKUP is searched by row
Using the find fuzzy query function
Use the mid function to extract the value
边栏推荐
猜你喜欢
随机推荐
链表专项练习(四)
Anaconda 更换默认虚拟环境
Anaconda use proxy
Learning Notes---Machine Learning
jmeter concurrency and some limitations of the press
Lottie系列二:高级属性
975. 奇偶跳 有序集合
web自动化测试有哪些工具和框架?
postgresql Window Functions
【Reprint】Deep Learning (deep learning) study notes arrangement
SSL证书最长有效期13个月,还有必要一次申请多年吗?
The maximum validity period of an SSL certificate is 13 months. Is it necessary to apply for multiple years at a time?
日期处理,字符串日期格式转换
rsync:recv_generator: mkdir (in backup) failed:Permission denied (13) |failed to set times on '.'
【nuxt】服务器部署步骤
Invoker 2019CCPC Qinhuangdao Station I Question Simple DP
解决pycharm每次新建项目都要重新pip安装一些第三方库等问题
高项 01 信息化与信息系统
Invoker 2019CCPC秦皇岛站I题 简单DP
sklearn数据预处理