当前位置:网站首页>嵌入式常用计算神器EXCEL,欢迎各位推荐技巧,以保持文档持续更新,为其他人提供便利
嵌入式常用计算神器EXCEL,欢迎各位推荐技巧,以保持文档持续更新,为其他人提供便利
2022-07-06 13:50:00 【双古】
一、小技巧
1.1 将拷贝的连续数据放到单独的单元格
场景:
从串口助手复制数据时,一般格式都是XX XX … XX,将数据直接复制到excel中,会存放在同一个单元格内,如果需要分隔到每个单元格,会非常的麻烦。
处理技巧:
1.创建一个txt文本“XX.txt”,将数据拷贝到文本中。
2. 搜索空格,并替换成英文的逗号’,'。
3. 更改文件后缀名为“XX.csv”。
4. 打开“XX.csv”文件,能看到数据已经自动放在独立的单元格。但是csv格式很多公式不能正常使用,为了正常使用计算公式,建议将文件另存为平时使用的excel文件。
1.2 单元格间隔设置颜色
场景:
查看很多数据时,数据间隔较远容易看花。
处理技巧:
- 选中全部单元格。
- 选择条件格式->新建规则。
- 选择使用公式确定要设置格式的单元格,条件框填写内容“=Mod(Row(),2)=0”。
- 点击格式,在图案选项内选择需要的颜色。

二、常用函数
2.1 数据转换
2.1.1 16进制转10进制
HEX2DEC()
2.1.2 10进制转16进制
DEC2HEX()
2.2 计算
2.2.1 累加和
SUM()
2.2.2 与运算
BITAND()
2.2.2 或运算
BITOR()
边栏推荐
- guava:创建immutableXxx对象的3种方式
- MPLS experiment
- Reset Mikrotik Routeros using netinstall
- MySQL related terms
- It's not my boast. You haven't used this fairy idea plug-in!
- Aggregate function with key in spark
- Leveldb source code analysis series - main process
- GPS from getting started to giving up (XIII), receiver autonomous integrity monitoring (RAIM)
- [asp.net core] set the format of Web API response data -- formatfilter feature
- 【sciter】: 基于 sciter 封装通知栏组件
猜你喜欢

Reptile practice (V): climbing watercress top250
![关于char[]数组通过scanf赋值使用上的一些问题。。](/img/cf/d85a3172c5d29ac00377f9c30dbc4f.png)
关于char[]数组通过scanf赋值使用上的一些问题。。

PostgreSQL install GIS plug-in create extension PostGIS_ topology

Vit paper details

麦趣尔砸了小众奶招牌

GPS du début à l'abandon (XIII), surveillance autonome de l'intégrité du récepteur (raim)

1292_ Implementation analysis of vtask resume() and xtask resume fromisr() in freeros
![[Yu Yue education] higher mathematics of Nanchang University (2) reference materials](/img/ae/a76f360590061229076d00d749b35f.jpg)
[Yu Yue education] higher mathematics of Nanchang University (2) reference materials

Why rdd/dataset is needed in spark

uni-app App端半屏连续扫码
随机推荐
string的底层实现
Unity3D学习笔记6——GPU实例化(1)
Depth first traversal (DFS) and breadth first traversal (BFS)
Tiktok will push the independent grass planting app "praiseworthy". Can't bytes forget the little red book?
Intelligent online customer service system source code Gofly development log - 2 Develop command line applications
Redistemplate common collection instructions opsforzset (VI)
Yuan Xiaolin: safety is not only a standard, but also Volvo's unchanging belief and pursuit
Happy sound 2[sing.2]
GPS du début à l'abandon (XIII), surveillance autonome de l'intégrité du récepteur (raim)
GPS从入门到放弃(十一)、差分GPS
Hill | insert sort
Leveldb source code analysis series - main process
[Digital IC manual tearing code] Verilog automatic beverage machine | topic | principle | design | simulation
GPS从入门到放弃(十五)、DCB差分码偏差
1D convolution detail
PostgreSQL 修改数据库用户的密码
GPS从入门到放弃(十九)、精密星历(sp3格式)
50个常用的Numpy函数解释,参数和使用示例
MySQL removes duplicates according to two fields
C# 如何在dataGridView里设置两个列comboboxcolumn绑定级联事件的一个二级联动效果