当前位置:网站首页>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、展示

边栏推荐
- Vue force cleaning browser cache
- 回顾数据脱敏系统
- JS common library CDN recommendation
- [cmake] cmake configuration in QT Creator
- What is ThreadLocal memory leak and how to solve it
- Take the enclave Park as a sample to see how Yuhua and Shaoshan play the song of Chang Zhu Tan integrated development
- 下载在线视频 m3u8使用教程
- Ldr6035 smart Bluetooth audio can continuously charge and discharge mobile devices
- SQL Server Installation Guide
- 在证券账户上买基金安全吗?哪里可以买基金
猜你喜欢

Halcon knowledge: an attempt of 3D reconstruction

Windows10 install WSL (I) (wslregisterdistribution error)

SQL数据分析之子查询的综合用法和案例题【耐心整理】
![[QT] solve the problem that QT MSVC 2017 cannot compile](/img/35/e458fd437a0bed4bace2d6d65c9ec8.png)
[QT] solve the problem that QT MSVC 2017 cannot compile
![[cmake] cmake configuration in QT Creator](/img/e3/1cf76f88eaddb5d32184523dfb049c.png)
[cmake] cmake configuration in QT Creator

九州云与英特尔联合发布智慧校园私有云框架,赋能教育新基建

Promise和模块块化编程

Intelligent operation and maintenance practice: banking business process and single transaction tracking

使用 ES 实现疫情地图或者外卖点餐功能(含代码及数据)

Difficult to get up syndrome (bit by bit greed)
随机推荐
JS -- image to base code, base to file object
2022 pinduoduo details / pinduoduo product details / pinduoduo SKU details
[template] adaptive Simpson integral
UDS bootloader of s32kxxx bootloader
Relevant settings of wechat applet cache expiration time (recommended)
使用htaccess文件禁止目录里的脚本执行权限
I would like to ask, which securities is better for securities account opening? Is it safe to open a mobile account?
Leetcode skimming: stack and queue 02 (realizing stack with queue)
How can entrepreneurial teams implement agile testing to improve quality and efficiency? Voice network developer entrepreneurship lecture Vol.03
Operate database transactions with jpatractionmanager
启牛学院开户安全的吗?开户怎么开?
JS common library CDN recommendation
leetcode96不同的二叉搜索树
UVM tutorial
Three methods of finding inverse numbers
Node -- add compressed file
Ldr6035 smart Bluetooth audio can be charged and released (5.9.12.15.20v) fast charging and fast releasing device charging
Mysql database driver (JDBC Driver) jar package download
时间复杂度与空间复杂度
leetcode96不同的二叉搜索樹