How to Concatenate Numbers with Leading Zeros in Excel: 6 Methods

Method 1 – Using CONCATENATE Function in Excel to Concatenate Numbers with Leading Zeros

STEPS:

Go to Home tab >> select Number >> select Text.

Excel Concatenate Numbers with Leading ZeroYour numbers will be in Text format.

Excel Concatenate Numbers with Leading Zero

Now, select cell F4 and write down the formula;

=CONCATENATE(D4,E4)

Excel Concatenate Numbers with Leading Zero

Press ENTER. Excel will concatenate the numbers for you.

Excel has concatenated the numbers in cells D4 and E4 and the result is in cell F4.

Use Fill Handle to AutoFill up to F9. You will concatenate all the Department Code and Serial Number to get the ID of each student.

Excel Concatenate Numbers with Leading Zero

 


Method 2 – Applying CONCAT Function in Excel to Concatenate Numbers with Leading Zeros

STEPS:

Select cell F4 and write down the formula:

=CONCAT(D4,E4)

Excel Concatenate Numbers with Leading Zero

Press ENTER. Excel will concatenate the numbers for you.

Excel Concatenate Numbers with Leading Zero

Excel has concatenated the numbers in cell D4 and E4 and the result is in cell F4.

Use Fill Handle to AutoFill up to F9. You will concatenate all the Department Code and Serial Number to get the ID of each student.


Method 3 – Inserting Ampersand (&) in Excel to Concatenate Numbers with Leading Zeros

STEPS:

Select cell F4 and write down the formula;

=D4&E4

Excel Concatenate Numbers with Leading Zero
Press ENTER. Excel will concatenate the numbers for you.

Excel Concatenate Numbers with Leading Zero

Excel has concatenated the numbers in cell D4 and E4 with the help of ampersand and the result is in cell F4.

Use Fill Handle to AutoFill upto F9. You will concatenate all the Department Code and Serial Number to get the ID of each student.


Method 4 – Using TEXT Function in Excel to Concatenate Numbers with Leading Zeros

STEPS:

Select cell F4 and write down the formula;

=TEXT(D4,"00")&TEXT(E4,"000")

Excel Concatenate Numbers with Leading Zero

The TEXT function converts the numbers in cells D4 and E4 to Text format. “00” and “000” indicate that the number in cell D4 will have at least two digits, and the number in cell E4 will have at least three digits.

Press ENTER. Excel will concatenate the numbers for you.

Excel Concatenate Numbers with Leading Zero

Use Fill Handle to AutoFill up to F9. You will concatenate all the Department Code and Serial Number to get the ID of each student.


Note: In this method, Excel will convert the numbers into Text format. So it is not mandatory to have the cell values in Text format.


Method 5 – Use of TEXTJOIN Function in Excel to Concatenate Numbers with Leading Zeros

STEPS:

Select cell F4 and write down the formula;

=TEXTJOIN("",TRUE,D4,E4)


We do not want any delimiter between Department Code and Serial Number. That’s why the delimiter is blank “”. To ignore empty cells we have used TRUE in the second argument. We will get the ID of the student in cell F4 using cells D4 and E4.

Press ENTER. Excel will concatenate the numbers for you.

Excel Concatenate Numbers with Leading Zero
Use Fill Handle to AutoFill upto F9. You will concatenate all the Department Code and Serial Number to get the ID of each student.


Method 6 – Application of Power Query to Concatenate Numbers with Leading Zeros

Use Power Query to concatenate numbers with leading zeros. It will create a new column naming the ID of students by combining Departmental Code and Serial Number.Excel Concatenate Numbers with Leading Zero

STEPS:

Select entire dataset >> go to Data tab >> select From Table/Range

Excel Concatenate Numbers with Leading Zero

The Create Table window will pop up. Click OK.

Excel Concatenate Numbers with Leading Zero

⇒ Power Query Editor window will appear.

Excel Concatenate Numbers with Leading Zero

For the Departmental Code and Serial Number column, change the format to Text.


Select Replace current.

The format will be changed to Text.

Select the Departmental Code column first and then the Serial Number column by holding the CTRL key. Excel will select both columns.

Go to Add Column >> select Merge Columns.

Merge Columns window will appear. Choose the separator as None. Set the New column name as ID.

Click OK.

Excel Concatenate Numbers with Leading Zero⇒ Excel will create a new column ID.


Go to the Home tab >> select Close & Load.

Excel Concatenate Numbers with Leading Zero
⇒ Excel will create a new table with the ID column in a new sheet.

 


Download Practice Workbook


Related Articles


<< Go Back to Concateante Numbers in Excel | Concatenate Excel | Learn Excel

 

 

 

 

 

 

 

 

 

 

 

 

 

Get FREE Advanced Excel Exercises with Solutions!
Akib Bin Rashid
Akib Bin Rashid

AKIB BIN RASHID, a materials and metallurgical engineer, is passionate about delving into Excel and VBA programming. To him, programming is a valuable time-saving tool for managing data, files, and internet-related tasks. Proficient in MS Office, AutoCAD, Excel, and VBA, he goes beyond the fundamentals. Holding a B.Sc in Materials and Metallurgical Engineering from Bangladesh University of Engineering and Technology, MD AKIB has transitioned into a content development role. Specializing in creating technical content centred around Excel and... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo