当前位置:网站首页>Excel usage record
Excel usage record
2022-07-06 18:07:00 【Yuanbote】
EXCEL Usage record
CHAR function
Capital A-----Z The corresponding code is 65-----90, Lowercase letters a-----z The corresponding code is 97-----122.
=CHAR(65)
Will be displayed A
INDIRECT function
You can directly reference the value in a cell through this function , for example :
=INDIRECT(CHAR(64+3)&2)
Will be displayed C2 The value of the cell .
COUNTIFS function
Calculate the number of data that meets multiple conditions , What we usually use is COUNTIFS function . for example :
=COUNTIFS(FS2:FS3872,">="&GD2)
Computation FS Column 2 Row to 3872 In line , Greater than or equal to GD2 Number of cell values .
Excel in COUNTIFS The use of functions and examples
Relative reference and absolute reference
【 Relative reference 】: Function formula to line / When the column direction is filled , The line of its parameters / Column is not locked ;Excel The program defaults to relative references .
=COUNTIFS(FS2:FS3872,">="&GD2)
If we drag cells , Then the three cells here will change .
【 Absolutely quote 】: Function formula to line / When the column direction is filled , The line of its parameters / Column locking .
=COUNTIFS(FS2:FS3872,">="&$GD$2)
If we drag cells , So here's GD2 Cells will not change .
Of course , We can only lock one of the rows .
Excel Relative reference 、 Absolutely quote 、 Usage of mixed references _ example
IF function
IF The syntax structure of a function
IF(logical_test,value_if_ture,value_if_false)
Parameter interpretation :
logical_test It can be a numeric value or a logical value , for example : The number 、 Words etc. ;
value_if_ture After logical comparison , The output results that meet the comparison conditions , You can set it yourself
value_if_false After logical comparison , Output results that do not meet the comparison conditions , You can set it yourself
Excel IF How to use the function
Output double letters in a cell
Can output A~Z 26 After English letters EXCEL Columns of , for example :AA、AB etc. .
take B6 Replace it with the number you want .
=IF(MOD(B6,26)=0,CHAR(64+ROUNDDOWN(B6/26,0)-1)&CHAR(64+26),CHAR(64+ROUNDDOWN(B6/26,0))&CHAR(64+MOD(B6,26)))
边栏推荐
- Getting started with pytest ----- test case pre post, firmware
- Stealing others' vulnerability reports and selling them into sidelines, and the vulnerability reward platform gives rise to "insiders"
- 面试突击62:group by 有哪些注意事项?
- Why should Li Shufu personally take charge of building mobile phones?
- 1700C - Helping the Nature
- sql语句优化,order by desc速度优化
- SQL statement optimization, order by desc speed optimization
- Reppoints: advanced order of deformable convolution
- 30 分钟看懂 PCA 主成分分析
- STM32 key state machine 2 - state simplification and long press function addition
猜你喜欢
Take you through ancient Rome, the meta universe bus is coming # Invisible Cities
面向程序员的精品开源字体
node の SQLite
第三季百度网盘AI大赛盛夏来袭,寻找热爱AI的你!
Selected technical experts from China Mobile, ant, SF, and Xingsheng will show you the guarantee of architecture stability
2019 Alibaba cluster dataset Usage Summary
Interview shock 62: what are the precautions for group by?
队列的实现
FMT open source self driving instrument | FMT middleware: a high real-time distributed log module Mlog
Unity tips - draw aiming Center
随机推荐
微信小程序中给event对象传递数据
高精度运算
关于这次通信故障,我想多说几句…
【Android】Kotlin代码编写规范化文档
declval(指导函数返回值范例)
10 advanced concepts that must be understood in learning SQL
JMeter interface test response data garbled
Shell input a string of numbers to determine whether it is a mobile phone number
模板于泛型编程之declval
[introduction to MySQL] the first sentence · first time in the "database" Mainland
RB157-ASEMI整流桥RB157
推荐好用的后台管理脚手架,人人开源
EasyCVR授权到期页面无法登录,该如何解决?
MySQL 8 sub database and table backup database shell script
Interview shock 62: what are the precautions for group by?
重磅!蚂蚁开源可信隐私计算框架“隐语”,主流技术灵活组装、开发者友好分层设计...
Growth of operation and maintenance Xiaobai - week 7
中移动、蚂蚁、顺丰、兴盛优选技术专家,带你了解架构稳定性保障
SAP UI5 框架的 manifest.json
Kill -9 system call used by PID to kill process