Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dear all
I have a column of figures, simply formatted as 5, 4, 8, etc. and I need to add several zeros to the front of each one, ie. 4 needs to be 00000004. Is there any way i can do this without editing every cell? Thank you Louise |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use a helper column adjacent to your values and use this formula
=text(a1,"00000000") changing the A1 to reference the first cell in your list. Copy this formula down to handle all of your numbers, then select all the formulas, EditCopy, then EditPaste SpecialValues "Louise" wrote: Dear all I have a column of figures, simply formatted as 5, 4, 8, etc. and I need to add several zeros to the front of each one, ie. 4 needs to be 00000004. Is there any way i can do this without editing every cell? Thank you Louise |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you, I'll give that a go. It has also been suggested to try Format,
Cells, Number, Custom and ask it to enter 0000000 before each positive number. Thanks again. Louise "Duke Carey" wrote: Use a helper column adjacent to your values and use this formula =text(a1,"00000000") changing the A1 to reference the first cell in your list. Copy this formula down to handle all of your numbers, then select all the formulas, EditCopy, then EditPaste SpecialValues "Louise" wrote: Dear all I have a column of figures, simply formatted as 5, 4, 8, etc. and I need to add several zeros to the front of each one, ie. 4 needs to be 00000004. Is there any way i can do this without editing every cell? Thank you Louise |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking Groups of cells between workbooks | Excel Discussion (Misc queries) | |||
checking that cells have a value before the workbook will close | Excel Worksheet Functions | |||
Is it possible to show leading zeros for "number" cells? | Excel Discussion (Misc queries) | |||
How do I shade cells during selection? | Excel Worksheet Functions | |||
Help adding text values | Excel Worksheet Functions |