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

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

STEPS:

  • Go to the Home tab. Select Number and choose Text from the drop-down.

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

Excel Concatenate Numbers with Leading Zero

  • Select cell F4 and insert the following formula:

=CONCATENATE(D4,E4)

Excel Concatenate Numbers with Leading Zero

  • Press ENTER. Excel will concatenate the numbers for you.

  • Use the Fill Handle to AutoFill to F9.

Excel Concatenate Numbers with Leading Zero

 


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

STEPS:

  • Select cell F4 and insert the formula:
=CONCAT(D4,E4)

Excel Concatenate Numbers with Leading Zero

  • Press ENTER.

Excel Concatenate Numbers with Leading Zero

  • Use the Fill Handle to AutoFill up to F9.


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

STEPS:

  • Select cell F4 and enter the following formula:
=D4&E4

Excel Concatenate Numbers with Leading Zero

  • Press ENTER.

Excel Concatenate Numbers with Leading Zero

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


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

STEPS:

  • Use the following formula in F4:
=TEXT(D4,"00")&TEXT(E4,"000")

Excel Concatenate Numbers with Leading Zero

  • Hit Enter.

Excel Concatenate Numbers with Leading Zero

  • Use the Fill Handle to AutoFill to F9.


Note: In this method, Excel will convert the numbers into Text format.


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

STEPS:

  • Enter the following formula in F4:
=TEXTJOIN("",TRUE,D4,E4)

  • Press ENTER.

Excel Concatenate Numbers with Leading Zero

  • Use the Fill Handle to AutoFill to F9.


Method 6 – Using Power Query to Concatenate Numbers with Leading Zeros

We will create a new ID column by combining Departmental Code and Serial Number.

Excel Concatenate Numbers with Leading Zero

STEPS:

  • Select the entire dataset, go to Data tab, and 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

  • The 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.

  • Select the Departmental Code and the Serial Number columns.
  • Go to Add Column and select Merge Columns.

  • The 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 and select Close & Load.

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

 


Download the 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