当前位置:网站首页>CDA数据分析——Excel数据处理的常见知识点归纳
CDA数据分析——Excel数据处理的常见知识点归纳
2022-07-02 09:42:00 【Yale曼陀罗】
Excel的重要性不言而喻,日常数据处理、分析、作图、数据透视、报表管理模板都离不开Excel。其中,需要熟练运用数据透视表和常用函数。
数据透视表: 可以快速完成对待分析数据的汇总、筛选、排序等功能。
常用函数: Excel中常用的函数包括关联匹配类函数、计算类函数和逻辑运算类函数:
- 关联匹配类函数:
VLOOKUP(查找目标,查找范围,查找范围中包含返回值列号,精确匹配或模糊匹配):用于按行查找表或区域中的内容。INDEX(单元格区域,选择数组中某行,选择数组中某列[可选]):用于返回表格或区域中的值或值的引用。MATCH(待匹配的值,查找区域):用于在单元格区域中搜索某项,然后返回该项在单元格区域中的相对位置。OFFSET(单元格引用,左上角单元格引用的向上或向下行数,左上角单元格引用的从左到右的列数,需要返回的引用的行高,需要返回的引用的列宽):从给定引用中返回引用偏移量。
- 计算类函数:
SUM(要相加的第一个数字,要相加的第二个数字):求参数的和。COUNT(单元格引用区域):计算参数列表中数字个数。MAX(单元格引用区域):返回参数列表中最大值。MIN(单元格引用区域):返回参数列表中最小值。RAND():返回0和1之间的一个随机数。ROUND(要四舍五入的数字,要进行四舍五入的位数):将数字按指定位数舍入。
- 逻辑运算类函数:
IF(要判断逻辑,结果为真返回值,结果为假返回值):指定要执行的逻辑检测。IFERROR(检查是否存在错误,公式计算错误时返回值):如果公式计算错误,则返回指定的值,否则返回公式结果。AND(逻辑条件1,逻辑条件2[可选]):如果所有参数均为TRUE,则返回TRUE,常用于扩展执行逻辑测试的其它函数调用。
边栏推荐
- Gaode map test case
- Codeforces 771 div2 B (no one FST, refers to himself)
- (C语言)3个小代码:1+2+3+···+100=?和判断一个年份是闰年还是平年?和计算圆的周长和面积?
- 【2022 ACTF-wp】
- [visual studio 2019] create MFC desktop program (install MFC development components | create MFC application | edit MFC application window | add click event for button | Modify button text | open appl
- pgsql 字符串转数组关联其他表,匹配 拼接后原顺序展示
- 5g era, learning audio and video development, a super hot audio and video advanced development and learning classic
- PyTorch搭建LSTM实现服装分类(FashionMNIST)
- [geek challenge 2019] upload
- easyExcel和lombok注解以及swagger常用注解
猜你喜欢

初始JDBC 编程

Beautiful and intelligent, Haval H6 supreme+ makes Yuanxiao travel safer

MSI announced that its motherboard products will cancel all paper accessories

pgsql 字符串转数组关联其他表,匹配 拼接后原顺序展示

Power Spectral Density Estimates Using FFT---MATLAB

Mish shake the new successor of the deep learning relu activation function

Fresh, 2022 advanced Android interview must know 100 questions (interview questions + answer analysis)

Develop scalable contracts based on hardhat and openzeppelin (I)

XSS labs master shooting range environment construction and 1-6 problem solving ideas

Thesis translation: 2022_ PACDNN: A phase-aware composite deep neural network for speech enhancement
随机推荐
Some problems encountered in introducing lvgl into esp32 Arduino
数据分析 - matplotlib示例代码
From scratch, develop a web office suite (3): mouse events
Orb-slam2 data sharing and transmission between different threads
SSH automatically disconnects (pretends to be dead) after a period of no operation
PyTorch nn. Full analysis of RNN parameters
Take you ten days to easily finish the finale of go micro services (distributed transactions)
Thesis translation: 2022_ PACDNN: A phase-aware composite deep neural network for speech enhancement
Small guide for rapid formation of manipulator (VII): description method of position and posture of manipulator
Log4j2
QT meter custom control
The position of the first underline selected by the vant tabs component is abnormal
HR wonderful dividing line
PyTorch nn.RNN 参数全解析
Log4j2
JZ63 股票的最大利润
Those logs in MySQL
YYGH-BUG-05
uniapp uni-list-item @click,uniapp uni-list-item带参数跳转
(C语言)输入一行字符,分别统计出其中英文字母、空格、数字和其它字符的个数。