当前位置:网站首页>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)))
边栏推荐
- Summary of Android interview questions of Dachang in 2022 (I) (including answers)
- 中移动、蚂蚁、顺丰、兴盛优选技术专家,带你了解架构稳定性保障
- std::true_ Type and std:: false_ type
- 模板于泛型编程之declval
- Getting started with pytest ----- test case rules
- 關於這次通信故障,我想多說幾句…
- 8位MCU跑RTOS有没有意义?
- 分布式不来点网关都说不过去
- Unity tips - draw aiming Center
- Jerry's updated equipment resource document [chapter]
猜你喜欢

Manifest of SAP ui5 framework json

ASEMI整流桥DB207的导通时间与参数选择

Windows连接Linux上安装的Redis

node の SQLite

中移动、蚂蚁、顺丰、兴盛优选技术专家,带你了解架构稳定性保障

Compilation principle - top-down analysis and recursive descent analysis construction (notes)

Pytorch extract middle layer features?

2019 Alibaba cluster dataset Usage Summary

Getting started with pytest ----- test case rules

面向程序员的精品开源字体
随机推荐
【.NET CORE】 请求长度过长报错解决方案
Manifest of SAP ui5 framework json
MySQL 8 sub database and table backup database shell script
容器里用systemctl运行服务报错:Failed to get D-Bus connection: Operation not permitted(解决方法)
SAP UI5 框架的 manifest.json
推荐好用的后台管理脚手架,人人开源
MSF horizontal MSF port forwarding + routing table +socks5+proxychains
Jerry's updated equipment resource document [chapter]
EasyCVR授权到期页面无法登录,该如何解决?
Four processes of program operation
2022暑期项目实训(二)
DNS hijacking
编译原理——预测表C语言实现
How to output special symbols in shell
Distinguish between basic disk and dynamic disk RAID disk redundant array
STM32 key state machine 2 - state simplification and long press function addition
微信小程序中给event对象传递数据
Today in history: the mother of Google was born; Two Turing Award pioneers born on the same day
How to solve the error "press any to exit" when deploying multiple easycvr on one server?
Selected technical experts from China Mobile, ant, SF, and Xingsheng will show you the guarantee of architecture stability