Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
how can i make zero appear and print as the value of the first digit in an
excel column? |
#2
![]() |
|||
|
|||
![]()
If you want a fixed number of digits:
Format/Cells/Number/Custom 00000 will display 5 places, with the first digit 0 for numbers <=9999. If you want to always display 0, regardless of the length of the number, one way:: Format/Cells/Number/Custom \0General or replace "General" with some other format. In article , "oregonpapertrail" wrote: how can i make zero appear and print as the value of the first digit in an excel column? |
#3
![]() |
|||
|
|||
![]()
A couple of ways, & the answer depends on what you need to do with it.
If you need it as a number, rather than as text, use a custom number format such as: 000000 which will give you at least 6 digits no matter how many are entered. You'll still be able to add, subtract, & otherwise use it in formulas If you need it as text, say as a ZIP code so that if sorts correctly, then format the cell as text and ENTER the value with the leading zeros Formatting is changed with the FormatCells menu "oregonpapertrail" wrote: how can i make zero appear and print as the value of the first digit in an excel column? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I identify the 7th digit in a 13 digit number, then establi | Excel Worksheet Functions | |||
How to find if a string starts with a digit | Excel Worksheet Functions | |||
Tell users how to sort 5 digit and 9 digit zipcodes correctly aft. | New Users to Excel | |||
16 DIGIT NUMBERS IN CELL WITHOUT LAST DIGIT BEING A ZERO | Excel Worksheet Functions | |||
When we enter a 16 digit number (credit card) the last digit chan. | Excel Discussion (Misc queries) |