当前位置:网站首页>[Excel knowledge and skills] Convert numeric format numbers to text format
[Excel knowledge and skills] Convert numeric format numbers to text format
2022-08-11 00:01:00 【When camellias bloom.】
If the number has the concept of size or how much, we process the number into numerical format.However, some numbers themselves have no meaning of size and number, just a string of digital codes, then we need to keep the numbers in text format (such as 18-digit ID numbers, codes and other numbers that have no size meaning)
Data Preparation

Observing the above data, the numbers in the 'user id' column are notThere is no size meaning, no operation processing is required, so we can convert it to text format, the method is as follows
1.TEXT function conversion method
Create a new column as an auxiliary column (column F) to store the converted value, enter the formula in cell F2 =TEXT(A2,"@"), where @ stands for text format

Press the Enter key after entering the formula, you can see the converted numerical results, place the mouse in the lower right corner of the F2 cell, when the cross sign appears, double-click to complete the entire column of formula filling

2.Text Connector&
Skillfully use the text connector &, use & to connect an empty value to complete the conversion
Create a new column as an auxiliary column (column F) to store the converted value, enter the formula in cell F2 =A2&" "

Press the Enter key after entering the formula, you can see the converted numerical results, place the mouse in the lower right corner of the F2 cell, when the cross sign appears, double-click to complete the entire column of formula filling

3. Columns
First select the data area, and then select the [Columns] function of the [Data] tab

The "Text Column Wizard" pane pops up, click OK in steps 1 and 2, and step 3 is shown below

The final rendering result is shown below

边栏推荐
猜你喜欢
随机推荐
How to quickly grasp industry opportunities and introduce new ones more efficiently is an important proposition
Google Chrome73~81版本浏览器的跨域问题解决方案
部分准备金银行已经过时
16. 文件上传
好用的翻译插件-一键自动翻译插件软件
Starting a new journey - Mr. Maple Leaf's first blog
11. 自定义转换器
“蔚来杯“2022牛客暑期多校训练营3 DF题解
【C语言】初识指针
Jvm.分析工具(jconsole,jvisualvm,arthas,jprofiler,mat)
[C language] Implementation of guessing number game
[C language] Detailed explanation of data storage
C语言%(%d,%c...)
【C语言】二分查找(折半查找)
翻译软件哪个准确度高【免费】
Blue Hat Cup 2022 web/misc writeup
I caught a 10-year-old Ali test developer, and after talking about it, I made a lot of money...
[C language articles] Expression evaluation (implicit type conversion, arithmetic conversion)
鲜花线上销售管理系统的设计与实现
[C language] First understanding of pointers









