当前位置:网站首页>CDA data analysis -- common knowledge points induction of Excel data processing
CDA data analysis -- common knowledge points induction of Excel data processing
2022-07-02 12:08:00 【Yale Datura】
Excel The importance of , Daily data processing 、 analysis 、 Make a picture 、 Pivoting 、 Report management templates are inseparable Excel. among , Need to skillfully use PivotTables and common functions .
PivotTable : Can quickly complete the right Summary of data to be analyzed 、 Screening 、 Sorting and other functions .
Common functions : Excel Common functions in include association matching class functions 、 Calculation class function and logic operation class function :
- Association matching class function :
VLOOKUP( Find the target , Find the range , The search range contains the return value column number , Exact matching or fuzzy matching ): Used to find the contents of a table or area by row .INDEX( Cell range , Select a row in the array , Select a column in the array [ Optional ]): Used to return values or references to values in a table or range .MATCH( The value to be matched , Search area ): Used to search for an item in a cell range , Then returns the relative position of the item in the range of cells .OFFSET( Cell references , The number of up or down rows referenced by the upper left cell , The number of columns from left to right referenced by the upper left cell , The row height of the reference to be returned , The column width of the reference to be returned ): Returns the reference offset from the given reference .
- Calculation class function :
SUM( The first number to add , The second number to add ): Sum of parameters .COUNT( Cell reference range ): Calculate the number of numbers in the parameter list .MAX( Cell reference range ): Return the maximum value in the parameter list .MIN( Cell reference range ): Return the minimum value in the parameter list .RAND(): return 0 and 1 A random number between .ROUND( The number to be rounded , The number of digits to be rounded ): Round the number to the specified number of digits .
- Logic operation class function :
IF( To judge logic , The result is a true return value , The result is a false return value ): Specify the logical detection to be performed .IFERROR( Check for errors , Return value when formula calculation error ): If the formula calculation is wrong , Then return the specified value , Otherwise, the formula result is returned .AND( Logical conditions 1, Logical conditions 2[ Optional ]): If all parameters are TRUE, Then return to TRUE, It is often used to extend other function calls that perform logical tests .
边栏推荐
- B high and beautiful code snippet sharing image generation
- Yygh-9-make an appointment to place an order
- [C language] Yang Hui triangle, customize the number of lines of the triangle
- PyTorch搭建LSTM实现服装分类(FashionMNIST)
- GGHIGHLIGHT: EASY WAY TO HIGHLIGHT A GGPLOT IN R
- 全链路压测
- PyTorch中repeat、tile与repeat_interleave的区别
- Mish-撼动深度学习ReLU激活函数的新继任者
- JZ63 股票的最大利润
- YYGH-9-预约下单
猜你喜欢

排序---
![[C language] convert decimal numbers to binary numbers](/img/9b/1848b68b95d98389ed985c83f2e856.png)
[C language] convert decimal numbers to binary numbers

Read the Flink source code and join Alibaba cloud Flink group..

Flesh-dect (media 2021) -- a viewpoint of material decomposition

HOW TO ADD P-VALUES TO GGPLOT FACETS

初始JDBC 编程

Small guide for rapid formation of manipulator (VII): description method of position and posture of manipulator

Thesis translation: 2022_ PACDNN: A phase-aware composite deep neural network for speech enhancement

Deep understanding of P-R curve, ROC and AUC

GGPlot Examples Best Reference
随机推荐
From scratch, develop a web office suite (3): mouse events
刷题---二叉树--2
CMake交叉编译
Log4j2
(C语言)3个小代码:1+2+3+···+100=?和判断一个年份是闰年还是平年?和计算圆的周长和面积?
QT meter custom control
Pytorch builds LSTM to realize clothing classification (fashionmnist)
Take you ten days to easily finish the finale of go micro services (distributed transactions)
还不会安装WSL 2?看这一篇文章就够了
[QT] Qt development environment installation (QT version 5.14.2 | QT download | QT installation)
Yygh-9-make an appointment to place an order
数据分析 - matplotlib示例代码
post请求体内容无法重复获取
Leetcode739 每日温度
How does Premiere (PR) import the preset mogrt template?
Leetcode922 按奇偶排序数组 II
Industry analysis
Full link voltage measurement
Leetcode14 最长公共前缀
(C language) input a line of characters and count the number of English letters, spaces, numbers and other characters.