Excel Formula Question

Ethanflux

New Member
Joined
May 3, 2013
Messages
11
Ok. I am needing the cell to contain a maximum of 10 numbers. Sometimes I am provided 4 or 5 numbers. For example "1492" or "93823". What I am needing help with a formula that will add 5 or 6 "0" zeroes before those number sets. Any ideas. I have been playing around and still can't figure it out. Thanks.
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Do you mean something like custom format "0000000000"?

Or if it is in the formula something like...
Code:
=TEXT(A1,"0000000000")

I hope this helps!
 
Last edited:
Upvote 0
I mean that they give me different numbers of different lengths. Such as "33929" or "392212" I need the formula to automatically make it "0000033929" or "0000392212". Where it is automatically putting 0 before the number but not going over 10 digits.
 
Upvote 0
OK, can you post the formula that you are using please, then we can adapt using my second example above.
 
Upvote 0

Forum statistics

Threads
1,215,064
Messages
6,122,942
Members
449,094
Latest member
teemeren

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