Day(s)

:

Hour(s)

:

Minute(s)

:

Second(s)

How To Add Leading Zeros To A Number

Example

=TEXT(B3,REPT(“0”,C3))

Generic Formula

=TEXT(Number,REPT(“0”,N))
  • Number – This is the number which you want to add leading zeros to.
  • N – This is total number of characters you want in the resulting leading zeros number string.

What It Does

This formula will add leading zeros to a given number up to a specified number of total characters in the result.

How It Works

REPT(“0”,N) will create a text string with N zeros. In our example, REPT(“0”,6) results in a text string of 6 zeros “000000“.

The TEXT(Number,”000000″) function will then format any given number as a text string with up to 6 characters for leading zeros. In our example, TEXT(111,”000000″) will result in the text string “000111“.

About the Author

John MacDougall

John MacDougall

John is a Microsoft MVP and qualified actuary with over 15 years of experience. He has worked in a variety of industries, including insurance, ad tech, and most recently Power Platform consulting. He is a keen problem solver and has a passion for using technology to make businesses more efficient.

Subscribe

Subscribe for awesome Microsoft Excel videos 😃

John MacDougall

I’m John, and my goal is to help you Excel!

You’ll find a ton of awesome tips, tricks, tutorials, and templates here to help you save time and effort in your work.

Related Posts

Comments

0 Comments

Get the Latest Microsoft Excel Tips

Follow Us

Follow us to stay up to date with the latest in Microsoft Excel!

Subscribe for awesome Microsoft Excel videos 😃