当前位置:网站首页>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 deletes the existing dial file [chapter]
- 容器里用systemctl运行服务报错:Failed to get D-Bus connection: Operation not permitted(解决方法)
- Pytorch extract middle layer features?
- 模板于泛型编程之declval
- Nodejs developer roadmap 2022 zero foundation Learning Guide
- C语言通过指针交换两个数
- Open source and safe "song of ice and fire"
- D binding function
- 编译原理——自上而下分析与递归下降分析构造(笔记)
- Why should Li Shufu personally take charge of building mobile phones?
猜你喜欢

2019阿里集群数据集使用总结

F200 - UAV equipped with domestic open source flight control system based on Model Design

Selected technical experts from China Mobile, ant, SF, and Xingsheng will show you the guarantee of architecture stability

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

How to solve the error "press any to exit" when deploying multiple easycvr on one server?

Summary of Android interview questions of Dachang in 2022 (I) (including answers)

F200——搭载基于模型设计的国产开源飞控系统无人机

推荐好用的后台管理脚手架,人人开源

Pourquoi Li shufu a - t - il construit son téléphone portable?

Stealing others' vulnerability reports and selling them into sidelines, and the vulnerability reward platform gives rise to "insiders"
随机推荐
Getting started with pytest ----- test case rules
二分(整数二分、实数二分)
D binding function
OpenEuler 会长久吗
2022暑期项目实训(二)
Interview shock 62: what are the precautions for group by?
kivy教程之在 Kivy 中支持中文以构建跨平台应用程序(教程含源码)
Declval (example of return value of guidance function)
历史上的今天:Google 之母出生;同一天诞生的两位图灵奖先驱
TCP packet sticking problem
Dichotomy (integer dichotomy, real dichotomy)
最新财报发布+天猫618双榜第一,耐克蓄力领跑下个50年
李書福為何要親自掛帥造手機?
MSF横向之MSF端口转发+路由表+SOCKS5+proxychains
Shell input a string of numbers to determine whether it is a mobile phone number
虚拟机VirtualBox和Vagrant安装
从交互模型中蒸馏知识!中科大&美团提出VIRT,兼具双塔模型的效率和交互模型的性能,在文本匹配上实现性能和效率的平衡!...
递归的方式
Flet教程之 13 ListView最常用的滚动控件 基础入门(教程含源码)
Summary of Android interview questions of Dachang in 2022 (I) (including answers)