当前位置:网站首页>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)))
边栏推荐
- kivy教程之在 Kivy 中支持中文以构建跨平台应用程序(教程含源码)
- Interview assault 63: how to remove duplication in MySQL?
- 78 岁华科教授逐梦 40 载,国产数据库达梦冲刺 IPO
- I want to say more about this communication failure
- This article discusses the memory layout of objects in the JVM, as well as the principle and application of memory alignment and compression pointer
- 關於這次通信故障,我想多說幾句…
- Jerry's watch reads the file through the file name [chapter]
- MarkDown语法——更好地写博客
- The shell generates JSON arrays and inserts them into the database
- 2022暑期项目实训(三)
猜你喜欢
Distinguish between basic disk and dynamic disk RAID disk redundant array
The solution that flutterweb browser cannot be rolled back after refreshing
Smart street lamp based on stm32+ Huawei cloud IOT design
Declval of template in generic programming
There is a gap in traditional home decoration. VR panoramic home decoration allows you to experience the completion effect of your new house
node の SQLite
2019阿里集群数据集使用总结
传统家装有落差,VR全景家装让你体验新房落成效果
SAP UI5 框架的 manifest.json
Getting started with pytest ----- allow generate report
随机推荐
OliveTin能在网页上安全运行shell命令(上)
高精度运算
Video fusion cloud platform easycvr adds multi-level grouping, which can flexibly manage access devices
二分(整数二分、实数二分)
《ASP.NET Core 6框架揭秘》样章发布[200页/5章]
Codeforces Round #803 (Div. 2)
最新财报发布+天猫618双榜第一,耐克蓄力领跑下个50年
Kill -9 system call used by PID to kill process
Release of the sample chapter of "uncover the secrets of asp.net core 6 framework" [200 pages /5 chapters]
MSF横向之MSF端口转发+路由表+SOCKS5+proxychains
1700C - Helping the Nature
OpenEuler 会长久吗
node の SQLite
declval(指导函数返回值范例)
How to solve the error "press any to exit" when deploying multiple easycvr on one server?
Alertmanager sends the alarm email and specifies it as the Alibaba mailbox of the company
历史上的今天:Google 之母出生;同一天诞生的两位图灵奖先驱
1700C - Helping the Nature
酷雷曼多种AI数字人形象,打造科技感VR虚拟展厅
In terms of byte measurement with an annual salary of 30W, automated testing can be learned in this way