当前位置:网站首页>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)))
边栏推荐
- Jerry's watch reads the file through the file name [chapter]
- 《ASP.NET Core 6框架揭秘》样章发布[200页/5章]
- 2019 Alibaba cluster dataset Usage Summary
- 1700C - Helping the Nature
- Scratch epidemic isolation and nucleic acid detection Analog Electronics Society graphical programming scratch grade examination level 3 true questions and answers analysis June 2022
- DNS hijacking
- OliveTin能在网页上安全运行shell命令(上)
- 面试突击63:MySQL 中如何去重?
- Unity tips - draw aiming Center
- Alertmanager sends the alarm email and specifies it as the Alibaba mailbox of the company
猜你喜欢

C语言通过指针交换两个数

带你穿越古罗马,元宇宙巴士来啦 #Invisible Cities

The solution that flutterweb browser cannot be rolled back after refreshing

Alibaba brand data bank: introduction to the most complete data bank

QT中Model-View-Delegate委托代理机制用法介绍

FMT开源自驾仪 | FMT中间件:一种高实时的分布式日志模块Mlog

I want to say more about this communication failure

scratch疫情隔离和核酸检测模拟 电子学会图形化编程scratch等级考试三级真题和答案解析2022年6月

Easy introduction to SQL (1): addition, deletion, modification and simple query

std::true_type和std::false_type
随机推荐
虚拟机VirtualBox和Vagrant安装
Introduction to the usage of model view delegate principal-agent mechanism in QT
HMS Core 机器学习服务打造同传翻译新“声”态,AI让国际交流更顺畅
Markdown grammar - better blogging
After entering Alibaba for the interview and returning with a salary of 35K, I summarized an interview question of Alibaba test engineer
How to solve the error "press any to exit" when deploying multiple easycvr on one server?
递归的方式
C语言指针*p++、*(p++)、*++p、*(++p)、(*p)++、++(*p)对比实例
Pytest learning ----- detailed explanation of the request for interface automation test
The solution that flutterweb browser cannot be rolled back after refreshing
模板于泛型编程之declval
QT中Model-View-Delegate委托代理机制用法介绍
Pytest learning ----- pytest operation mode and pre post packaging of interface automation testing
How to output special symbols in shell
TCP packet sticking problem
Flet教程之 13 ListView最常用的滚动控件 基础入门(教程含源码)
F200 - UAV equipped with domestic open source flight control system based on Model Design
Interview assault 63: how to remove duplication in MySQL?
Running the service with systemctl in the container reports an error: failed to get D-Bus connection: operation not permitted (solution)
Codeforces Round #803 (Div. 2)