当前位置:网站首页>excel查找与引用函数
excel查找与引用函数
2022-07-02 00:29:00 【Begin to change】
目录
一、VLOOKUP
1、展示

2、步骤
函数介绍:第一个参数为需要查找的值;第二个参数为要查找的范围;第三个参数为所需要查找的值在查找的范围中的列号;最后一个参数为逻辑值(精确查找还是模糊查找)
二、OFFSET
1、展示


2、累计求和

原意为前N项的和,也就是相当于选中前N项,然后相加即为结果;即要先选中一个区域,而offset正好可以选中的是一个区域的数据
此时需要确定的就是获取的是几行(因为是动态的);
ROW函数正好能满足此需求
所以此时的公式为:=SUM(OFFSET($B$2,0,0,ROW()-1,1))

三、MATCH
1、展示

四、INDEX
1、展示



五、INDIRECT
1、展示

边栏推荐
- Graduation season is both a farewell and a new beginning
- Example explanation: move graph explorer to jupyterlab
- 二叉搜索树的创建,查找,添加,删除操作
- 使用 ES 实现疫情地图或者外卖点餐功能(含代码及数据)
- UDS bootloader of s32kxxx bootloader
- 启牛学院开户安全的吗?开户怎么开?
- Ldr6035 smart Bluetooth audio can continuously charge and discharge mobile devices
- 449-原码、补码、反码
- [embedded system course design] a single key controls the LED light
- USB-IF协会与各种接口的由来
猜你喜欢

Example explanation: move graph explorer to jupyterlab

如何提升数据质量

Gaussdb (for MySQL):partial result cache, which accelerates the operator by caching intermediate results

LDR6035智能蓝牙音响可对手机设备持续充放电方案

LDR6035智能蓝牙音响可充可放(5.9.12.15.20V)快充快放设备充电

Leetcode skimming: binary tree 02 (middle order traversal of binary tree)

Leetcode skimming: binary tree 03 (post order traversal of binary tree)
![Jielizhi, production line assembly link [chapter]](/img/1d/d1736fad33c428e61f450aad512ce0.png)
Jielizhi, production line assembly link [chapter]

Windows installation WSL (II)
![[QT] qtcreator uninstall and installation (abnormal state)](/img/66/1b96326d87bca2a790a6694f38e79e.png)
[QT] qtcreator uninstall and installation (abnormal state)
随机推荐
LDR6035智能蓝牙音响可对手机设备持续充放电方案
Kyushu cloud and Intel jointly released the smart campus private cloud framework, enabling new infrastructure for education
Leetcode skimming: stack and queue 05 (inverse Polish expression evaluation)
【模板】自适应辛普森积分
Leetcode 96 différents arbres de recherche binaires
二叉搜索树的创建,查找,添加,删除操作
Kuberntes cloud native combat high availability deployment architecture
Practical calculation of the whole process of operational amplifier hysteresis comparator
JS -- image to base code, base to file object
Use the htaccess file to prohibit the script execution permission in the directory
PHP reads ini or env type configuration
起床困难综合症(按位贪心)
UDS bootloader of s32kxxx bootloader
USB-IF协会与各种接口的由来
如何提升数据质量
[opencv450] hog+svm and hog+cascade for pedestrian detection
GaussDB(for MySQL) :Partial Result Cache,通过缓存中间结果对算子进行加速
ThreadLocal内存泄漏是什么,怎么解决
【CTF】bjdctf_2020_babystack2
实例讲解将Graph Explorer搬上JupyterLab