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

边栏推荐
- Openvino model performance evaluation tool DL workbench
- I want to ask, which is the better choice for securities companies? I don't understand. Is it safe to open an account online now?
- 【mysql 07】GPG key retrieval failed: “Couldn‘t open file /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022“
- Leetcode skimming: stack and queue 01 (realizing queue with stack)
- The origin of usb-if Association and various interfaces
- leetcode96不同的二叉搜索树
- Digital transformation has a long way to go, so how to take the key first step
- Shell custom function
- [Qt] résoudre le problème que Qt msvc 2017 ne peut pas Compiler
- 起床困难综合症(按位贪心)
猜你喜欢

Graduation season is both a farewell and a new beginning

SQL数据分析之窗口排序函数rank、dense_rank、raw_number与lag、lead窗口偏移函数【用法整理】
![Data analysis methodology and previous experience summary [notes dry goods]](/img/00/e4c4cf37f1ca9134546f970d800226.png)
Data analysis methodology and previous experience summary [notes dry goods]

Export default the exported object cannot be deconstructed, and module Differences between exports

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

Openvino model performance evaluation tool DL workbench

UDS bootloader of s32kxxx bootloader

Leetcode skimming: stack and queue 05 (inverse Polish expression evaluation)

Leetcode skimming: stack and queue 06 (top k high-frequency elements)

创业团队如何落地敏捷测试,提升质量效能?丨声网开发者创业讲堂 Vol.03
随机推荐
Leetcode question brushing: stack and queue 07 (maximum value of sliding window)
Niuke - Practice 101 - reasoning clown
Timer和ScheduledThreadPoolExecutor的区别
EMC circuit protection device for surge and impulse current protection
Is it safe to buy funds in a securities account? Where can I buy funds
Windows installation WSL (II)
Gaussdb (for MySQL):partial result cache, which accelerates the operator by caching intermediate results
From 20s to 500ms, I used these three methods
Leetcode skimming: stack and queue 03 (valid parentheses)
Jielizhi, production line assembly link [chapter]
SQL数据分析之流程控制语句【if,case...when详解】
SQL数据分析之子查询的综合用法和案例题【耐心整理】
Leetcode skimming: stack and queue 01 (realizing queue with stack)
Leetcode96 different binary search trees
数据库--SqlServer详解
Comprehensive usage and case questions of sub query of SQL data analysis [patient sorting]
2023 Lexus ES products have been announced, which makes great progress this time
How to improve data quality
What does open loop and closed loop mean?
LeetCode 0241.为运算表达式设计优先级 - DFS