Adding Leading Zeros to a list

shariefi

New Member
Joined
Sep 20, 2006
Messages
6
Have column with Emp #, some are 9 digits with first 3 being 000123456
and some are 6 digits without the first 3 zeroes . I want to add 3 zeroes in the beginning to the records that have 6 digits

Emp_No
----------------
000123456
456789
678934
000567834
I want to add leading zeroes to the rows that have only six digits
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Adding zeros

Hi,

I've found a few ways of doing this.. the easiest is selecting the column, right clicking, select format cell, then making the number a text. If you are not suming the numbers but using it as a identifier, this works very well. It allows you to add the zeros before your numbers.

Again, you will not be able to sum the numbers but you will be able to count the fields etc.

Gabriela
 
Upvote 0

Forum statistics

Threads
1,214,986
Messages
6,122,611
Members
449,090
Latest member
vivek chauhan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top