当前位置:网站首页>Embedded common computing artifact excel, welcome to recommend skills to keep the document constantly updated and provide convenience for others
Embedded common computing artifact excel, welcome to recommend skills to keep the document constantly updated and provide convenience for others
2022-07-06 22:02:00 【Double ancient】
One 、 Tips
1.1 Put the copied continuous data into separate cells
scene :
When copying data from the serial assistant , The general format is XX XX … XX, Copy data directly to excel in , Will be stored in the same cell , If you need to separate to each cell , It will be very troublesome .
Handling skills :
1. Create a txt Text “XX.txt”, Copy data into text .
2. Search space , And replace it with a comma in English ’,'.
3. Change the file suffix to “XX.csv”.
4. open “XX.csv” file , You can see that the data has been automatically placed in separate cells . however csv Format many formulas cannot be used normally , In order to use the calculation formula normally , It is recommended to save the file as usual excel file .
1.2 Set color for cell spacing
scene :
When viewing a lot of data , It is easy to see flowers if the data interval is far .
Handling skills :
- Select all cells .
- Select conditional format -> New rules .
- Select use formula to determine which cells to format , Fill in the condition box “=Mod(Row(),2)=0”.
- Click Format , Select the desired color in the pattern options .

Two 、 Common functions
2.1 Data conversion
2.1.1 16 Turn into the system 10 Base number
HEX2DEC()
2.1.2 10 Turn into the system 16 Base number
DEC2HEX()
2.2 Calculation
2.2.1 Cumulative sum
SUM()
2.2.2 And operation
BITAND()
2.2.2 Or operations
BITOR()
边栏推荐
- mysql根据两个字段去重
- Why is the cluster mode of spark on Yan better than the client mode
- OpenCV300 CMake生成project在项目过程中的问题
- PostgreSQL install GIS plug-in create extension PostGIS_ topology
- Problems in the process of opencv300 cmake generating project
- 数字化转型挂帅复产复工,线上线下全融合重建商业逻辑
- 抖音將推獨立種草App“可頌”,字節忘不掉小紅書?
- 基于InsightFace的高精度人脸识别,可直接对标虹软
- What is the RDD operator in spark
- Reinforcement learning - learning notes 5 | alphago
猜你喜欢

ViT论文详解

Sparkshuffle process and Mr shuffle process

Write a rotation verification code annotation gadget with aardio

Reptile practice (V): climbing watercress top250

Tiktok will push the independent grass planting app "praiseworthy". Can't bytes forget the little red book?

嵌入式常用计算神器EXCEL,欢迎各位推荐技巧,以保持文档持续更新,为其他人提供便利

LeetCode学习记录(从新手村出发之杀不出新手村)----1

Xiaoman network model & http1-http2 & browser cache

GPS from getting started to giving up (16), satellite clock error and satellite ephemeris error
![[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
随机推荐
MPLS experiment
GPS从入门到放弃(十一)、差分GPS
The role of applicationmaster in spark on Yan's cluster mode
Guava: three ways to create immutablexxx objects
MariaDB database management system learning (I) installation diagram
Efficiency tool +wps check box shows the solution to the sun problem
JPEG2000 matlab source code implementation
Leveldb source code analysis series - main process
语谱图怎么看
uni-app App端半屏连续扫码
Guava: use of multiset
MongoDB(三)——CRUD
C# 如何在dataGridView里设置两个列comboboxcolumn绑定级联事件的一个二级联动效果
Microsoft technology empowerment position - February course Preview
GPS from getting started to giving up (XVIII), multipath effect
The underlying implementation of string
Enhance network security of kubernetes with cilium
Run the deep network on PI and Jetson nano, and the program is killed
GPS从入门到放弃(十四)、电离层延时
一行代码可以做些什么?