当前位置:网站首页>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 .
边栏推荐
- Take you ten days to easily finish the finale of go micro services (distributed transactions)
- 行业的分析
- CDA数据分析——Excel数据处理的常见知识点归纳
- PgSQL string is converted to array and associated with other tables, which are displayed in the original order after matching and splicing
- Some problems encountered in introducing lvgl into esp32 Arduino
- 深入理解PyTorch中的nn.Embedding
- (C语言)八进制转换十进制
- MSI announced that its motherboard products will cancel all paper accessories
- Seriation in R: How to Optimally Order Objects in a Data Matrice
- 【C语言】十进制数转换成二进制数
猜你喜欢

H5,为页面添加遮罩层,实现类似于点击右上角在浏览器中打开

刷题---二叉树--2

Deep understanding of NN in pytorch Embedding

The blink code based on Arduino and esp8266 runs successfully (including error analysis)

堆(优先级队列)

Deep understanding of P-R curve, ROC and AUC

Take you ten days to easily finish the finale of go micro services (distributed transactions)

Natural language processing series (II) -- building character level language model using RNN

From scratch, develop a web office suite (3): mouse events

HOW TO CREATE A BEAUTIFUL INTERACTIVE HEATMAP IN R
随机推荐
Leetcode922 sort array by parity II
Leetcode122 买卖股票的最佳时机 II
[geek challenge 2019] upload
Codeforces 771 div2 B (no one FST, refers to himself)
[untitled] how to mount a hard disk in armbian
Deep understanding of NN in pytorch Embedding
lombok常用注解
Log4j2
多文件程序X32dbg动态调试
Cmake cross compilation
XSS labs master shooting range environment construction and 1-6 problem solving ideas
Applet link generation
Orb-slam2 data sharing and transmission between different threads
Differences between nodes and sharding in ES cluster
PyTorch nn.RNN 参数全解析
YYGH-BUG-05
史上最易懂的f-string教程,收藏这一篇就够了
HOW TO ADD P-VALUES TO GGPLOT FACETS
Codeforces 771-div2 C (trouble, permutation is not very good)
Map和Set